index
:
gitsyncer
main
Tool to sync git repos across Codeberg, Github and SSH git server.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
/
cli
Age
Commit message (
Expand
)
Author
2025-07-12
feat: clear cache and track failed AI release note generations
Paul Buetow
2025-07-12
feat: save AI release notes cache after each successful generation
Paul Buetow
2025-07-12
feat: add persistent caching for AI release notes
Paul Buetow
2025-07-12
feat: improve AI release notes generation
Paul Buetow
2025-07-12
fix: make --check-releases scan all repositories in work directory
Paul Buetow
2025-07-12
fix: remove verbose token loading messages
Paul Buetow
2025-07-12
feat: add AI-powered release notes generation
Paul Buetow
2025-07-12
feat: add automatic release checking and creation
Paul Buetow
2025-07-09
feat: add --batch-run flag for weekly automated sync
Paul Buetow
2025-07-07
feat: add comprehensive showcase generation with metadata and images
Paul Buetow
2025-07-03
feat: add SSH backup locations with --backup flag
v0.2.0
Paul Buetow
2025-06-28
feat: add --delete-repo command to delete repositories from all organizations
Paul Buetow
2025-06-27
feat: implement --create-codeberg-repos
Paul Buetow
2025-06-26
add clean
Paul Buetow
2025-06-25
feat: add configurable work directory with default ~/git/gitsyncer-workdir
Paul Buetow
2025-06-24
refactor: use value semantics for GitHub and Codeberg clients
Paul Buetow
2025-06-24
feat: add branch exclusion feature with regex patterns
Paul Buetow
2025-06-24
feat: add abandoned branch detection and reporting
Paul Buetow
2025-06-24
refactor: break down large functions into smaller, focused ones
Paul Buetow