summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index b798cbd..49b8777 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -58,6 +58,10 @@ dgit (0.23~) unstable; urgency=low
* Document in manpage under `dgit push' that it is best to build with
dgit too. Closes:#763333.
+ * When receiving a push with dgit-repos-server, update the server's
+ refs/heads/master if we are pushing to what the distro regards as a
+ relevant branch, and the push would ff master. Closes:#728209.
+
* Fix inaccurate error message when archive's git hash is not an
ancestor of git repo's git hash.