* [PATCH 2/2] rebase: Make the fast-fowarding message more user-friendly by using branch names instead of SHA1 IDs.
@ 2006-07-27 9:32 Robert Shearman
0 siblings, 0 replies; only message in thread
From: Robert Shearman @ 2006-07-27 9:32 UTC (permalink / raw)
To: Git Mailing List
[-- Attachment #1: Type: text/plain, Size: 134 bytes --]
Signed-off-by: Robert Shearman <rob@codeweavers.com>
---
git-rebase.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
[-- Attachment #2: 3bd88862ba13448b574662ffda717b96ddab8e98.diff --]
[-- Type: text/x-patch, Size: 355 bytes --]
diff --git a/git-rebase.sh b/git-rebase.sh
index 5554541..1c23798 100755
--- a/git-rebase.sh
+++ b/git-rebase.sh
@@ -283,7 +283,7 @@ # If the $onto is a proper descendant of
# we just fast forwarded.
if test "$mb" = "$branch"
then
- echo >&2 "Fast-forwarded $branch to $newbase."
+ echo >&2 "Fast-forwarded $branch_name to $onto_name."
exit 0
fi
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2006-07-27 9:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-27 9:32 [PATCH 2/2] rebase: Make the fast-fowarding message more user-friendly by using branch names instead of SHA1 IDs Robert Shearman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).