summaryrefslogtreecommitdiff
path: root/git-debrebase
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2017-10-22 20:28:40 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2018-06-16 12:25:49 +0100
commitca10b89a6d58b656251ecf0f564cd40f720d9239 (patch)
treeb47fe7d38d62c34fc212bee715bc488f8411795f /git-debrebase
parent6e88f791b68d7ee8ddb97433aae6649d7b61d14d (diff)
git-debrebase: in classify, call get_differs with args in right oder
Diffstat (limited to 'git-debrebase')
-rwxr-xr-xgit-debrebase2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-debrebase b/git-debrebase
index ee98f09..225f0c5 100755
--- a/git-debrebase
+++ b/git-debrebase
@@ -305,7 +305,7 @@ sub classify ($) {
push @p, {
Ix => $#p,
CommitId => $ph,
- Differs => (get_differs $t, $ph),
+ Differs => (get_differs $ph, $t),
};
}