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
*
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
*
make 'git add' a first class user friendly interface to the index
Nicolas Pitre
2006-12-05
1
-25
/
+28
*
Document that "git add" only adds non-ignored files.
Santi
2006-05-21
1
-1
/
+4
*
Fix up docs where "--" isn't displayed correctly.
sean
2006-05-05
1
-1
/
+1
*
Remove trailing dot after short description
Fredrik Kuivinen
2006-03-09
1
-1
/
+1
*
documentation: add 'see also' sections to git-rm and git-add
Jeff Muizelaar
2006-03-05
1
-0
/
+3
*
git-add: Add support for --, documentation, and test.
Carl Worth
2006-02-22
1
-1
/
+6
*
Documentation: spell.
Junio C Hamano
2005-12-29
1
-1
/
+1
*
Documentation: git-add -- do not say "cache", add examples.
Junio C Hamano
2005-11-04
1
-4
/
+39
*
Add to usage and docs for git-add.sh
Chris Shoemaker
2005-10-31
1
-1
/
+8
*
Some typos and light editing of various manpages
Christian Meder
2005-10-06
1
-1
/
+1
[next]