summaryrefslogtreecommitdiff
path: root/Documentation/git-add.txt
AgeCommit message (Expand)Author
2008-07-20git-add --all: documentationJunio C Hamano
2008-07-15Make git-add -i accept ranges like 7-Ciaran McCreesh
2008-07-02git-add--interactive: manual hunk editing modeThomas Rast
2008-07-02Documentation: be consistent about "git-" versus "git "Jonathan Nieder
2008-07-02Documentation: fix links to tutorials and other new manual pagesJonathan Nieder
2008-06-14git add: add long equivalents of '-u' and '-f' optionsSZEDER Gábor
2008-06-08Docs: Use "-l::\n--long\n" format in OPTIONS sectionsStephan Beyer
2008-06-06documentation: move git(7) to git(1)Christian Couder
2008-06-06documentation: convert "diffcore" and "repository-layout" to man pagesChristian Couder
2008-05-28Manual subsection to refer to other pages is SEE ALSOJunio C Hamano
2008-05-13Add --ignore-errors to git-add to allow it to skip files with read errorsAlex Riesen
2008-05-09Merge branch 'maint'Junio C Hamano
2008-05-09Merge branch 'maint-1.5.4' into maintJunio C Hamano
2008-05-08doc: clarify definition of "update" for git-add -uJeff King
2008-05-07Documentation: improve "add", "pull" and "format-patch" examplesChristian Couder
2008-04-02Describe the bug in handling filenames with funny characters in 'git add -i'Teemu Likonen
2008-03-14Minor wording changes in the keyboard descriptions in git-add --interactive.Vineet Kumar
2008-02-21Clarified the meaning of git-add -u in the documentationPekka Kaitaniemi
2008-01-07Documentation: rename gitlink macro to linkgitDan McGee
2007-12-10Fix mis-markup of the -p, --patch option in git-add(1)Eyvind Bernhardsen
2007-12-05Documentation: add --patch option to synopsis of git-addMatthias Kestenholz
2007-11-28Document all help keys in "git add -i" patch mode.Ralf Wildenhues
2007-11-25Add "--patch" option to git-add--interactiveWincent Colaiuta
2007-11-14Merge branch 'maint'Junio C Hamano
2007-11-14replace reference to git-rm with git-reset in git-commit docJing Xue
2007-10-30Update manpages to reflect new short and long option aliasesJonas Fonseca
2007-08-29git-add: Make the filename globbing note a bit clearerPetr Baudis
2007-08-26Make usage documentation for git-add consistent.Brian Hetro
2007-08-16Clarify actual behavior of 'git add' and ignored filesBrian Downing
2007-08-13git-add: Add support for --refresh option.Alexandre Julliard
2007-08-05Merge branch 'maint'J. Bruce Fields
2007-08-05documentation: use the word "index" in the git-add manual pageJ. Bruce Fields
2007-06-07War on whitespaceJunio C Hamano
2007-05-18Merge branch 'maint'Junio C Hamano
2007-05-18Document core.excludesfile for git-addMichael Hendricks
2007-05-14Documentation/git-add: clarify -u with path limitingJeff King
2007-05-07Document git add -u introduced earlier.Matthieu Moy
2007-03-01Documentation: Correct minor typo in git-add documentation.Christian Schlotter
2007-01-17Make a short-and-sweet "git-add -i" synonym for "git-add --interactive"Junio C Hamano
2007-01-17Documentation: a few spelling fixesRené Scharfe
2006-12-26git-add -f: allow adding otherwise ignored files.Junio C Hamano
2006-12-25git-add: add ignored files when asked explicitly.Junio C Hamano
2006-12-25git-add --interactive: add documentationJunio C Hamano
2006-12-05make 'git add' a first class user friendly interface to the indexNicolas Pitre
2006-05-21Document that "git add" only adds non-ignored files.Santi
2006-05-05Fix up docs where "--" isn't displayed correctly.sean
2006-03-09Remove trailing dot after short descriptionFredrik Kuivinen
2006-03-05documentation: add 'see also' sections to git-rm and git-addJeff Muizelaar
2006-02-22git-add: Add support for --, documentation, and test.Carl Worth
2005-12-29Documentation: spell.Junio C Hamano