summaryrefslogtreecommitdiff
path: root/doc/bugs/git-annex_smudge_fails_on_git_add.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-05-02 10:53:24 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-05-02 10:53:24 -0400
commitef2feac946c7b61f29486a5554e0d5e8a4a5b4e7 (patch)
tree59ef658566c544caa7b6463b59c19ef8f1c94b28 /doc/bugs/git-annex_smudge_fails_on_git_add.mdwn
parent6e795acaa5735491080c8bd77fbc67b921871a96 (diff)
Fix bug that sometimes prevented git-annex smudge --clean from consuming all its input, which resulted in git add bypassing git-annex.
Diffstat (limited to 'doc/bugs/git-annex_smudge_fails_on_git_add.mdwn')
-rw-r--r--doc/bugs/git-annex_smudge_fails_on_git_add.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/git-annex_smudge_fails_on_git_add.mdwn b/doc/bugs/git-annex_smudge_fails_on_git_add.mdwn
index 61e90d184..5b91e1ed3 100644
--- a/doc/bugs/git-annex_smudge_fails_on_git_add.mdwn
+++ b/doc/bugs/git-annex_smudge_fails_on_git_add.mdwn
@@ -55,3 +55,5 @@ error: external filter git-annex smudge --clean %f failed
### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)
No, I'm a first-time user. Thanks for this neat piece of software.
+
+> [[fixed|done]] --[[Joey]]