diff options
author | Joey Hess <joey@kitenet.net> | 2012-04-08 12:25:54 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-04-08 12:25:54 -0400 |
commit | 182778d664f5e7fb66e1422a6d429a604d083fa3 (patch) | |
tree | ebf9b7bc475ed075a6c2cc1ecffa7b1e0970ace6 /doc | |
parent | 4309f363fb2e779856092f10b53fa7c6e88a6ea3 (diff) |
bugfix: Adding a dotfile also caused all non-dotfiles to be added.
When only a dotfile was specified, the list of non-dotfiles was empty,
triggering the fallback behavior of finding all files.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/git_annex_add_..._adds_too_much.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/git_annex_add_..._adds_too_much.mdwn b/doc/bugs/git_annex_add_..._adds_too_much.mdwn index 5ef9bc577..4eb46455f 100644 --- a/doc/bugs/git_annex_add_..._adds_too_much.mdwn +++ b/doc/bugs/git_annex_add_..._adds_too_much.mdwn @@ -21,3 +21,5 @@ What version of git-annex are you using? On what operating system? 3.20120406 (same problem with version 3.20120123) on Debian. + +> Thanks for reporting this bug, I've fixed it in git. [[done]] --[[Joey]] |