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
Age
Commit message (
Expand
)
Author
2025-07-09
feat: add latest release version and date to project summaries
Paul Buetow
2025-07-09
feat: add AUTO label to code blocks in showcase
Paul Buetow
2025-07-09
feat: add release status statistics to overall project summary
Paul Buetow
2025-07-09
feat: add SVG image support and experimental project detection
Paul Buetow
2025-07-08
feat: remove unnecessary indentation from code snippets
Paul Buetow
2025-07-08
feat: improve language detection with shebang parsing
Paul Buetow
2025-07-08
chore: bump version to v0.4.0
Paul Buetow
2025-07-08
fix: remove syntax highlighting labels from code blocks
Paul Buetow
2025-07-08
feat: add Raku language support and move generation date to top
Paul Buetow
2025-07-08
docs: add explanation of project ordering in showcase introduction
Paul Buetow
2025-07-08
feat: add AWK language support for syntax highlighting
Paul Buetow
2025-07-08
feat: add syntax highlighting labels and strip comments from code snippets
Paul Buetow
2025-07-08
fix: change AI-assisted wording from 'generated' to 'created'
Paul Buetow
2025-07-08
feat: add code samples to all projects and AI-assist ratio
Paul Buetow
2025-07-08
feat: improve showcase code snippets and add Unicode icons
Paul Buetow
2025-07-08
feat: add obsolete project notice for inactive projects
Paul Buetow
2025-07-08
feat: separate documentation from code in showcase statistics
Paul Buetow
2025-07-08
fix: change showcase formatting to use Projects section with ### headers
Paul Buetow
2025-07-08
feat: add Overall Statistics section to showcase output
Paul Buetow
2025-07-08
fix: only check for claude command when needed
Paul Buetow
2025-07-08
feat: show language usage percentages in showcase
Paul Buetow
2025-07-08
fix: make --force flag only affect Claude summary generation
Paul Buetow
2025-07-08
feat: add recent activity metric to showcase.gmi.tpl output
Paul Buetow
2025-07-08
feat: change average commit age calculation to last 42 commits
Paul Buetow
2025-07-08
fix: handle markdown image titles in showcase image extraction
Paul Buetow
2025-07-07
bump verison
v0.3.0
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-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
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
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-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
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