Autogenerated manpages for v1.5.3.4-383-gd90a
authorJunio C Hamano <junio@hera.kernel.org>
Thu, 25 Oct 2007 06:50:35 +0000 (06:50 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Thu, 25 Oct 2007 06:50:35 +0000 (06:50 +0000)
man1/git-config.1
man1/git-http-push.1
man1/git-send-email.1

index d58d6123faaa9e77a83af71b7125c38b6d0df7c8..f420503d8a70f318d37b056ff72f851c1e10e9ae 100644 (file)
@@ -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\-CONFIG" "1" "10/23/2007" "Git 1.5.3.4.319.gdd817" "Git Manual"
+.TH "GIT\-CONFIG" "1" "10/25/2007" "Git 1.5.3.4.383.gd90a" "Git Manual"
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
@@ -426,7 +426,7 @@ branch.<name>.remote
 When in branch <name>, it tells git fetch which remote to fetch. If this option is not given, git fetch defaults to remote "origin".
 .TP
 branch.<name>.merge
-When in branch <name>, it tells git fetch the default refspec to be marked for merging in FETCH_HEAD. The value has exactly to match a remote part of one of the refspecs which are fetched from the remote given by "branch.<name>.remote". The merge information is used by git pull (which at first calls git fetch) to lookup the default branch for merging. Without this option, git pull defaults to merge the first refspec fetched. Specify multiple values to get an octopus merge. If you wish to setup git pull so that it merges into <name> from another branch in the local repository, you can point branch.<name>.merge to the desired branch, and use the special setting . (a period) for branch.<name>.remote.
+When in branch <name>, it tells git fetch the default refspec to be marked for merging in FETCH_HEAD. The value is handled like the remote part of a refspec, and must match a ref which is fetched from the remote given by "branch.<name>.remote". The merge information is used by git pull (which at first calls git fetch) to lookup the default branch for merging. Without this option, git pull defaults to merge the first refspec fetched. Specify multiple values to get an octopus merge. If you wish to setup git pull so that it merges into <name> from another branch in the local repository, you can point branch.<name>.merge to the desired branch, and use the special setting . (a period) for branch.<name>.remote.
 .TP
 branch.<name>.mergeoptions
 Sets default options for merging into branch <name>. The syntax and supported options are equal to that of \fBgit\-merge\fR(1), but option values containing whitespace characters are currently not supported.
index e265258c9d34bff25fbb97d1b1983fdbb04462ae..a749e2bccbb84640f7fd311cb10619bbad2d14e4 100644 (file)
@@ -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\-HTTP\-PUSH" "1" "07/19/2007" "Git 1.5.3.rc2.19.gc4fba" "Git Manual"
+.TH "GIT\-HTTP\-PUSH" "1" "10/25/2007" "Git 1.5.3.4.383.gd90a" "Git Manual"
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
@@ -10,7 +10,7 @@
 .SH "NAME"
 git\-http\-push \- Push objects over HTTP/DAV to another repository
 .SH "SYNOPSIS"
-\fIgit\-http\-push\fR [\-\-all] [\-\-force] [\-\-verbose] <url> <ref> [<ref>\&...]
+\fIgit\-http\-push\fR [\-\-all] [\-\-dry\-run] [\-\-force] [\-\-verbose] <url> <ref> [<ref>\&...]
 .SH "DESCRIPTION"
 Sends missing objects to remote repository, and updates the remote branch.
 .SH "OPTIONS"
@@ -21,6 +21,9 @@ Do not assume that the remote repository is complete in its current state, and v
 \-\-force
 Usually, the command refuses to update a remote ref that is not an ancestor of the local ref used to overwrite it. This flag disables the check. What this means is that the remote repository can lose commits; use it with care.
 .TP
+\-\-dry\-run
+Do everything except actually send the updates.
+.TP
 \-\-verbose
 Report the list of objects being walked locally and the list of objects successfully sent to the remote repository.
 .TP
index 480e49a9e5b0a2f85b4ba3cf860fc305cde8b884..cbab75bd89bdf1bfb1c2ab3f6a7cd96c72df38ed 100644 (file)
@@ -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\-SEND\-EMAIL" "1" "09/30/2007" "Git 1.5.3.3.114.g2a85" "Git Manual"
+.TH "GIT\-SEND\-EMAIL" "1" "10/25/2007" "Git 1.5.3.4.383.gd90a" "Git Manual"
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
@@ -94,6 +94,9 @@ To avoid typing long email addresses, point this to one or more email aliases fi
 sendemail.aliasfiletype
 Format of the file(s) specified in sendemail.aliasesfile. Must be one of \fImutt\fR, \fImailrc\fR, \fIpine\fR, or \fIgnus\fR.
 .TP
+sendemail.to
+Email address (or alias) to always send to.
+.TP
 sendemail.cccmd
 Command to execute to generate per patch file specific "Cc:"s.
 .TP