From c6340141ac102903bb721b6a4b3f4fbec2bd07c0 Mon Sep 17 00:00:00 2001 From: Niko Tyni Date: Sat, 8 Jun 2019 10:58:01 +0300 Subject: 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 Closes: #930214 Signed-off-by: Ian Jackson --- git-debrebase | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git-debrebase') 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, }; } -- cgit v1.2.3