From: Junio C Hamano
Date: Wed, 5 Dec 2007 10:59:48 +0000 (+0000)
Subject: Autogenerated HTML docs for v1.5.3.7-1066-g7a4a
X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e0facb91f036fe57e82a8d55f86a0a387b8562e6;p=git.git
Autogenerated HTML docs for v1.5.3.7-1066-g7a4a
---
diff --git a/config.txt b/config.txt
index 6ae11842e..72a33e98b 100644
--- a/config.txt
+++ b/config.txt
@@ -507,7 +507,9 @@ gc.rerereunresolved::
rerere.enabled::
Activate recording of resolved conflicts, so that identical
conflict hunks can be resolved automatically, should they
- be encountered again. See gitlink:git-rerere[1].
+ be encountered again. gitlink:git-rerere[1] command is by
+ default enabled, but can be disabled by setting this option to
+ false.
gitcvs.enabled::
Whether the CVS server interface is enabled for this repository.
diff --git a/git-add.html b/git-add.html
index 89dd4d7ab..bbab7e4cc 100644
--- a/git-add.html
+++ b/git-add.html
@@ -345,9 +345,17 @@ commit.
Add modified contents in the working tree interactively to
- the index.
+ the index. Optional path arguments may be supplied to limit
+ operation to a subset of the working tree. See “Interactive
+ mode” for details.
+
+-p, --patch:
+ Similar to Interactive mode but the initial command loop is
+ bypassed and the patch subcommand is invoked using each of
+ the specified filepatterns before exiting.
+
-
-u
@@ -532,7 +540,9 @@ j - do not decide on this hunk now, and view the next
J - do not decide on this hunk now, and view the next hunk
k - do not decide on this hunk now, and view the previous
undecided hunk
-K - do not decide on this hunk now, and view the previous hunk
+K - do not decide on this hunk now, and view the previous hunk
+s - split the current hunk into smaller hunks
+? - print help
After deciding the fate for all hunks, if there is any hunk
that was chosen, the index is updated with the selected hunks.
@@ -571,7 +581,7 @@ diff