summaryrefslogtreecommitdiff
path: root/git-debrebase
diff options
context:
space:
mode:
authorNiko Tyni <ntyni@debian.org>2019-06-08 10:58:01 +0300
committerIan Jackson <ijackson@chiark.greenend.org.uk>2019-07-01 13:16:46 +0100
commitc6340141ac102903bb721b6a4b3f4fbec2bd07c0 (patch)
treebccb9d9816b9a54c2e79856513355557a57459cf /git-debrebase
parente5780fc316255bdd3f7e340c29117cb28b82d80f (diff)
git-debrebase: fix convert-from-dgit-view argv handling
[ S-o-b added after checking with ntyni on irc -iwj ] Signed-off-by: Niko Tyni <ntyni@debian.org> Closes: #930214 Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
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 e307af8..01429fb 100755
--- a/git-debrebase
+++ b/git-debrebase
@@ -2662,7 +2662,7 @@ sub cmd_convert_from_dgit_view () {
my $spec = shift @ARGV;
my $commit = git_rev_parse "$spec^{commit}";
push @upstreams, { Commit => $commit,
- Source => (f_ "%s, from command line", $ARGV[0]),
+ Source => (f_ "%s, from command line", $spec),
Only => 1,
};
}