From: Junio C Hamano Date: Thu, 6 Dec 2007 03:26:21 +0000 (+0000) Subject: Autogenerated HTML docs for v1.5.3.7-1077-gcec9 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0fc8cd97f8766685bdad69c4ce11e8d2dee2d08d;p=git.git Autogenerated HTML docs for v1.5.3.7-1077-gcec9 --- diff --git a/config.txt b/config.txt index 72a33e98b..0e45ec547 100644 --- a/config.txt +++ b/config.txt @@ -359,8 +359,8 @@ clean.requireForce:: color.branch:: A boolean to enable/disable color in the output of - gitlink:git-branch[1]. May be set to `true` (or `always`), - `false` (or `never`) or `auto`, in which case colors are used + gitlink:git-branch[1]. May be set to `always`, + `false` (or `never`) or `auto` (or `true`), in which case colors are used only when the output is to a terminal. Defaults to false. color.branch.:: @@ -378,9 +378,9 @@ second is the background. The position of the attribute, if any, doesn't matter. color.diff:: - When true (or `always`), always use colors in patch. - When false (or `never`), never. When set to `auto`, use - colors only when the output is to the terminal. + When set to `always`, always use colors in patch. + When false (or `never`), never. When set to `true` or `auto`, use + colors only when the output is to the terminal. Defaults to false. color.diff.:: Use customized color for diff colorization. `` specifies @@ -397,8 +397,8 @@ color.pager:: color.status:: A boolean to enable/disable color in the output of - gitlink:git-status[1]. May be set to `true` (or `always`), - `false` (or `never`) or `auto`, in which case colors are used + gitlink:git-status[1]. May be set to `always`, + `false` (or `never`) or `auto` (or `true`), in which case colors are used only when the output is to a terminal. Defaults to false. color.status.:: diff --git a/git-add.html b/git-add.html index bbab7e4cc..148245d45 100644 --- a/git-add.html +++ b/git-add.html @@ -273,7 +273,7 @@ git-add(1) Manual Page

SYNOPSIS

-
git-add [-n] [-v] [-f] [--interactive | -i] [-u] [--refresh] +
git-add [-n] [-v] [-f] [--interactive | -i] [--patch | -p] [-u] [--refresh] [--] <filepattern>…

DESCRIPTION

@@ -581,7 +581,7 @@ diff
diff --git a/git-add.txt b/git-add.txt index e74f83b47..bf94cd43b 100644 --- a/git-add.txt +++ b/git-add.txt @@ -8,7 +8,7 @@ git-add - Add file contents to the index SYNOPSIS -------- [verse] -'git-add' [-n] [-v] [-f] [--interactive | -i] [-u] [--refresh] +'git-add' [-n] [-v] [-f] [--interactive | -i] [--patch | -p] [-u] [--refresh] [--] ... DESCRIPTION diff --git a/git-config.html b/git-config.html index 8abb0483e..d099933b6 100644 --- a/git-config.html +++ b/git-config.html @@ -1177,8 +1177,8 @@ color.branch

A boolean to enable/disable color in the output of - git-branch(1). May be set to true (or always), - false (or never) or auto, in which case colors are used + git-branch(1). May be set to always, + false (or never) or auto (or true), in which case colors are used only when the output is to a terminal. Defaults to false.

@@ -1205,9 +1205,9 @@ color.diff

- When true (or always), always use colors in patch. - When false (or never), never. When set to auto, use - colors only when the output is to the terminal. + When set to always, always use colors in patch. + When false (or never), never. When set to true or auto, use + colors only when the output is to the terminal. Defaults to false.

@@ -1239,8 +1239,8 @@ color.status

A boolean to enable/disable color in the output of - git-status(1). May be set to true (or always), - false (or never) or auto, in which case colors are used + git-status(1). May be set to always, + false (or never) or auto (or true), in which case colors are used only when the output is to a terminal. Defaults to false.

@@ -2026,7 +2026,7 @@ transfer.unpackLimit