git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] git-rebase: fix probable reflog typo
@ 2014-04-23  0:14 Felipe Contreras
  2014-04-23 11:36 ` Matthieu Moy
  0 siblings, 1 reply; 6+ messages in thread
From: Felipe Contreras @ 2014-04-23  0:14 UTC (permalink / raw)
  To: git; +Cc: Ramkumar Ramachandra, Felipe Contreras

Commit 26cd160 (rebase -i: use a better reflog message) tried to produce
a better reflog message, however, it seems a statement was introduced by
mistake.

'comment_for_reflog start' basically overides the GIT_REFLOG_ACTION we
just set.

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
---
 git-rebase--interactive.sh | 2 --
 1 file changed, 2 deletions(-)

diff --git a/git-rebase--interactive.sh b/git-rebase--interactive.sh
index 43631b4..5f1d8c9 100644
--- a/git-rebase--interactive.sh
+++ b/git-rebase--interactive.sh
@@ -893,8 +893,6 @@ then
 	GIT_REFLOG_ACTION="$GIT_REFLOG_ACTION: checkout $switch_to"
 	output git checkout "$switch_to" -- ||
 	die "Could not checkout $switch_to"
-
-	comment_for_reflog start
 fi
 
 orig_head=$(git rev-parse --verify HEAD) || die "No HEAD?"
-- 
1.9.2+fc1.1.g5c924db

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-04-24  8:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-23  0:14 [PATCH] git-rebase: fix probable reflog typo Felipe Contreras
2014-04-23 11:36 ` Matthieu Moy
2014-04-23 21:22   ` Felipe Contreras
2014-04-24  6:21     ` Matthieu Moy
2014-04-24  7:22       ` Felipe Contreras
2014-04-24  8:40         ` Matthieu Moy

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).