| Age | Commit message (Collapse) | Author |
|
so they match v1.8.2 used in updated git2
|
|
push needs to use push_transfer_progress rather than transfer_progress
|
|
which potentially were only identified when a dependancy was updated
|
|
enable override from nostr url
clone url is local use local
otherwise try https unathenticated, ssh, then https authenticated
|
|
move some functions out of ngit and into lib/mod
and lib/git_events
remove MockConnect from binaries so it is only used in the library.
this was done:
* mainly because automocks were not being imported from
lib into each binary
* but also because the these functions were being
tested with MockConnect
|
|
the make the code more readable
this commit just moves the files, the next commit should fix the imports
|