summaryrefslogtreecommitdiff
path: root/Documentation/git-add.txt
AgeCommit message (Expand)Author
2012-09-19Doc add: link gitignorePhilip Oakley
2011-05-11Merge branch 'vh/config-interactive-singlekey-doc'Junio C Hamano
2011-05-05git-add.txt: document 'interactive.singlekey'Valentin Haenel
2011-05-04git-add.txt: document 'add.ignoreErrors'Valentin Haenel
2011-03-11doc: drop author/documentation sections from most pagesJeff King
2011-01-04Fix typos in the documentationRalf Wildenhues
2010-11-10docs: give more hints about how "add -e" worksJeff King
2010-10-21docs: give more hints about how "add -e" worksJeff King
2010-09-03Merge branch 'jc/maint-doc-em-dash'Junio C Hamano
2010-08-24Work around em-dash handling in newer AsciiDocJunio C Hamano
2010-08-20Documentation: clarify quoting in "git add" exampleJonathan Nieder
2010-07-19git add: Add --ignore-missing to SYNOPSISÆvar Arnfjörð Bjarmason
2010-07-12git add: Add the "--ignore-missing" option for the dry runJens Lehmann
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