diff options
author | Joey Hess <joey@kitenet.net> | 2013-11-05 13:38:37 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-11-05 13:38:37 -0400 |
commit | e96c613c026c2d0bd6cce7210b058533d3ce972c (patch) | |
tree | a44c598f4b1047593f4c856fdd26e9ac8400556d /debian | |
parent | 70db4ebffa5a66ac97791d6780cb203ad6ac642f (diff) |
pass -c option on to all git commands run
The -c option now not only modifies the git configuration seen by
git-annex, but it is passed along to every git command git-annex runs.
This was easy to plumb through because gitCommandLine is already used to
construct every git command line, to add --git-dir and --work-tree
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index f8d49df09..3d5e9a394 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,8 @@ git-annex (4.20131102) UNRELEASED; urgency=low * Fix zombie process that occurred when switching between repository views in the webapp. * map: Work when there are gcrypt remotes. + * The -c option now not only modifies the git configuration seen by + git-annex, but it is passed along to every git command git-annex runs. -- Joey Hess <joeyh@debian.org> Sat, 02 Nov 2013 14:54:36 -0400 |