This commit is contained in:
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4 2015-07-06 22:15:39 +00:00 committed by admin
parent fcee3b2089
commit 61869298f5

View file

@ -0,0 +1,39 @@
### Please describe the problem.
I thought it was just my failing memory but then our tests started to fail (e.g. https://travis-ci.org/datalad/datalad/builds/69776125#L810): previously (e.g. with 5.20150409+git126-ga29f683-1~ndall+1) git annex add (without -c alwayscommit=False) would commit git-annex branch with information about that file right away, but currently (e.g. with 5.20150610+gitg608172f-1~ndall+1) it doesn't happen any longer. I glanced through the logs but didn't find explicit doc on change of behavior so decided to check if that is intended change?
### What version of git-annex are you using? On what operating system?
5.20150610+gitg608172f-1~ndall+1
### Please provide any additional information below.
[[!format sh """
# If you can, paste a complete transcript of the problem occurring here.
# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log
hopa:/tmp/XX
$> git init
Initialized empty Git repository in /tmp/XX/.git/
2 14055.....................................:Mon 06 Jul 2015 06:12:41 PM EDT:.
(git)hopa:/tmp/XX[master]
$> git annex init
init ok
(recording state in git...)
2 14056.....................................:Mon 06 Jul 2015 06:12:43 PM EDT:.
(git)hopa:/tmp/XX[master]
$> echo 21234 > 2
2 14057.....................................:Mon 06 Jul 2015 06:12:45 PM EDT:.
(git)hopa:/tmp/XX[master]
$> git annex add 2
add 2 ok
(recording state in git...)
2 14058.....................................:Mon 06 Jul 2015 06:12:48 PM EDT:.
(git)hopa:/tmp/XX[master]
$> git annex log
fatal: unrecognized argument: -raw
# End of transcript or log.
"""]]