summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2017-07-08 20:21:30 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2017-07-08 20:21:32 +0100
commit814fa4dc0dbf43f7b2ec57803a155d03ba136a9b (patch)
tree38f0a53143f3a71a0538d625e938ddff7e944b11 /debian/changelog
parent286194bf8211db68991be7831e76829c7147829a (diff)
dgit: honour more pre-tree git config options in our private trees
These share the user's object store and we should manipulate the object store the way the user wants. In particular, core.sharedRepository is important. Prompted by #867603, which is the same bug in dgit-badcommit-fixup. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 91bb617..cd44b40 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,9 @@ dgit (3.11~) unstable; urgency=medium
tree.
* dgit: tolerate compressor terminating with SIGPIPE.
Closes:#857694.
+ * dgit: honour more pre-tree git config options in our private
+ trees sharing the user's object store. In particular,
+ core.sharedRepository. Prompted by #867603.
* infrastructure: Cope with new git-receive-pack which has
quarantine feature: ie, work around #867702.
* test suite: Cope with git restricting ext:: protocols.