Releases: Updiver/dumper
Releases · Updiver/dumper
v0.1.2
Add ability to convert repository from bare to non-bare
Release Notes
This version adds ability to configure via DumpRepositoryOptions
options how you want to clone repository. Along with more options how to clone repository was added ability to convert bare repository (when you clone using --mirror
flag which is done via cloning all branches option) into non-bare (regular one).
What's Changed
Dumper v0.0.1-alpha
Very primitive and naive (if I can write this) implementation of dumper. Dumper library does nothing here yet, mostly this is usage of git and github/bitbucket libs in example. For now we will keep that cli executables under this repository.