summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2018-08-19 17:49:17 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2018-08-19 17:52:27 +0100
commit5d8dfa9c2c0be56eaf85d7ce60ed38182878babd (patch)
treee22e28d93490acc73d4eef26a2c21da162474699 /debian/changelog
parente2a5e5241eb7e838c6d483800bde4bdb67af3949 (diff)
git-debrebase: Rewrite get_differs in terms of trees_diff_walk
As noted, git-diff-tree is quite slow. We can do much better, by stepping across the two trees ourselves. There should be no particularly significant change: the answers should be the same for reasonable inputs. Unreasonable inputs (particularly, executable files etc.) may be handled better, even. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 58b934e..40a880e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ dgit (6.7~) unstable; urgency=medium
* dgit(1): Encourage --overwrite rather than --overwrite=version.
* test suite: unset GIT_EDITOR, so it works if user has that set.
* git-debrebase: Improve laundry performance. Closes:#905995.
+ * git-debrebase: Improve analysis performance.
--