[PR #197] [MERGED] save git ai version in authorship logs #321

Closed
opened 2026-03-02 04:13:17 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/git-ai-project/git-ai/pull/197
Author: @acunniffe
Created: 11/7/2025
Status: Merged
Merged: 11/8/2025
Merged by: @acunniffe

Base: mainHead: feat/save-git-ai-version-in-authorship


📝 Commits (1)

  • 97a58d9 save git ai version in authorship logs

📊 Changes

11 files changed (+59 additions, -18 deletions)

View changed files

📝 src/authorship/authorship_log_serialization.rs (+11 -0)
📝 src/authorship/range_authorship.rs (+3 -0)
📝 src/authorship/snapshots/git_ai__authorship__authorship_log_serialization__tests__expected_format.snap (+1 -1)
📝 src/authorship/snapshots/git_ai__authorship__authorship_log_serialization__tests__file_names_with_spaces-2.snap (+3 -0)
📝 src/authorship/snapshots/git_ai__authorship__authorship_log_serialization__tests__file_names_with_spaces.snap (+1 -1)
📝 src/authorship/snapshots/git_ai__authorship__authorship_log_serialization__tests__hash_always_maps_to_prompt.snap (+1 -1)
📝 src/authorship/snapshots/git_ai__authorship__authorship_log_serialization__tests__serialize_deserialize_no_attestations-2.snap (+3 -0)
📝 src/authorship/snapshots/git_ai__authorship__authorship_log_serialization__tests__serialize_deserialize_no_attestations.snap (+1 -1)
📝 src/authorship/snapshots/git_ai__authorship__authorship_log_serialization__tests__serialize_deserialize_roundtrip-2.snap (+3 -0)
📝 src/authorship/snapshots/git_ai__authorship__authorship_log_serialization__tests__serialize_deserialize_roundtrip.snap (+1 -1)
📝 src/git/repo_storage.rs (+31 -13)

📄 Description

Fixes https://github.com/acunniffe/git-ai/issues/186


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/git-ai-project/git-ai/pull/197 **Author:** [@acunniffe](https://github.com/acunniffe) **Created:** 11/7/2025 **Status:** ✅ Merged **Merged:** 11/8/2025 **Merged by:** [@acunniffe](https://github.com/acunniffe) **Base:** `main` ← **Head:** `feat/save-git-ai-version-in-authorship` --- ### 📝 Commits (1) - [`97a58d9`](https://github.com/git-ai-project/git-ai/commit/97a58d9cb8bcd18038452d8f36285b43df3c9ce2) save git ai version in authorship logs ### 📊 Changes **11 files changed** (+59 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `src/authorship/authorship_log_serialization.rs` (+11 -0) 📝 `src/authorship/range_authorship.rs` (+3 -0) 📝 `src/authorship/snapshots/git_ai__authorship__authorship_log_serialization__tests__expected_format.snap` (+1 -1) 📝 `src/authorship/snapshots/git_ai__authorship__authorship_log_serialization__tests__file_names_with_spaces-2.snap` (+3 -0) 📝 `src/authorship/snapshots/git_ai__authorship__authorship_log_serialization__tests__file_names_with_spaces.snap` (+1 -1) 📝 `src/authorship/snapshots/git_ai__authorship__authorship_log_serialization__tests__hash_always_maps_to_prompt.snap` (+1 -1) 📝 `src/authorship/snapshots/git_ai__authorship__authorship_log_serialization__tests__serialize_deserialize_no_attestations-2.snap` (+3 -0) 📝 `src/authorship/snapshots/git_ai__authorship__authorship_log_serialization__tests__serialize_deserialize_no_attestations.snap` (+1 -1) 📝 `src/authorship/snapshots/git_ai__authorship__authorship_log_serialization__tests__serialize_deserialize_roundtrip-2.snap` (+3 -0) 📝 `src/authorship/snapshots/git_ai__authorship__authorship_log_serialization__tests__serialize_deserialize_roundtrip.snap` (+1 -1) 📝 `src/git/repo_storage.rs` (+31 -13) </details> ### 📄 Description Fixes https://github.com/acunniffe/git-ai/issues/186 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 04:13:17 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/git-ai#321
No description provided.