From e52e9ac2de424a290f04f0371045bc003748e06d Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Mon, 27 Nov 2006 20:03:28 +0000 Subject: [PATCH] Autogenerated man pages for v1.4.4.1-g3c23 --- man1/git-merge.1 | 24 +++++++++++++++++++----- man1/git-shortlog.1 | 4 ++-- 2 files changed, 21 insertions(+), 7 deletions(-) diff --git a/man1/git-merge.1 b/man1/git-merge.1 index f22b9add4..16e7dc64c 100755 --- a/man1/git-merge.1 +++ b/man1/git-merge.1 @@ -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) @@ -10,10 +10,14 @@ .SH "NAME" git\-merge \- Grand Unified Merge Driver .SH "SYNOPSIS" -\fIgit\-merge\fR [\-n] [\-\-no\-commit] [\-s ]\&... \&... .sp +.nf +\fIgit\-merge\fR [\-n] [\-\-no\-commit] [\-\-squash] [\-s ]\&... + [\-\-reflog\-action=] + \-m= \&... +.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 -our branch head commit. +Our branch head commit. This has to be +HEAD, so new syntax does not require it .TP -other branch head merged into our branch. You need at least one . Specifying more than one obviously means you are trying an Octopus. +Other branch head merged into our branch. You need at least one . Specifying more than one obviously means you are trying an Octopus. +.TP +\-\-reflog\-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 diff --git a/man1/git-shortlog.1 b/man1/git-shortlog.1 index 63a98eaa2..6f3b3fad0 100755 --- a/man1/git-shortlog.1 +++ b/man1/git-shortlog.1 @@ -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] [\&...] .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. -- 2.26.2