Andrew Grigorev
|
1d42690824
|
fix: update co-authored-by domain to aider.chat
Co-authored-by: aider (vertex_ai/gemini-2.5-pro-exp-03-25) <noreply@aider.dev>
|
2025-04-12 20:52:55 +03:00 |
|
Andrew Grigorev
|
3f94fd5e4e
|
refactor: Simplify access to attribute_co_authored_by
Co-authored-by: aider (vertex_ai/gemini-2.5-pro-exp-03-25) <noreply@aider.dev>
|
2025-04-12 20:38:25 +03:00 |
|
Andrew Grigorev
|
165e237be7
|
chore: remove unnecessary comment in repo.py
Co-authored-by: aider (vertex_ai/gemini-2.5-pro-exp-03-25) <noreply@aider.dev>
|
2025-04-12 20:25:01 +03:00 |
|
Andrew Grigorev
|
278a596bfa
|
docs: clarify commit author/committer/co-authored-by logic
Co-authored-by: aider (vertex_ai/gemini-2.5-pro-exp-03-25) <noreply@aider.dev>
|
2025-04-12 19:21:03 +03:00 |
|
Andrew Grigorev
|
ea74f31b3e
|
feat: Explicit author/committer flags override co-authored-by
Co-authored-by: aider (vertex_ai/gemini-2.5-pro-exp-03-25) <noreply@aider.dev>
|
2025-04-12 19:09:46 +03:00 |
|
Andrew Grigorev
|
c56e836d22
|
refactor: simplify commit logic and use context manager for git env
Co-authored-by: aider (vertex_ai/gemini-2.5-pro-exp-03-25) <noreply@aider.dev>
|
2025-04-12 18:19:55 +03:00 |
|
Andrew Grigorev
|
e1820522db
|
Revert "chore: add debug prints for attribute_co_authored_by"
This reverts commit d1437b7666 .
|
2025-04-12 18:14:07 +03:00 |
|
Andrew Grigorev (aider)
|
d1437b7666
|
chore: add debug prints for attribute_co_authored_by
|
2025-04-12 17:57:04 +03:00 |
|
Andrew Grigorev (aider)
|
48f89f226f
|
fix: prevent name modification when using co-authored-by
|
2025-04-12 17:51:58 +03:00 |
|
Andrew Grigorev (aider)
|
80114e7a24
|
chore: revert intentional break introduced for testing
|
2025-04-12 17:48:52 +03:00 |
|
Andrew Grigorev (aider)
|
dede701423
|
test: intentionally break co-authored-by logic
|
2025-04-12 17:47:20 +03:00 |
|
Andrew Grigorev (aider)
|
43cb4d68f7
|
test: Temporarily disable co-author attribution to verify test failure
|
2025-04-12 17:45:48 +03:00 |
|
Andrew Grigorev (aider)
|
4783ad3a73
|
feat: add attribute-co-authored-by option for commit attribution
|
2025-04-12 17:39:49 +03:00 |
|
Andrew Grigorev (aider)
|
c73b987cd0
|
fix: fix syntax error in commit logic
|
2025-04-12 17:32:57 +03:00 |
|
Andrew Grigorev (aider)
|
b22c9b8542
|
feat: implement Co-authored-by attribution option
|
2025-04-12 17:32:15 +03:00 |
|
Andrew Grigorev (aider)
|
67bb4f9552
|
feat: add co-authored-by commit attribution
|
2025-04-12 16:52:45 +03:00 |
|
Paul Gauthier
|
b662e6b9eb
|
fix: Handle GitCommandNotFound error
|
2025-03-31 10:50:01 +13:00 |
|
Paul Gauthier (aider)
|
8cd106fc8a
|
fix: Prevent UnboundLocalError in get_tracked_files on IndexError
|
2025-03-31 09:10:29 +13:00 |
|
Paul Gauthier (aider)
|
ac231e43ad
|
feat: Add --git-commit-verify flag to control git hook verification
|
2025-03-20 15:06:44 -07:00 |
|
Paul Gauthier (aider)
|
38acbf6970
|
fix: Handle ANY_GIT_ERROR when reading staged files in repo.py
|
2025-03-05 17:40:04 -08:00 |
|
Paul Gauthier
|
ad4bd91751
|
docs: Add comment about potential error in index.entries.keys usage
|
2025-03-05 17:39:53 -08:00 |
|
Akira Komamura
|
9f5765134b
|
fix: Use git command to get the identity
This takes the global git configuration into account, so it will become
unnecessary to set a local identity in every repository.
|
2025-03-03 19:19:01 +09:00 |
|
Paul Gauthier
|
229e8e1ad1
|
refactor: Update file addition confirmation message and add TimeoutError to git error handling
|
2025-02-06 14:15:09 -08:00 |
|
Paul Gauthier (aider)
|
74d5e2b0c1
|
style: Run linter and fix formatting issues in repo.py
|
2025-02-04 11:36:16 -08:00 |
|
Paul Gauthier (aider)
|
dd42d24d8a
|
fix: Remove unused import of simple_send_with_retries in repo.py
|
2025-02-04 11:36:13 -08:00 |
|
Paul Gauthier (aider)
|
dbf80d564b
|
refactor: Update method calls to use model's instance methods
|
2025-02-04 11:35:35 -08:00 |
|
Viktor Szépe
|
f250c4310e
|
Correct a typo
|
2025-02-04 18:57:42 +00:00 |
|
Paul Gauthier
|
f047882ac1
|
refactor: Add InvalidGitRepositoryError to ANY_GIT_ERROR list
|
2025-01-09 15:01:36 -08:00 |
|
Paul Gauthier
|
3c099465da
|
refactor: Add AssertionError to ANY_GIT_ERROR tuple
|
2025-01-07 09:50:28 -08:00 |
|
Paul Gauthier
|
b67a16e9af
|
fix: Add AttributeError to ANY_GIT_ERROR tuple
|
2025-01-07 09:45:53 -08:00 |
|
Paul Gauthier
|
37ad4758a1
|
refactor: Move fname_path assignment inside try block in GitRepo.ignored_file_raw
|
2025-01-04 12:36:07 -08:00 |
|
Paul Gauthier
|
606cd0368f
|
refactor: remove redundant exception handling in GitRepo
|
2025-01-04 11:09:55 -08:00 |
|
Krazer
|
1bcc27d2be
|
little clean up
|
2025-01-03 09:07:27 -06:00 |
|
Krazer
|
50d3b305d4
|
make it a warning
|
2025-01-03 09:01:34 -06:00 |
|
Krazer
|
a341c98ec6
|
handle repo index errors
|
2025-01-03 08:58:42 -06:00 |
|
Paul Gauthier
|
f62ef34715
|
fix: Handle missing git module gracefully
|
2024-12-14 09:42:54 -08:00 |
|
Paul Gauthier (aider)
|
ccf460c1f7
|
refactor: update simple_send_with_retries to use model object and handle temperature
|
2024-12-07 13:37:14 -08:00 |
|
Paul Gauthier (aider)
|
94c3957d92
|
fix: Add error handling for git.ignored() method
|
2024-11-14 06:48:35 -08:00 |
|
Paul Gauthier
|
266350b8ce
|
fix: Handle potential git errors in git_ignored_file method
|
2024-11-14 06:48:33 -08:00 |
|
Paul Gauthier
|
218623be28
|
feat: Add git_ignored_file method to check files against gitignore
|
2024-11-13 13:12:25 -08:00 |
|
Paul Gauthier
|
153021efcf
|
fix: Handle OSError in get_rel_repo_dir method for edge cases
|
2024-11-13 12:51:27 -08:00 |
|
Paul Gauthier
|
810aeccf94
|
fix: Replace extra_headers and extra_body with extra_params in Coder, ChatSummary, and GitRepo
|
2024-09-27 13:09:43 -07:00 |
|
Paul Gauthier (aider)
|
ed1eb38c5f
|
fix: Split long comment line in aider/repo.py
|
2024-09-23 11:41:34 -07:00 |
|
Paul Gauthier
|
8f583ca119
|
fix: Handle ValueError when getting relative path in ignored_file_raw
|
2024-09-23 11:41:28 -07:00 |
|
Paul Gauthier
|
12f1bf643a
|
fix: Add ValueError to ANY_GIT_ERROR tuple
|
2024-09-21 19:02:35 -07:00 |
|
Paul Gauthier
|
7f156830fe
|
Handle TypeError coming from git ops
|
2024-09-21 17:09:08 -07:00 |
|
Paul Gauthier
|
b3e5caf330
|
fix: Add BufferError to ANY_GIT_ERROR tuple
|
2024-09-20 12:39:33 -07:00 |
|
Paul Gauthier
|
2a4527a5af
|
fix: Ensure path_in_repo function handles empty path
|
2024-09-20 12:29:50 -07:00 |
|
Paul Gauthier
|
eced076602
|
feat: add IndexError to ANY_GIT_ERROR tuple in repo.py
|
2024-09-09 13:46:03 -07:00 |
|
Paul Gauthier
|
bd21122e64
|
refactor: improve error handling for git version check
|
2024-09-09 13:44:02 -07:00 |
|