diff options
author | 2015-04-02 01:18:00 -0400 | |
---|---|---|
committer | 2015-04-02 01:20:07 -0400 | |
commit | 69b92b22d9a80055c94d687b7f0810f82776624a (patch) | |
tree | fd3de714d4a333c1ff288c8cf7f146909c366203 /debian | |
parent | 9831ae65a5afefb476149645fd7df341c065754c (diff) |
Fix truncation of parameters that could occur when using xargs git-annex.
This will only ever result in a few more git-ls-files being run than were run
before. (Only 1 more is really needed, but around 10 more are currently run
for a max length command line.)
So, no need to worry about the extra zombie, or lost laziness due to concat.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index dbea98877..6b88aa228 100644 --- a/debian/changelog +++ b/debian/changelog @@ -24,6 +24,7 @@ git-annex (5.20150328) UNRELEASED; urgency=medium for distributed fsck. * Significantly sped up processing of large numbers of directories passed to a single git-annex command. + * Fix truncation of parameters that could occur when using xargs git-annex. -- Joey Hess <id@joeyh.name> Fri, 27 Mar 2015 16:04:43 -0400 |