git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] rebase: fix typo (force_rebas -> force-rebas)
@ 2009-03-18 18:05 Michele Ballabio
  2009-03-18 18:05 ` [PATCH 2/3] document --force-rebase Michele Ballabio
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Michele Ballabio @ 2009-03-18 18:05 UTC (permalink / raw)
  To: git; +Cc: gitster

Signed-off-by: Michele Ballabio <barra_cuda@katamail.com>
---
 git-rebase.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/git-rebase.sh b/git-rebase.sh
index d38ab0b..e38d68a 100755
--- a/git-rebase.sh
+++ b/git-rebase.sh
@@ -315,7 +315,7 @@ do
 	--root)
 		rebase_root=t
 		;;
-	-f|--f|--fo|--for|--forc|force|--force-r|--force-re|--force-reb|--force-reba|--force_rebas|--force-rebase)
+	-f|--f|--fo|--for|--forc|force|--force-r|--force-re|--force-reb|--force-reba|--force-rebas|--force-rebase)
 		force_rebase=t
 		;;
 	-*)
-- 
1.6.2.22.gc2ac

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

end of thread, other threads:[~2009-03-27 20:12 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-18 18:05 [PATCH 1/3] rebase: fix typo (force_rebas -> force-rebas) Michele Ballabio
2009-03-18 18:05 ` [PATCH 2/3] document --force-rebase Michele Ballabio
2009-03-18 18:38   ` Junio C Hamano
2009-03-18 18:38   ` Junio C Hamano
2009-03-18 20:53     ` [PATCH v2 " Michele Ballabio
2009-03-18 21:15       ` Johannes Schindelin
2009-03-19 11:01   ` [PATCH " Sverre Rabbelier
2009-03-19 15:28     ` [PATCH v3 " Michele Ballabio
2009-03-19 15:28     ` [PATCH v3 3/3] rebase: add options passed to git-am Michele Ballabio
2009-03-18 18:05 ` [PATCH " Michele Ballabio
2009-03-18 18:41   ` Junio C Hamano
2009-03-18 20:53     ` [PATCH v2 " Michele Ballabio
2009-03-27 18:58 ` [PATCH 1/3] rebase: fix typo (force_rebas -> force-rebas) Michele Ballabio

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