| Commit message (Expand) | Author | Age |
* | Merge branch 'jl/nor-or-nand-and' | Junio C Hamano | 2014-04-08 |
|\ |
|
| * | Documentation: fix misuses of "nor" | Justin Lebar | 2014-03-31 |
* | | Merge branch 'jc/add-2.0-ignore-removal' | Junio C Hamano | 2014-03-07 |
|\ \ |
|
| * | | git add <pathspec>... defaults to "-A" | Junio C Hamano | 2013-04-22 |
| |/ |
|
* | | git add: -u/-A now affects the entire working tree | Junio C Hamano | 2013-04-26 |
|/ |
|
* | git add: --ignore-removal is a better named --no-all | Junio C Hamano | 2013-04-22 |
* | git add: start preparing for "git add <pathspec>..." to default to "-A" | Junio C Hamano | 2013-03-08 |
* | add: Clarify documentation of -A and -u | Greg Price | 2013-03-07 |
* | Documentation/git-add: kill remaining <filepattern> | Junio C Hamano | 2013-02-14 |
* | Merge branch 'maint' | Junio C Hamano | 2013-02-12 |
|\ |
|
| * | Replace filepattern with pathspec for consistency | Matthieu Moy | 2013-02-12 |
* | | add: warn when -u or -A is used without pathspec | Matthieu Moy | 2013-01-28 |
|/ |
|
* | Doc add: link gitignore | Philip Oakley | 2012-09-18 |
* | Merge branch 'vh/config-interactive-singlekey-doc' | Junio C Hamano | 2011-05-11 |
|\ |
|
| * | git-add.txt: document 'interactive.singlekey' | Valentin Haenel | 2011-05-05 |
* | | git-add.txt: document 'add.ignoreErrors' | Valentin Haenel | 2011-05-04 |
|/ |
|
* | doc: drop author/documentation sections from most pages | Jeff King | 2011-03-11 |
* | Fix typos in the documentation | Ralf Wildenhues | 2011-01-04 |
* | docs: give more hints about how "add -e" works | Jeff King | 2010-11-09 |
* | docs: give more hints about how "add -e" works | Jeff King | 2010-10-21 |
* | Merge branch 'jc/maint-doc-em-dash' | Junio C Hamano | 2010-09-03 |
|\ |
|
| * | Work around em-dash handling in newer AsciiDoc | Junio C Hamano | 2010-08-24 |
* | | Documentation: clarify quoting in "git add" example | Jonathan Nieder | 2010-08-20 |
|/ |
|
* | git add: Add --ignore-missing to SYNOPSIS | Ævar Arnfjörð Bjarmason | 2010-07-19 |
* | git add: Add the "--ignore-missing" option for the dry run | Jens Lehmann | 2010-07-12 |
* | add-interactive: Clarify “remaining hunks in the file” | Jonathan Nieder | 2010-06-13 |
* | Merge branch 'maint' | Junio C Hamano | 2010-02-08 |
|\ |
|
| * | Merge branch 'jc/maint-doc-git-add-example' into maint | Junio C Hamano | 2010-02-08 |
| |\ |
|
| | * | git-add documentation: Fix shell quoting example | Junio C Hamano | 2010-02-08 |
* | | | Documentation: format full commands in typewriter font | Thomas Rast | 2010-01-10 |
|/ / |
|
* | | git-add/rm doc: Consistently back-quote | Björn Gustavsson | 2009-12-07 |
* | | Documentation: 'git add -A' can remove files | Björn Gustavsson | 2009-12-07 |
* | | git-add.txt: fix formatting of --patch section | Stephen Boyd | 2009-11-14 |
* | | Improve --patch option documentation in git-add | Jari Aalto | 2009-09-13 |
* | | Documentation: add: <filepattern>... is optional | Paul Bolle | 2009-08-12 |
* | | Merge branch 'js/add-edit' | Junio C Hamano | 2009-05-18 |
|\ \ |
|
| * | | git-add: introduce --edit (to edit the diff vs. the index) | Johannes Schindelin | 2009-04-12 |
* | | | Update git-add.txt according to the new possibilities of 'git add -p'. | Matthieu Moy | 2009-04-16 |
* | | | git add -p: new "quit" command at the prompt. | Matthieu Moy | 2009-04-15 |
|/ / |
|
* | | Merge branch 'jc/add-p-unquote' | Junio C Hamano | 2009-03-05 |
|\ \ |
|
| * | | git-add -i/-p: learn to unwrap C-quoted paths | Junio C Hamano | 2009-02-18 |
* | | | Documentation: minor grammatical fixes. | David J. Mellor | 2009-02-28 |
|/ / |
|
* | | Fix typos in the documentation. | Ralf Wildenhues | 2008-11-27 |
* | | document "intent to add" option to git-add | Jeff King | 2008-10-20 |
* | | git-add --all: documentation | Junio C Hamano | 2008-07-19 |
* | | Make git-add -i accept ranges like 7- | Ciaran McCreesh | 2008-07-15 |
* | | git-add--interactive: manual hunk editing mode | Thomas Rast | 2008-07-02 |
* | | Documentation: be consistent about "git-" versus "git " | Jonathan Nieder | 2008-07-01 |
* | | Documentation: fix links to tutorials and other new manual pages | Jonathan Nieder | 2008-07-01 |
* | | git add: add long equivalents of '-u' and '-f' options | SZEDER Gábor | 2008-06-14 |