aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-add.txt
AgeCommit message (Expand)AuthorFilesLines
2024-03-28add-patch: introduce 'p' in interactive-patchRubén Justo1-0/+1
2024-03-01Merge branch 'jc/doc-add-placeholder-fix' into HEADJunio C Hamano1-10/+10
2024-02-21doc: apply the new placeholder rules to git-add documentationJunio C Hamano1-10/+10
2023-12-15git-add.txt: add missing short option -A to synopsisEric Sunshine1-1/+1
2023-02-06docs & comments: replace mentions of "git-add--interactive.perl"Ævar Arnfjörð Bjarmason1-3/+3
2022-09-14Merge branch 'ab/dedup-config-and-command-docs'Junio C Hamano1-0/+7
2022-09-07docs: add CONFIGURATION sections that map to a built-inÆvar Arnfjörð Bjarmason1-0/+7
2022-08-10doc add: renormalize is not idempotent for CRCRLFPhilip Oakley1-1/+3
2021-09-28add: implement the --sparse optionDerrick Stolee1-1/+8
2019-12-04add: support the --pathspec-from-file optionAlexandr Miloslavskiy1-1/+15
2019-03-08docs: move core.excludesFile from git-add to gitignoreDenton Liu1-9/+0
2019-01-23doc: tidy asciidoc styleJean-Noël Avila1-4/+4
2018-05-02doc: keep first level section header in upper caseNguyễn Thái Ngọc Duy1-2/+2
2017-11-17add: introduce "--renormalize"Torsten Bögershausen1-1/+8
2017-10-03Merge branch 'mr/doc-negative-pathspec'Junio C Hamano1-0/+3
2017-09-25docs: improve discoverability of exclude pathspecManav Rathi1-0/+3
2017-06-15add: warn when adding an embedded repositoryJeff King1-0/+7
2016-09-12add: document the chmod optionThomas Gummerer1-1/+6
2016-01-21git-add doc: do not say working directory when you mean working treeLars Vogel1-1/+1
2015-05-22Merge branch 'jk/asciidoc-markup-fix'Junio C Hamano1-1/+2
2015-05-12doc/add: reformat `--edit` optionJeff King1-1/+2
2015-03-13*config.txt: stick to camelCase naming conventionNguyễn Thái Ngọc Duy1-2/+2
2015-01-09Documentation: list long options for -v and -nAlexander Kuleshov1-1/+1
2014-04-08Merge branch 'jl/nor-or-nand-and'Junio C Hamano1-2/+2
2014-03-31Documentation: fix misuses of "nor"Justin Lebar1-2/+2
2014-03-07Merge branch 'jc/add-2.0-ignore-removal'Junio C Hamano1-7/+11
2013-04-26git add: -u/-A now affects the entire working treeJunio C Hamano1-8/+8
2013-04-22git add <pathspec>... defaults to "-A"Junio C Hamano1-7/+11
2013-04-22git add: --ignore-removal is a better named --no-allJunio C Hamano1-4/+6
2013-03-08git add: start preparing for "git add <pathspec>..." to default to "-A"Junio C Hamano1-1/+13
2013-03-07add: Clarify documentation of -A and -uGreg Price1-10/+12
2013-02-14Documentation/git-add: kill remaining <filepattern>Junio C Hamano1-1/+1
2013-02-12Merge branch 'maint'Junio C Hamano1-5/+5
2013-02-12Replace filepattern with pathspec for consistencyMatthieu Moy1-5/+5
2013-01-28add: warn when -u or -A is used without pathspecMatthieu Moy1-3/+4
2012-09-18Doc add: link gitignorePhilip Oakley1-1/+1
2011-05-11Merge branch 'vh/config-interactive-singlekey-doc'Junio C Hamano1-1/+5
2011-05-05git-add.txt: document 'interactive.singlekey'Valentin Haenel1-1/+5
2011-05-04git-add.txt: document 'add.ignoreErrors'Valentin Haenel1-0/+2
2011-03-11doc: drop author/documentation sections from most pagesJeff King1-8/+0
2011-01-04Fix typos in the documentationRalf Wildenhues1-1/+1
2010-11-09docs: give more hints about how "add -e" worksJeff King1-28/+76
2010-10-21docs: give more hints about how "add -e" worksJeff King1-3/+29
2010-09-03Merge branch 'jc/maint-doc-em-dash'Junio C Hamano1-1/+1
2010-08-24Work around em-dash handling in newer AsciiDocJunio C Hamano1-1/+1
2010-08-20Documentation: clarify quoting in "git add" exampleJonathan Nieder1-2/+2
2010-07-19git add: Add --ignore-missing to SYNOPSISÆvar Arnfjörð Bjarmason1-1/+2
2010-07-12git add: Add the "--ignore-missing" option for the dry runJens Lehmann1-1/+8
2010-06-13add-interactive: Clarify “remaining hunks in the file”Jonathan Nieder1-3/+3
2010-02-08Merge branch 'maint'Junio C Hamano1-1/+1
2010-02-08Merge branch 'jc/maint-doc-git-add-example' into maintJunio C Hamano1-1/+1
2010-02-08git-add documentation: Fix shell quoting exampleJunio C Hamano1-1/+1
2010-01-10Documentation: format full commands in typewriter fontThomas Rast1-1/+1
2009-12-07git-add/rm doc: Consistently back-quoteBjörn Gustavsson1-12/+12
2009-12-07Documentation: 'git add -A' can remove filesBjörn Gustavsson1-13/+20
2009-11-14git-add.txt: fix formatting of --patch sectionStephen Boyd1-4/+4
2009-09-13Improve --patch option documentation in git-addJari Aalto1-3/+8
2009-08-12Documentation: add: <filepattern>... is optionalPaul Bolle1-1/+1
2009-05-18Merge branch 'js/add-edit'Junio C Hamano1-1/+10
2009-04-16Update git-add.txt according to the new possibilities of 'git add -p'.Matthieu Moy1-1/+3
2009-04-15git add -p: new "quit" command at the prompt.Matthieu Moy1-0/+1
2009-04-12git-add: introduce --edit (to edit the diff vs. the index)Johannes Schindelin1-1/+10
2009-03-05Merge branch 'jc/add-p-unquote'Junio C Hamano1-7/+0
2009-02-28Documentation: minor grammatical fixes.David J. Mellor1-6/+6
2009-02-18git-add -i/-p: learn to unwrap C-quoted pathsJunio C Hamano1-7/+0
2008-11-27Fix typos in the documentation.Ralf Wildenhues1-1/+1
2008-10-20document "intent to add" option to git-addJeff King1-2/+11
2008-07-19git-add --all: documentationJunio C Hamano1-1/+7
2008-07-15Make git-add -i accept ranges like 7-Ciaran McCreesh1-2/+3
2008-07-02git-add--interactive: manual hunk editing modeThomas Rast1-0/+1
2008-07-01Documentation: be consistent about "git-" versus "git "Jonathan Nieder1-1/+1
2008-07-01Documentation: fix links to tutorials and other new manual pagesJonathan Nieder1-1/+1
2008-06-14git add: add long equivalents of '-u' and '-f' optionsSZEDER Gábor1-2/+5
2008-06-08Docs: Use "-l::\n--long\n" format in OPTIONS sectionsStephan Beyer1-6/+10
2008-06-06documentation: move git(7) to git(1)Christian Couder1-1/+1
2008-06-06documentation: convert "diffcore" and "repository-layout" to man pagesChristian Couder1-1/+1
2008-05-28Manual subsection to refer to other pages is SEE ALSOJunio C Hamano1-1/+1
2008-05-12Add --ignore-errors to git-add to allow it to skip files with read errorsAlex Riesen1-1/+6
2008-05-08Merge branch 'maint'Junio C Hamano1-1/+3
2008-05-08Merge branch 'maint-1.5.4' into maintJunio C Hamano1-1/+3
2008-05-08doc: clarify definition of "update" for git-add -uJeff King1-1/+3
2008-05-06Documentation: improve "add", "pull" and "format-patch" examplesChristian Couder1-9/+15
2008-04-02Describe the bug in handling filenames with funny characters in 'git add -i'Teemu Likonen1-0/+6
2008-03-13Minor wording changes in the keyboard descriptions in git-add --interactive.Vineet Kumar1-10/+8
2008-02-20Clarified the meaning of git-add -u in the documentationPekka Kaitaniemi1-2/+2
2008-01-06Documentation: rename gitlink macro to linkgitDan McGee1-8/+8
2007-12-10Fix mis-markup of the -p, --patch option in git-add(1)Eyvind Bernhardsen1-1/+1
2007-12-05Documentation: add --patch option to synopsis of git-addMatthias Kestenholz1-1/+1
2007-11-28Document all help keys in "git add -i" patch mode.Ralf Wildenhues1-0/+2
2007-11-25Add "--patch" option to git-add--interactiveWincent Colaiuta1-1/+8
2007-11-14Merge branch 'maint'Junio C Hamano1-0/+1
2007-11-14replace reference to git-rm with git-reset in git-commit docJing Xue1-0/+1
2007-10-29Update manpages to reflect new short and long option aliasesJonas Fonseca1-2/+2
2007-08-28git-add: Make the filename globbing note a bit clearerPetr Baudis1-3/+3
2007-08-25Make usage documentation for git-add consistent.Brian Hetro1-2/+4
2007-08-16Clarify actual behavior of 'git add' and ignored filesBrian Downing1-4/+6
2007-08-13git-add: Add support for --refresh option.Alexandre Julliard1-1/+5
2007-08-05Merge branch 'maint'J. Bruce Fields1-19/+22
2007-08-05documentation: use the word "index" in the git-add manual pageJ. Bruce Fields1-19/+22
2007-06-07War on whitespaceJunio C Hamano1-1/+0
2007-05-17Merge branch 'maint'Junio C Hamano1-0/+9
2007-05-17Document core.excludesfile for git-addMichael Hendricks1-0/+9
2007-05-13Documentation/git-add: clarify -u with path limitingJeff King1-2/+5
2007-05-07Document git add -u introduced earlier.Matthieu Moy1-1/+5
2007-03-01Documentation: Correct minor typo in git-add documentation.Christian Schlotter1-1/+1
2007-01-17Make a short-and-sweet "git-add -i" synonym for "git-add --interactive"Junio C Hamano1-2/+2
2007-01-17Documentation: a few spelling fixesRené Scharfe1-1/+1
2006-12-25git-add -f: allow adding otherwise ignored files.Junio C Hamano1-2/+6
2006-12-25git-add: add ignored files when asked explicitly.Junio C Hamano1-3/+8
2006-12-25git-add --interactive: add documentationJunio C Hamano1-1/+118
2006-12-04make 'git add' a first class user friendly interface to the indexNicolas Pitre1-25/+28
2006-05-20Document that "git add" only adds non-ignored files.Santi1-1/+4
2006-05-05Fix up docs where "--" isn't displayed correctly.sean1-1/+1
2006-03-09Remove trailing dot after short descriptionFredrik Kuivinen1-1/+1
2006-03-05documentation: add 'see also' sections to git-rm and git-addJeff Muizelaar1-0/+3
2006-02-21git-add: Add support for --, documentation, and test.Carl Worth1-1/+6
2005-12-29Documentation: spell.Junio C Hamano1-1/+1
2005-11-04Documentation: git-add -- do not say "cache", add examples.Junio C Hamano1-4/+39
2005-10-30Add to usage and docs for git-add.shChris Shoemaker1-1/+8
2005-10-05Some typos and light editing of various manpagesChristian Meder1-1/+1
2005-09-20[PATCH] Documentation: Update all files to use the new gitlink: macroSergey Vlasov1-1/+1
2005-09-07Big tool rename.Junio C Hamano1-0/+33