Releases: alixinne/gitr-backup
Releases · alixinne/gitr-backup
v0.3.4
v0.3.3
v0.3.2
v0.3.1
v0.3.0
v0.2.1
v0.2.0
v0.1.0
Changelog
- b460eb6 build: add Dockerfile
- a29f4d5 chore: fix docker relase url
- 64d16e6 chore: remove debugging os.Exit
- 6611a70 feat: compare tags as well to find differences
- 59ccd2c feat: enable parallel processing
- 5a5cccf feat: implement repository creation
- 7909308 feat: set default branch on backup repositories
- df358e8 fix(gitea): add missing withContext call
- 0a79e4b fix: fix diffing algorithm
- 0d7d47d fix: fix sourceMapping map
- 8bf3e24 fix: handle all change types in branch diff
- 074c7be fix: push refs in chunks to avoid timing out
- 3f25363 fix: use git2go fork to fix push issue