| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'vh/config-interactive-singlekey-doc' | Junio C Hamano | 2011-05-11 | 1 | -1/+5 |
|\ |
|
| * | git-add.txt: document 'interactive.singlekey' | Valentin Haenel | 2011-05-05 | 1 | -1/+5 |
* | | git-add.txt: document 'add.ignoreErrors' | Valentin Haenel | 2011-05-04 | 1 | -0/+2 |
|/ |
|
* | doc: drop author/documentation sections from most pages | Jeff King | 2011-03-11 | 1 | -8/+0 |
* | Fix typos in the documentation | Ralf Wildenhues | 2011-01-04 | 1 | -1/+1 |
* | docs: give more hints about how "add -e" works | Jeff King | 2010-11-09 | 1 | -28/+76 |
* | docs: give more hints about how "add -e" works | Jeff King | 2010-10-21 | 1 | -3/+29 |
* | Merge branch 'jc/maint-doc-em-dash' | Junio C Hamano | 2010-09-03 | 1 | -1/+1 |
|\ |
|
| * | Work around em-dash handling in newer AsciiDoc | Junio C Hamano | 2010-08-24 | 1 | -1/+1 |
* | | Documentation: clarify quoting in "git add" example | Jonathan Nieder | 2010-08-20 | 1 | -2/+2 |
|/ |
|
* | git add: Add --ignore-missing to SYNOPSIS | Ævar Arnfjörð Bjarmason | 2010-07-19 | 1 | -1/+2 |
* | git add: Add the "--ignore-missing" option for the dry run | Jens Lehmann | 2010-07-12 | 1 | -1/+8 |
* | add-interactive: Clarify “remaining hunks in the file” | Jonathan Nieder | 2010-06-13 | 1 | -3/+3 |
* | Merge branch 'maint' | Junio C Hamano | 2010-02-08 | 1 | -1/+1 |
|\ |
|
| * | Merge branch 'jc/maint-doc-git-add-example' into maint | Junio C Hamano | 2010-02-08 | 1 | -1/+1 |
| |\ |
|
| | * | git-add documentation: Fix shell quoting example | Junio C Hamano | 2010-02-08 | 1 | -1/+1 |
* | | | Documentation: format full commands in typewriter font | Thomas Rast | 2010-01-10 | 1 | -1/+1 |
|/ / |
|
* | | git-add/rm doc: Consistently back-quote | Björn Gustavsson | 2009-12-07 | 1 | -12/+12 |
* | | Documentation: 'git add -A' can remove files | Björn Gustavsson | 2009-12-07 | 1 | -13/+20 |
* | | git-add.txt: fix formatting of --patch section | Stephen Boyd | 2009-11-14 | 1 | -4/+4 |
* | | Improve --patch option documentation in git-add | Jari Aalto | 2009-09-13 | 1 | -3/+8 |
* | | Documentation: add: <filepattern>... is optional | Paul Bolle | 2009-08-12 | 1 | -1/+1 |
* | | Merge branch 'js/add-edit' | Junio C Hamano | 2009-05-18 | 1 | -1/+10 |
|\ \ |
|
| * | | git-add: introduce --edit (to edit the diff vs. the index) | Johannes Schindelin | 2009-04-12 | 1 | -1/+10 |
* | | | Update git-add.txt according to the new possibilities of 'git add -p'. | Matthieu Moy | 2009-04-16 | 1 | -1/+3 |
* | | | git add -p: new "quit" command at the prompt. | Matthieu Moy | 2009-04-15 | 1 | -0/+1 |
|/ / |
|
* | | Merge branch 'jc/add-p-unquote' | Junio C Hamano | 2009-03-05 | 1 | -7/+0 |
|\ \ |
|
| * | | git-add -i/-p: learn to unwrap C-quoted paths | Junio C Hamano | 2009-02-18 | 1 | -7/+0 |
* | | | Documentation: minor grammatical fixes. | David J. Mellor | 2009-02-28 | 1 | -6/+6 |
|/ / |
|
* | | Fix typos in the documentation. | Ralf Wildenhues | 2008-11-27 | 1 | -1/+1 |
* | | document "intent to add" option to git-add | Jeff King | 2008-10-20 | 1 | -2/+11 |
* | | git-add --all: documentation | Junio C Hamano | 2008-07-19 | 1 | -1/+7 |
* | | Make git-add -i accept ranges like 7- | Ciaran McCreesh | 2008-07-15 | 1 | -2/+3 |
* | | git-add--interactive: manual hunk editing mode | Thomas Rast | 2008-07-02 | 1 | -0/+1 |
* | | Documentation: be consistent about "git-" versus "git " | Jonathan Nieder | 2008-07-01 | 1 | -1/+1 |
* | | Documentation: fix links to tutorials and other new manual pages | Jonathan Nieder | 2008-07-01 | 1 | -1/+1 |
* | | git add: add long equivalents of '-u' and '-f' options | SZEDER Gábor | 2008-06-14 | 1 | -2/+5 |
* | | Docs: Use "-l::\n--long\n" format in OPTIONS sections | Stephan Beyer | 2008-06-08 | 1 | -6/+10 |
* | | documentation: move git(7) to git(1) | Christian Couder | 2008-06-06 | 1 | -1/+1 |
* | | documentation: convert "diffcore" and "repository-layout" to man pages | Christian Couder | 2008-06-06 | 1 | -1/+1 |
* | | Manual subsection to refer to other pages is SEE ALSO | Junio C Hamano | 2008-05-28 | 1 | -1/+1 |
* | | Add --ignore-errors to git-add to allow it to skip files with read errors | Alex Riesen | 2008-05-12 | 1 | -1/+6 |
* | | Merge branch 'maint' | Junio C Hamano | 2008-05-08 | 1 | -1/+3 |
|\ \
| |/
|/| |
|
| * | Merge branch 'maint-1.5.4' into maint | Junio C Hamano | 2008-05-08 | 1 | -1/+3 |
| |\ |
|
| | * | doc: clarify definition of "update" for git-add -u | Jeff King | 2008-05-08 | 1 | -1/+3 |
* | | | Documentation: improve "add", "pull" and "format-patch" examples | Christian Couder | 2008-05-06 | 1 | -9/+15 |
|/ / |
|
* | | Describe the bug in handling filenames with funny characters in 'git add -i' | Teemu Likonen | 2008-04-02 | 1 | -0/+6 |
|/ |
|
* | Minor wording changes in the keyboard descriptions in git-add --interactive. | Vineet Kumar | 2008-03-13 | 1 | -10/+8 |
* | Clarified the meaning of git-add -u in the documentation | Pekka Kaitaniemi | 2008-02-20 | 1 | -2/+2 |
* | Documentation: rename gitlink macro to linkgit | Dan McGee | 2008-01-06 | 1 | -8/+8 |