* [PATCH] git-merge: include missing options in OPTIONS_SPEC
@ 2008-05-12 14:50 Miklos Vajna
0 siblings, 0 replies; only message in thread
From: Miklos Vajna @ 2008-05-12 14:50 UTC (permalink / raw)
To: git
--no-squash, --no-commit and --no-ff was missing from the output of
git-merge --help. This patch fixes the issue.
Signed-off-by: Miklos Vajna <vmiklos@frugalware.org>
---
git-merge.sh | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/git-merge.sh b/git-merge.sh
index 69b35d8..09c002b 100755
--- a/git-merge.sh
+++ b/git-merge.sh
@@ -15,8 +15,11 @@ no-summary (synonym to --no-stat)
log add list of one-line log to merge commit message
no-log don't add list of one-line log to merge commit message
squash create a single commit instead of doing a merge
+no-squash don't create a single commit instead of merging (default)
commit perform a commit if the merge sucesses (default)
+no-commit don't perform a commit if the merge sucesses
ff allow fast forward (default)
+no-ff don't allow fast forward
s,strategy= merge strategy to use
m,message= message to be used for the merge commit (if any)
"
--
1.5.5.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2008-05-12 14:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-12 14:50 [PATCH] git-merge: include missing options in OPTIONS_SPEC Miklos Vajna
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).