aboutsummaryrefslogtreecommitdiff
path: root/Documentation/git-add.txt
Commit message (Expand)AuthorAge
...
| * | git-add -i/-p: learn to unwrap C-quoted pathsJunio C Hamano2009-02-18
* | | Documentation: minor grammatical fixes.David J. Mellor2009-02-28
|/ /
* | Fix typos in the documentation.Ralf Wildenhues2008-11-27
* | document "intent to add" option to git-addJeff King2008-10-20
* | git-add --all: documentationJunio C Hamano2008-07-19
* | Make git-add -i accept ranges like 7-Ciaran McCreesh2008-07-15
* | git-add--interactive: manual hunk editing modeThomas Rast2008-07-02
* | Documentation: be consistent about "git-" versus "git "Jonathan Nieder2008-07-01
* | Documentation: fix links to tutorials and other new manual pagesJonathan Nieder2008-07-01
* | git add: add long equivalents of '-u' and '-f' optionsSZEDER Gábor2008-06-14
* | Docs: Use "-l::\n--long\n" format in OPTIONS sectionsStephan Beyer2008-06-08
* | documentation: move git(7) to git(1)Christian Couder2008-06-06
* | documentation: convert "diffcore" and "repository-layout" to man pagesChristian Couder2008-06-06
* | Manual subsection to refer to other pages is SEE ALSOJunio C Hamano2008-05-28
* | Add --ignore-errors to git-add to allow it to skip files with read errorsAlex Riesen2008-05-12
* | Merge branch 'maint'Junio C Hamano2008-05-08
|\ \ | |/ |/|
| * Merge branch 'maint-1.5.4' into maintJunio C Hamano2008-05-08
| |\
| | * doc: clarify definition of "update" for git-add -uJeff King2008-05-08
* | | Documentation: improve "add", "pull" and "format-patch" examplesChristian Couder2008-05-06
|/ /
* | Describe the bug in handling filenames with funny characters in 'git add -i'Teemu Likonen2008-04-02
|/
* Minor wording changes in the keyboard descriptions in git-add --interactive.Vineet Kumar2008-03-13
* Clarified the meaning of git-add -u in the documentationPekka Kaitaniemi2008-02-20
* Documentation: rename gitlink macro to linkgitDan McGee2008-01-06
* Fix mis-markup of the -p, --patch option in git-add(1)Eyvind Bernhardsen2007-12-10
* Documentation: add --patch option to synopsis of git-addMatthias Kestenholz2007-12-05
* Document all help keys in "git add -i" patch mode.Ralf Wildenhues2007-11-28
* Add "--patch" option to git-add--interactiveWincent Colaiuta2007-11-25
* Merge branch 'maint'Junio C Hamano2007-11-14
|\
| * replace reference to git-rm with git-reset in git-commit docJing Xue2007-11-14
* | Update manpages to reflect new short and long option aliasesJonas Fonseca2007-10-29
|/
* git-add: Make the filename globbing note a bit clearerPetr Baudis2007-08-28
* Make usage documentation for git-add consistent.Brian Hetro2007-08-25
* Clarify actual behavior of 'git add' and ignored filesBrian Downing2007-08-16
* git-add: Add support for --refresh option.Alexandre Julliard2007-08-13
* Merge branch 'maint'J. Bruce Fields2007-08-05
|\
| * documentation: use the word "index" in the git-add manual pageJ. Bruce Fields2007-08-05
* | War on whitespaceJunio C Hamano2007-06-07
|/
* Merge branch 'maint'Junio C Hamano2007-05-17
|\
| * Document core.excludesfile for git-addMichael Hendricks2007-05-17
* | Documentation/git-add: clarify -u with path limitingJeff King2007-05-13
* | Document git add -u introduced earlier.Matthieu Moy2007-05-07
|/
* Documentation: Correct minor typo in git-add documentation.Christian Schlotter2007-03-01
* Make a short-and-sweet "git-add -i" synonym for "git-add --interactive"Junio C Hamano2007-01-17
* Documentation: a few spelling fixesRené Scharfe2007-01-17
* git-add -f: allow adding otherwise ignored files.Junio C Hamano2006-12-25
* git-add: add ignored files when asked explicitly.Junio C Hamano2006-12-25
* git-add --interactive: add documentationJunio C Hamano2006-12-25
* make 'git add' a first class user friendly interface to the indexNicolas Pitre2006-12-04
* Document that "git add" only adds non-ignored files.Santi2006-05-20
* Fix up docs where "--" isn't displayed correctly.sean2006-05-05