summaryrefslogtreecommitdiff
path: root/Documentation/git-add.txt
Commit message (Expand)AuthorAgeFilesLines
* git-add doc: do not say working directory when you mean working treelv/add-doc-working-treeLars Vogel2016-01-211-1/+1
* Merge branch 'jk/asciidoc-markup-fix'Junio C Hamano2015-05-221-1/+2
|\
| * doc/add: reformat `--edit` optionJeff King2015-05-121-1/+2
* | *config.txt: stick to camelCase naming conventionnd/config-doc-camelCaseNguyễn Thái Ngọc Duy2015-03-131-2/+2
|/
* Documentation: list long options for -v and -nak/doc-add-v-n-optionsAlexander Kuleshov2015-01-091-1/+1
* Merge branch 'jl/nor-or-nand-and'Junio C Hamano2014-04-081-2/+2
|\
| * Documentation: fix misuses of "nor"Justin Lebar2014-03-311-2/+2
* | Merge branch 'jc/add-2.0-ignore-removal'Junio C Hamano2014-03-071-7/+11
|\ \
| * | git add <pathspec>... defaults to "-A"jc/add-2.0-ignore-removalJunio C Hamano2013-04-221-7/+11
| |/
* | git add: -u/-A now affects the entire working treejn/add-2.0-u-A-sans-pathspecJunio C Hamano2013-04-261-8/+8
|/
* git add: --ignore-removal is a better named --no-allJunio C Hamano2013-04-221-4/+6
* git add: start preparing for "git add <pathspec>..." to default to "-A"Junio C Hamano2013-03-081-1/+13
* add: Clarify documentation of -A and -uGreg Price2013-03-071-10/+12
* Documentation/git-add: kill remaining <filepattern>Junio C Hamano2013-02-141-1/+1
* Merge branch 'maint'Junio C Hamano2013-02-121-5/+5
|\
| * Replace filepattern with pathspec for consistencyMatthieu Moy2013-02-121-5/+5
* | add: warn when -u or -A is used without pathspecMatthieu Moy2013-01-281-3/+4
|/
* Doc add: link gitignorePhilip Oakley2012-09-181-1/+1
* Merge branch 'vh/config-interactive-singlekey-doc'Junio C Hamano2011-05-111-1/+5
|\
| * git-add.txt: document 'interactive.singlekey'Valentin Haenel2011-05-051-1/+5
* | git-add.txt: document 'add.ignoreErrors'Valentin Haenel2011-05-041-0/+2
|/
* doc: drop author/documentation sections from most pagesJeff King2011-03-111-8/+0
* Fix typos in the documentationRalf Wildenhues2011-01-041-1/+1
* docs: give more hints about how "add -e" worksJeff King2010-11-091-28/+76
* docs: give more hints about how "add -e" worksJeff King2010-10-211-3/+29
* Merge branch 'jc/maint-doc-em-dash'Junio C Hamano2010-09-031-1/+1
|\
| * Work around em-dash handling in newer AsciiDocJunio C Hamano2010-08-241-1/+1
* | Documentation: clarify quoting in "git add" exampleJonathan Nieder2010-08-201-2/+2
|/
* git add: Add --ignore-missing to SYNOPSISÆvar Arnfjörð Bjarmason2010-07-191-1/+2
* git add: Add the "--ignore-missing" option for the dry runJens Lehmann2010-07-121-1/+8
* add-interactive: Clarify “remaining hunks in the file”Jonathan Nieder2010-06-131-3/+3
* Merge branch 'maint'Junio C Hamano2010-02-081-1/+1
|\
| * Merge branch 'jc/maint-doc-git-add-example' into maintJunio C Hamano2010-02-081-1/+1
| |\
| | * git-add documentation: Fix shell quoting exampleJunio C Hamano2010-02-081-1/+1
* | | Documentation: format full commands in typewriter fontThomas Rast2010-01-101-1/+1
|/ /
* | git-add/rm doc: Consistently back-quoteBjörn Gustavsson2009-12-071-12/+12
* | Documentation: 'git add -A' can remove filesBjörn Gustavsson2009-12-071-13/+20
* | git-add.txt: fix formatting of --patch sectionStephen Boyd2009-11-141-4/+4
* | Improve --patch option documentation in git-addJari Aalto2009-09-131-3/+8
* | Documentation: add: <filepattern>... is optionalPaul Bolle2009-08-121-1/+1
* | Merge branch 'js/add-edit'Junio C Hamano2009-05-181-1/+10
|\ \
| * | git-add: introduce --edit (to edit the diff vs. the index)Johannes Schindelin2009-04-121-1/+10
* | | Update git-add.txt according to the new possibilities of 'git add -p'.Matthieu Moy2009-04-161-1/+3
* | | git add -p: new "quit" command at the prompt.Matthieu Moy2009-04-151-0/+1
|/ /
* | Merge branch 'jc/add-p-unquote'Junio C Hamano2009-03-051-7/+0
|\ \
| * | git-add -i/-p: learn to unwrap C-quoted pathsJunio C Hamano2009-02-181-7/+0
* | | Documentation: minor grammatical fixes.David J. Mellor2009-02-281-6/+6
|/ /
* | Fix typos in the documentation.Ralf Wildenhues2008-11-271-1/+1
* | document "intent to add" option to git-addJeff King2008-10-201-2/+11
* | git-add --all: documentationJunio C Hamano2008-07-191-1/+7