From: Junio C Hamano Date: Mon, 10 Sep 2007 01:33:28 +0000 (+0000) Subject: Autogenerated HTML docs for v1.5.3.1-27-g57543 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=250f03e4da02e3baac97034efeb8d122e0d6b207;p=git.git Autogenerated HTML docs for v1.5.3.1-27-g57543 --- diff --git a/git-clone.html b/git-clone.html index ec14ecb17..24c834419 100644 --- a/git-clone.html +++ b/git-clone.html @@ -352,7 +352,7 @@ configuration variables.

automatically setup .git/objects/info/alternates to obtain objects from the reference repository. Using an already existing repository as an alternate will - require less objects to be copied from the repository + require fewer objects to be copied from the repository being cloned, reducing network and local storage costs.

@@ -641,7 +641,7 @@ Create a repository on the kernel.org machine that borrows from Linus diff --git a/git-clone.txt b/git-clone.txt index 227f092e2..253f4f03c 100644 --- a/git-clone.txt +++ b/git-clone.txt @@ -68,7 +68,7 @@ OPTIONS automatically setup .git/objects/info/alternates to obtain objects from the reference repository. Using an already existing repository as an alternate will - require less objects to be copied from the repository + require fewer objects to be copied from the repository being cloned, reducing network and local storage costs. --quiet:: diff --git a/git-rebase.html b/git-rebase.html index 1599bd5a1..362b931a0 100644 --- a/git-rebase.html +++ b/git-rebase.html @@ -273,8 +273,9 @@ git-rebase(1) Manual Page

SYNOPSIS

-
git-rebase [-i | --interactive] [-v | --verbose] [-m | --merge] [-C<n>] - [-p | --preserve-merges] [--onto <newbase>] <upstream> [<branch>] +
git-rebase [-i | --interactive] [-v | --verbose] [-m | --merge] + [-C<n>] [ --whitespace=<option>] [-p | --preserve-merges] + [--onto <newbase>] <upstream> [<branch>] git-rebase --continue | --skip | --abort

DESCRIPTION

@@ -510,6 +511,15 @@ desired resolution, you can continue the rebasing process with

+--whitespace=<nowarn|warn|error|error-all|strip> +
+
+

+ This flag is passed to the git-apply program + (see git-apply(1)) that applies the patch. +

+
+
-i, --interactive
@@ -800,7 +810,7 @@ Johannes E. Schindelin <johannes.schindelin@gmx.de>

diff --git a/git-rebase.txt b/git-rebase.txt index 61b1810db..0858fa8a6 100644 --- a/git-rebase.txt +++ b/git-rebase.txt @@ -8,8 +8,9 @@ git-rebase - Forward-port local commits to the updated upstream head SYNOPSIS -------- [verse] -'git-rebase' [-i | --interactive] [-v | --verbose] [-m | --merge] [-C] - [-p | --preserve-merges] [--onto ] [] +'git-rebase' [-i | --interactive] [-v | --verbose] [-m | --merge] + [-C] [ --whitespace=