From 09c280fc29e8b5932e0560c9666572d4474032a4 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Tue, 16 Jan 2007 22:05:18 +0000 Subject: [PATCH] Autogenerated man pages for v1.5.0-rc1-g8bef --- man1/git-push.1 | 16 ++++++++++++++-- man1/git-rm.1 | 6 +++--- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/man1/git-push.1 b/man1/git-push.1 index a93bed6d8..a9a5e70c3 100644 --- a/man1/git-push.1 +++ b/man1/git-push.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\-PUSH" "1" "01/01/2007" "" "" +.TH "GIT\-PUSH" "1" "01/16/2007" "" "" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -10,7 +10,7 @@ .SH "NAME" git\-push \- Update remote refs along with associated objects .SH "SYNOPSIS" -\fIgit\-push\fR [\-\-all] [\-\-tags] [\-f | \-\-force] \&... +\fIgit\-push\fR [\-\-all] [\-\-tags] [\-\-exec=] [\-\-repo=all] [\-f | \-\-force] [\-v] [ \&...] .SH "DESCRIPTION" Updates remote refs using local refs, while sending objects necessary to complete the given refs. @@ -41,8 +41,20 @@ Instead of naming each ref to push, specifies that all refs be pushed. \-\-tags All refs under $GIT_DIR/refs/tags are pushed, in addition to refspecs explicitly listed on the command line. .TP +\-\-exec +Path to the \fIgit\-receive\-pack\fR program on the remote end. Sometimes useful when pushing to a remote repository over ssh, and you do not have the program in a directory on the default $PATH. +.TP \-f, \-\-force Usually, the command refuses to update a remote ref that is not a descendant of the local ref used to overwrite it. This flag disables the check. This can cause the remote repository to lose commits; use it with care. +.TP +\-\-repo= +When no repository is specified the command defaults to "origin"; this overrides it. +.TP +\-\-thin, \-\-no\-thin +These options are passed to git\-send\-pack. Thin transfer spends extra cycles to minimize the number of objects to be sent and meant to be used on slower connection. +.TP +\-v +Run verbosely. .SH "GIT URLS" One of the following notations can be used to name the remote repository: .IP diff --git a/man1/git-rm.1 b/man1/git-rm.1 index 5c6bf5ead..6d54a5780 100644 --- a/man1/git-rm.1 +++ b/man1/git-rm.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\-RM" "1" "12/26/2006" "" "" +.TH "GIT\-RM" "1" "01/16/2007" "" "" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -37,12 +37,12 @@ The list of given to the command can be exact pathnames, file glob patter .SH "EXAMPLES" .TP git\-rm Documentation/\\*.txt -Removes all *.txt files from the index that are under the Documentation directory and any of its subdirectories. The files are not removed from the working tree. +Removes all *.txt files from the index that are under the Documentation directory and any of its subdirectories. Note that the asterisk * is quoted from the shell in this example; this lets the command include the files from subdirectories of Documentation/ directory. .TP git\-rm \-f git\-*.sh -Remove all git\-*.sh scripts that are in the index. The files are removed from the index, and from the working tree. Because this example lets the shell expand the asterisk (i.e. you are listing the files explicitly), it does not remove subdir/git\-foo.sh. +Remove all git\-*.sh scripts that are in the index. Because this example lets the shell expand the asterisk (i.e. you are listing the files explicitly), it does not remove subdir/git\-foo.sh. .SH "SEE ALSO" \fBgit\-add\fR(1) .SH "AUTHOR" -- 2.26.2