projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a4a2e1
)
Documentation: add --patch option to synopsis of git-add
author
Matthias Kestenholz
<matthias@spinlock.ch>
Wed, 5 Dec 2007 11:28:50 +0000
(12:28 +0100)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 5 Dec 2007 19:08:00 +0000
(11:08 -0800)
Signed-off-by: Matthias Kestenholz <matthias@spinlock.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-add.txt
patch
|
blob
|
history
diff --git
a/Documentation/git-add.txt
b/Documentation/git-add.txt
index e74f83b47ad7453ea3fda994f067de81f04baa9d..bf94cd43bdd8a9e113af37bec5acd568dd1b3930 100644
(file)
--- a/
Documentation/git-add.txt
+++ b/
Documentation/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]
[--] <filepattern>...
DESCRIPTION