summaryrefslogtreecommitdiffstats
path: root/bin/git-gpush
diff options
context:
space:
mode:
Diffstat (limited to 'bin/git-gpush')
-rwxr-xr-xbin/git-gpush5
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/git-gpush b/bin/git-gpush
index e567d1b..880c4a1 100755
--- a/bin/git-gpush
+++ b/bin/git-gpush
@@ -1501,9 +1501,10 @@ sub do_rebase_changes($$)
}
# Failure to apply to the current base is fatal.
set_change_error($change, 'fixed',
- ",----- Failed to rebase commit ------\n"
+ ",----- Failed to rebase commit "
+ .format_id($$commit{id})." ------\n"
.($errors =~ s/^/| /mgr)
- ."\`------------------------------------\n")
+ ."\`-----------------------------------------------\n")
if (!$failed); # Otherwise it's too much noise.
}
$$change{freshness} = FAILED;