Added some more details to log
This commit is contained in:
parent
085c9783f5
commit
6f0feb94b4
1 changed files with 8 additions and 1 deletions
|
@ -45,7 +45,7 @@ and the repository exists.
|
||||||
|
|
||||||
Pushing to synology failed.
|
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
|
failed
|
||||||
git-annex: sync: 2 failed
|
git-annex: sync: 2 failed
|
||||||
$ cat .git/config
|
$ cat .git/config
|
||||||
|
@ -81,6 +81,7 @@ favicon.png git-annex git-annex-webapp git-upload-pack libdirs logo.svg
|
||||||
#### on "synology" (armel)
|
#### on "synology" (armel)
|
||||||
|
|
||||||
[[!format sh """
|
[[!format sh """
|
||||||
|
/volume1/downloads/git-annex.linux $ ./runshell
|
||||||
$ git-annex version
|
$ git-annex version
|
||||||
git-annex version: 5.20131224-g6ca5271
|
git-annex version: 5.20131224-g6ca5271
|
||||||
build flags: Assistant Webapp Pairing Testsuite S3 WebDAV Inotify DBus XMPP DNS Feeds Quvi TDFA CryptoHash
|
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
|
supported repository versions: 3 5
|
||||||
upgrade supported from repository versions: 0 1 2 4
|
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
|
$ git-annex sync
|
||||||
commit (Recording state in git...)
|
commit (Recording state in git...)
|
||||||
ok
|
ok
|
||||||
|
|
Loading…
Reference in a new issue