index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
git-add.txt
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update git-add.txt according to the new possibilities of 'git add -p'.
Matthieu Moy
2009-04-19
1
-1
/
+3
*
git add -p: new "quit" command at the prompt.
Matthieu Moy
2009-04-19
1
-0
/
+1
*
Merge branch 'jc/maint-add-p-unquote' into maint
Junio C Hamano
2009-03-11
1
-7
/
+0
|
\
|
*
git-add -i/-p: learn to unwrap C-quoted paths
Junio C Hamano
2009-02-18
1
-7
/
+0
*
|
Documentation: minor grammatical fixes.
David J. Mellor
2009-02-28
1
-6
/
+6
|
/
*
Fix typos in the documentation.
Ralf Wildenhues
2008-11-27
1
-1
/
+1
*
document "intent to add" option to git-add
Jeff King
2008-10-21
1
-2
/
+11
*
git-add --all: documentation
Junio C Hamano
2008-07-20
1
-1
/
+7
*
Make git-add -i accept ranges like 7-
Ciaran McCreesh
2008-07-15
1
-2
/
+3
*
git-add--interactive: manual hunk editing mode
Thomas Rast
2008-07-03
1
-0
/
+1
*
Documentation: be consistent about "git-" versus "git "
Jonathan Nieder
2008-07-02
1
-1
/
+1
*
Documentation: fix links to tutorials and other new manual pages
Jonathan Nieder
2008-07-02
1
-1
/
+1
*
git add: add long equivalents of '-u' and '-f' options
SZEDER Gábor
2008-06-14
1
-2
/
+5
*
Docs: Use "-l::\n--long\n" format in OPTIONS sections
Stephan Beyer
2008-06-08
1
-6
/
+10
*
documentation: move git(7) to git(1)
Christian Couder
2008-06-06
1
-1
/
+1
*
documentation: convert "diffcore" and "repository-layout" to man pages
Christian Couder
2008-06-06
1
-1
/
+1
*
Manual subsection to refer to other pages is SEE ALSO
Junio C Hamano
2008-05-29
1
-1
/
+1
*
Add --ignore-errors to git-add to allow it to skip files with read errors
Alex Riesen
2008-05-13
1
-1
/
+6
*
Merge branch 'maint'
Junio C Hamano
2008-05-09
1
-1
/
+3
|
\
|
*
Merge branch 'maint-1.5.4' into maint
Junio C Hamano
2008-05-09
1
-1
/
+3
|
|
\
|
|
*
doc: clarify definition of "update" for git-add -u
Jeff King
2008-05-08
1
-1
/
+3
*
|
|
Documentation: improve "add", "pull" and "format-patch" examples
Christian Couder
2008-05-07
1
-9
/
+15
|
/
/
*
/
Describe the bug in handling filenames with funny characters in 'git add -i'
Teemu Likonen
2008-04-02
1
-0
/
+6
|
/
*
Minor wording changes in the keyboard descriptions in git-add --interactive.
Vineet Kumar
2008-03-14
1
-10
/
+8
*
Clarified the meaning of git-add -u in the documentation
Pekka Kaitaniemi
2008-02-21
1
-2
/
+2
*
Documentation: rename gitlink macro to linkgit
Dan McGee
2008-01-07
1
-8
/
+8
*
Fix mis-markup of the -p, --patch option in git-add(1)
Eyvind Bernhardsen
2007-12-10
1
-1
/
+1
*
Documentation: add --patch option to synopsis of git-add
Matthias Kestenholz
2007-12-05
1
-1
/
+1
*
Document all help keys in "git add -i" patch mode.
Ralf Wildenhues
2007-11-29
1
-0
/
+2
*
Add "--patch" option to git-add--interactive
Wincent Colaiuta
2007-11-25
1
-1
/
+8
*
Merge branch 'maint'
Junio C Hamano
2007-11-14
1
-0
/
+1
|
\
|
*
replace reference to git-rm with git-reset in git-commit doc
Jing Xue
2007-11-14
1
-0
/
+1
*
|
Update manpages to reflect new short and long option aliases
Jonas Fonseca
2007-10-30
1
-2
/
+2
|
/
*
git-add: Make the filename globbing note a bit clearer
Petr Baudis
2007-08-29
1
-3
/
+3
*
Make usage documentation for git-add consistent.
Brian Hetro
2007-08-26
1
-2
/
+4
*
Clarify actual behavior of 'git add' and ignored files
Brian Downing
2007-08-17
1
-4
/
+6
*
git-add: Add support for --refresh option.
Alexandre Julliard
2007-08-13
1
-1
/
+5
*
Merge branch 'maint'
J. Bruce Fields
2007-08-06
1
-19
/
+22
|
\
|
*
documentation: use the word "index" in the git-add manual page
J. Bruce Fields
2007-08-06
1
-19
/
+22
*
|
War on whitespace
Junio C Hamano
2007-06-07
1
-1
/
+0
|
/
*
Merge branch 'maint'
Junio C Hamano
2007-05-18
1
-0
/
+9
|
\
|
*
Document core.excludesfile for git-add
Michael Hendricks
2007-05-18
1
-0
/
+9
*
|
Documentation/git-add: clarify -u with path limiting
Jeff King
2007-05-14
1
-2
/
+5
*
|
Document git add -u introduced earlier.
Matthieu Moy
2007-05-07
1
-1
/
+5
|
/
*
Documentation: Correct minor typo in git-add documentation.
Christian Schlotter
2007-03-01
1
-1
/
+1
*
Make a short-and-sweet "git-add -i" synonym for "git-add --interactive"
Junio C Hamano
2007-01-17
1
-2
/
+2
*
Documentation: a few spelling fixes
René Scharfe
2007-01-17
1
-1
/
+1
*
git-add -f: allow adding otherwise ignored files.
Junio C Hamano
2006-12-26
1
-2
/
+6
*
git-add: add ignored files when asked explicitly.
Junio C Hamano
2006-12-25
1
-3
/
+8
*
git-add --interactive: add documentation
Junio C Hamano
2006-12-25
1
-1
/
+118
[next]