summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4 <https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4@web>2015-07-06 22:15:39 +0000
committerGravatar admin <admin@branchable.com>2015-07-06 22:15:39 +0000
commit00ead55d60bf549d53bf1648d7206b56c94a581f (patch)
treef9db0d786d98dc99cfedd92d1a3f7261741a89f6 /doc
parent3d80f70e9c0484f26d0ae98f45186beb2aa60276 (diff)
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/annex_add_doesn__39__t_any_longer_by_default_commit_git-annex.mdwn39
1 files changed, 39 insertions, 0 deletions
diff --git a/doc/bugs/annex_add_doesn__39__t_any_longer_by_default_commit_git-annex.mdwn b/doc/bugs/annex_add_doesn__39__t_any_longer_by_default_commit_git-annex.mdwn
new file mode 100644
index 000000000..f505bee6b
--- /dev/null
+++ b/doc/bugs/annex_add_doesn__39__t_any_longer_by_default_commit_git-annex.mdwn
@@ -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.
+"""]]