Autogenerated man pages for v1.4.4.1-g3c23
authorJunio C Hamano <junio@hera.kernel.org>
Mon, 27 Nov 2006 20:03:28 +0000 (20:03 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Mon, 27 Nov 2006 20:03:28 +0000 (20:03 +0000)
man1/git-merge.1
man1/git-shortlog.1

index f22b9add48e5b74c38f14cd2598734571992bd18..16e7dc64c4d52615bc5c1e668fe4ca2e8d35ff04 100755 (executable)
@@ -2,7 +2,7 @@
 .\" It was generated using the DocBook XSL Stylesheets (version 1.69.1).
 .\" Instead of manually editing it, you probably should edit the DocBook XML
 .\" source for it and then use the DocBook XSL Stylesheets to regenerate it.
-.TH "GIT\-MERGE" "1" "10/03/2006" "" ""
+.TH "GIT\-MERGE" "1" "11/27/2006" "" ""
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
 .SH "NAME"
 git\-merge \- Grand Unified Merge Driver
 .SH "SYNOPSIS"
-\fIgit\-merge\fR [\-n] [\-\-no\-commit] [\-s <strategy>]\&... <msg> <head> <remote> <remote>\&...
 .sp
+.nf
+\fIgit\-merge\fR [\-n] [\-\-no\-commit] [\-\-squash] [\-s <strategy>]\&...
+        [\-\-reflog\-action=<action>]
+        \-m=<msg> <remote> <remote>\&...
+.fi
 .SH "DESCRIPTION"
-This is the top\-level user interface to the merge machinery which drives multiple merge strategy scripts.
+This is the top\-level interface to the merge machinery which drives multiple merge strategy scripts.
 .sp
 .SH "OPTIONS"
 .TP
@@ -47,10 +51,20 @@ git\-merge
 invocations.
 .TP
 <head>
-our branch head commit.
+Our branch head commit. This has to be
+HEAD, so new syntax does not require it
 .TP
 <remote>
-other branch head merged into our branch. You need at least one <remote>. Specifying more than one <remote> obviously means you are trying an Octopus.
+Other branch head merged into our branch. You need at least one <remote>. Specifying more than one <remote> obviously means you are trying an Octopus.
+.TP
+\-\-reflog\-action=<action>
+This is used internally when
+git\-pull
+calls this command to record that the merge was created by
+pull
+command in the
+ref\-log
+entry that results from the merge.
 .SH "MERGE STRATEGIES"
 .TP
 resolve
index 63a98eaa2c9d5d0370ab9cd8ced52972b066c437..6f3b3fad039e7b7612d824520d8bd0b32da62a7b 100755 (executable)
@@ -2,7 +2,7 @@
 .\" It was generated using the DocBook XSL Stylesheets (version 1.69.1).
 .\" Instead of manually editing it, you probably should edit the DocBook XML
 .\" source for it and then use the DocBook XSL Stylesheets to regenerate it.
-.TH "GIT\-SHORTLOG" "1" "10/12/2006" "" ""
+.TH "GIT\-SHORTLOG" "1" "11/27/2006" "" ""
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
@@ -10,7 +10,7 @@
 .SH "NAME"
 git\-shortlog \- Summarize 'git log' output
 .SH "SYNOPSIS"
-git\-log \-\-pretty=short | \fIgit\-shortlog\fR [\-h] [\-n] [\-s]
+git\-log \-\-pretty=short | \fIgit\-shortlog\fR [\-h] [\-n] [\-s] git\-shortlog [\-n|\-\-number] [\-s|\-\-summary] [<committish>\&...]
 .sp
 .SH "DESCRIPTION"
 Summarizes \fIgit log\fR output in a format suitable for inclusion in release announcements. Each commit will be grouped by author and the first line of the commit message will be shown.