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
Age
Commit message (
Expand
)
Author
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-28
feat: improve Codeberg API error handling
Paul Buetow
2025-06-27
fix
Paul Buetow
2025-06-27
feat: implement --create-codeberg-repos
Paul Buetow
2025-06-27
feat: add detailed error message for tag conflicts
Paul Buetow
2025-06-27
fix: remove call to undefined function HandleClean
Paul Buetow
2025-06-27
feat: sync git tags
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
Add BSD 2-Clause License
Paul Buetow
2025-06-24
add confif
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
fix: remove unused import in repository_setup.go
Paul Buetow
2025-06-24
refactor: break down large functions into smaller, focused ones
Paul Buetow
2025-06-24
Ensure proper exit codes for all error conditions
Paul Buetow
2025-06-23
Add --full flag for bidirectional sync and update module name
Paul Buetow
2025-06-23
Add --sync-github-public flag to sync GitHub repos to Codeberg
Paul Buetow
2025-06-23
Improve merge conflict error message with directory path
Paul Buetow
2025-06-23
Add debugging features and improve error handling
Paul Buetow
2025-06-23
Add GitHub repository creation and improve error handling
Paul Buetow
2025-06-23
Remove gitsyncer binary from tracking and update .gitignore
Paul Buetow
2025-06-23
Add support for multiple repository configuration and sync
Paul Buetow
2025-06-23
Add repository synchronization functionality
Paul Buetow
2025-06-23
Add configuration file support with organization list
Paul Buetow
2025-06-23
Initial gitsyncer implementation with version support
Paul Buetow