assistant: Committing a whole lot of files at once could overflow command-line length limits and cause the commit to fail. This only happened when using the assistant in an indirect mode repository.

This commit is contained in:
Joey Hess 2015-03-26 14:02:35 -04:00
parent 7cb2f91f5b
commit 2b7f3ee3f2
3 changed files with 21 additions and 2 deletions

3
debian/changelog vendored
View file

@ -14,6 +14,9 @@ git-annex (5.20150318) UNRELEASED; urgency=medium
command that ignored it.)
* Improve error message when --in @date is used and there is no
reflog for the git-annex branch.
* assistant: Committing a whole lot of files at once could overflow
command-line length limits and cause the commit to fail. This
only happened when using the assistant in an indirect mode repository.
-- Joey Hess <id@joeyh.name> Thu, 19 Mar 2015 17:05:32 -0400