diff options
author | 2013-12-26 16:45:25 -0800 | |
---|---|---|
committer | 2013-12-26 16:45:25 -0800 | |
commit | 0f3c860b98bdf491b6106d94e796aeb70cf92c72 (patch) | |
tree | 2c53befc22942dcf18ffc41f3a318faea438b893 /doc/bugs | |
parent | c7a8ffce6a3ffd736c72db3c70ceb42c5232f590 (diff) |
Added some more details to log
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/unable_to_sync_complains_of_missing_git-upload_and_receive_pack.mdwn | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/bugs/unable_to_sync_complains_of_missing_git-upload_and_receive_pack.mdwn b/doc/bugs/unable_to_sync_complains_of_missing_git-upload_and_receive_pack.mdwn index f3d69c355..fb642ece3 100644 --- a/doc/bugs/unable_to_sync_complains_of_missing_git-upload_and_receive_pack.mdwn +++ b/doc/bugs/unable_to_sync_complains_of_missing_git-upload_and_receive_pack.mdwn @@ -45,7 +45,7 @@ and the repository exists. Pushing to synology failed. - (non-fast-forward problems can be solved by setting receive.denyNonFastforwards to false in the remote's git config) + (non-fast-forward problems can be solved by setting receive.denyNonFastforwards to false in the remote\'s git config) failed git-annex: sync: 2 failed $ cat .git/config @@ -81,6 +81,7 @@ favicon.png git-annex git-annex-webapp git-upload-pack libdirs logo.svg #### on "synology" (armel) [[!format sh """ +/volume1/downloads/git-annex.linux $ ./runshell $ git-annex version git-annex version: 5.20131224-g6ca5271 build flags: Assistant Webapp Pairing Testsuite S3 WebDAV Inotify DBus XMPP DNS Feeds Quvi TDFA CryptoHash @@ -91,6 +92,12 @@ default repository version: 3 supported repository versions: 3 5 upgrade supported from repository versions: 0 1 2 4 +$ which git-receive-pack +/volume1/downloads/git-annex.linux/bin/git-receive-pack + +$ which git-upload-pack +/volume1/downloads/git-annex.linux/bin/git-upload-pack + $ git-annex sync commit (Recording state in git...) ok |