diff options
author | Joey Hess <joey@kitenet.net> | 2011-11-25 19:10:16 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-11-25 19:10:16 -0400 |
commit | b157bb239385be4ea2883c1419be98af51ff5dfd (patch) | |
tree | 5caafa347434ee010218d51c63e7374a3aa630bb /debian/changelog | |
parent | 72fc4fc6977e1642df5246ea80b69dbcdd3206d4 (diff) | |
parent | f8ccc8f93ecaacb7db2633319d15cc5441fa7bad (diff) |
Use git add -A, which automatically removes deleted files, and avoids a separate call to git add -u. Thanks to Miklos Vajna, whose patch in 2008 was deferred because -A was then too new, and languished in a branch until found today.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 44d5466..2dba9a4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,10 @@ etckeeper (0.58) UNRELEASED; urgency=low a fixup script (attached to the bug) which could be used if you've already encountered this problem. * Bugfix for filenames containing single quotes. + * Use git add -A, which automatically removes deleted files, + and avoids a separate call to git add -u. + Thanks to Miklos Vajna, whose patch in 2008 was deferred + because -A was then too new, and languished in a branch until found today. -- Joey Hess <joeyh@debian.org> Fri, 25 Nov 2011 12:00:55 -0400 |