summaryrefslogtreecommitdiff
path: root/Documentation/git-add.txt
AgeCommit message (Expand)Author
2016-09-12add: document the chmod optionThomas Gummerer
2016-01-21git-add doc: do not say working directory when you mean working treeLars Vogel
2015-05-22Merge branch 'jk/asciidoc-markup-fix'Junio C Hamano
2015-05-13doc/add: reformat `--edit` optionJeff King
2015-03-14*config.txt: stick to camelCase naming conventionNguyễn Thái Ngọc Duy
2015-01-10Documentation: list long options for -v and -nAlexander Kuleshov
2014-04-08Merge branch 'jl/nor-or-nand-and'Junio C Hamano
2014-03-31Documentation: fix misuses of "nor"Justin Lebar
2014-03-07Merge branch 'jc/add-2.0-ignore-removal'Junio C Hamano
2013-04-26git add: -u/-A now affects the entire working treeJunio C Hamano
2013-04-23git add <pathspec>... defaults to "-A"Junio C Hamano
2013-04-22git add: --ignore-removal is a better named --no-allJunio C Hamano
2013-03-09git add: start preparing for "git add <pathspec>..." to default to "-A"Junio C Hamano
2013-03-07add: Clarify documentation of -A and -uGreg Price
2013-02-14Documentation/git-add: kill remaining <filepattern>Junio C Hamano
2013-02-12Merge branch 'maint'Junio C Hamano
2013-02-12Replace filepattern with pathspec for consistencyMatthieu Moy
2013-01-28add: warn when -u or -A is used without pathspecMatthieu Moy
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