summaryrefslogtreecommitdiff
path: root/Documentation/git-add.txt
AgeCommit message (Expand)Author
2010-06-13add-interactive: Clarify “remaining hunks in the file”Jonathan Nieder
2010-02-09Merge branch 'maint'Junio C Hamano
2010-02-08Merge branch 'jc/maint-doc-git-add-example' into maintJunio C Hamano
2010-02-08git-add documentation: Fix shell quoting exampleJunio C Hamano
2010-01-10Documentation: format full commands in typewriter fontThomas Rast
2009-12-07git-add/rm doc: Consistently back-quoteBjörn Gustavsson
2009-12-07Documentation: 'git add -A' can remove filesBjörn Gustavsson
2009-11-14git-add.txt: fix formatting of --patch sectionStephen Boyd
2009-09-13Improve --patch option documentation in git-addJari Aalto
2009-08-12Documentation: add: <filepattern>... is optionalPaul Bolle
2009-05-18Merge branch 'js/add-edit'Junio C Hamano
2009-04-16Update git-add.txt according to the new possibilities of 'git add -p'.Matthieu Moy
2009-04-16git add -p: new "quit" command at the prompt.Matthieu Moy
2009-04-12git-add: introduce --edit (to edit the diff vs. the index)Johannes Schindelin
2009-03-05Merge branch 'jc/add-p-unquote'Junio C Hamano
2009-02-28Documentation: minor grammatical fixes.David J. Mellor
2009-02-18git-add -i/-p: learn to unwrap C-quoted pathsJunio C Hamano
2008-11-27Fix typos in the documentation.Ralf Wildenhues
2008-10-21document "intent to add" option to git-addJeff King
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