X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=git-debrebase;fp=git-debrebase;h=01429fb4b4dc9cc63cd5b1575e0ff2e94549b674;hb=c6340141ac102903bb721b6a4b3f4fbec2bd07c0;hp=e307af843da884e4d5e8b39fd9fec8f68465bc30;hpb=e5780fc316255bdd3f7e340c29117cb28b82d80f;p=dgit.git diff --git a/git-debrebase b/git-debrebase index e307af84..01429fb4 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, }; }