aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-ls-files.txt
AgeCommit message (Expand)AuthorFilesLines
2024-01-25ls-files: avoid the verb "deprecate" for individual optionsJunio C Hamano1-5/+18
2023-10-09documentation: fix punctuationElijah Newren1-2/+2
2023-10-09documentation: wording improvementsElijah Newren1-3/+3
2023-05-23ls-files: align format atoms with ls-treeZheNing Hu1-0/+6
2023-01-13ls-files: guide folks to --exclude-standard over other --exclude* optionsElijah Newren1-2/+5
2023-01-13ls-files: clarify descriptions of status tags for -tElijah Newren1-13/+15
2023-01-13ls-files: clarify descriptions of file selection optionsElijah Newren1-13/+24
2023-01-13ls-files: add missing documentation for --resolve-undo optionElijah Newren1-0/+9
2022-11-07ls-files: fix --ignored and --killed flags in synopsisVincent Bernat1-2/+2
2022-07-23ls-files: introduce "--format" optionZheNing Hu1-1/+38
2022-02-23ls-files: support --recurse-submodules --stageJonathan Tan1-1/+1
2021-12-22ls-files: add --sparse optionDerrick Stolee1-0/+5
2021-11-09doc: git-ls-files: express options as optional alternativesJean-Noël Avila1-3/+3
2021-01-23ls-files.c: add --deduplicate optionZheNing Hu1-0/+8
2021-01-09doc: remove "directory cache" from man pagesUtku Gultopu1-3/+2
2020-11-04doc: clarify that --abbrev=<n> is about the minimum lengthJunio C Hamano1-2/+3
2020-04-06doc: --recurse-submodules mostly applies to active submodulesDamien Robert1-1/+1
2019-04-23doc/ls-files: put nested list for "-t" option into blockJeff King1-0/+2
2018-05-23Merge branch 'ah/misc-doc-updates'Junio C Hamano1-1/+2
2018-05-06doc: clarify ignore rules for git ls-filesAndreas Heiduk1-1/+2
2018-05-02doc: keep first level section header in upper caseNguyễn Thái Ngọc Duy1-2/+2
2017-10-01fsmonitor: add documentation for the fsmonitor extension.Ben Peart1-1/+6
2017-04-16Merge branch 'mm/ls-files-s-doc'Junio C Hamano1-1/+1
2017-04-01Documentation: document elements in "ls-files -s" output in orderMostyn Bramley-Moore1-1/+1
2017-03-02Documentation: improve description for core.quotePathAndreas Heiduk1-4/+6
2016-10-10ls-files: add pathspec matching for submodulesBrandon Williams1-2/+1
2016-10-10ls-files: optionally recurse into submodulesBrandon Williams1-1/+7
2016-08-25git ls-files: text=auto eol=lf is supported in Git 2.10Torsten Bögershausen1-2/+1
2016-06-28doc: typeset long command-line options as literalMatthieu Moy1-1/+1
2016-03-03documentation: fix some typosThomas Ackermann1-1/+1
2016-01-18ls-files: add eol diagnosticsTorsten Bögershausen1-0/+22
2014-05-21Documentation: use "command-line" when used as a compound adjective, and fix ...Jason St. John1-3/+3
2013-04-15The name of the hash function is "SHA-1", not "SHA1"Thomas Ackermann1-1/+1
2013-02-01Documentation: the name of the system is 'Git', not 'git'Thomas Ackermann1-1/+1
2011-03-11doc: drop author/documentation sections from most pagesJeff King1-9/+0
2010-10-08Use parentheses and `...' where appropriateŠtěpán Němec1-1/+1
2010-09-18Merge branch 'js/ls-files-x-doc'Junio C Hamano1-5/+6
2010-09-15ls-files documentation: reword for consistencyJunio C Hamano1-4/+4
2010-09-15git-ls-files.txt: clarify -x/--exclude optionJay Soffian1-2/+3
2010-08-20Documentation: remove backslashes in manpage synopsesJonathan Nieder1-3/+3
2010-08-02ls-files: learn a debugging dump formatThomas Rast1-0/+6
2010-07-28Document ls-files -t as semi-obsolete.Matthieu Moy1-2/+10
2010-01-24Merge branch 'doc-style/for-next' of git://repo.or.cz/git/trastJunio C Hamano1-1/+1
2010-01-20Merge remote branch 'remotes/trast-doc/for-next'Junio C Hamano1-3/+3
2010-01-13Merge branch 'nd/sparse'Junio C Hamano1-0/+1
2010-01-10Documentation: show-files is now called git-ls-filesThomas Rast1-1/+1
2010-01-10Documentation: spell 'git cmd' without dash throughoutThomas Rast1-3/+3
2009-11-10Merge branch 'jk/maint-1.6.3-ls-files-i'Junio C Hamano1-2/+4
2009-10-30ls-files: unbreak "ls-files -i"Jeff King1-2/+4
2009-08-23Introduce "skip-worktree" bit in index, teach Git to get/set this bitNguyễn Thái Ngọc Duy1-0/+1
2009-08-06git-ls-files.txt: clarify what "other files" mean for --otherMatthieu Moy1-1/+1
2009-01-13Fix Documentation typos surrounding the word 'handful'.Jon Loeliger1-1/+1
2008-07-28Documentation: clarify what is shown in "git-ls-files -s" outputJunio C Hamano1-1/+1
2008-07-05manpages: italicize git command names (which were in teletype font)Jonathan Nieder1-3/+3
2008-07-01Documentation formatting and cleanupJonathan Nieder1-4/+4
2008-07-01Documentation: be consistent about "git-" versus "git "Jonathan Nieder1-1/+1
2008-06-08Docs: Use "-l::\n--long\n" format in OPTIONS sectionsStephan Beyer1-10/+20
2008-06-06documentation: move git(7) to git(1)Christian Couder1-1/+1
2008-05-28Manual subsection to refer to other pages is SEE ALSOJunio C Hamano1-1/+1
2008-01-06Documentation: rename gitlink macro to linkgitDan McGee1-4/+4
2007-12-21Documentation: ls-files -v is about "assume unchanged".Junio C Hamano1-1/+2
2007-11-15git-ls-files: add --exclude-standardJeff King1-0/+5
2007-09-14Document ls-files --with-tree=<tree-ish>Junio C Hamano1-1/+8
2007-06-07War on whitespaceJunio C Hamano1-1/+0
2007-06-02Create a new manpage for the gitignore format, and reference it elsewhereJosh Triplett1-85/+14
2007-05-26Merge branch 'maint-1.5.1' into maintJunio C Hamano1-1/+1
2007-05-25Replace the last 'dircache's by 'index'Jakub Narebski1-1/+1
2007-05-07Fix minor documentation errorsMichael Spang1-2/+2
2007-01-18Documentation: sync git.txt command list and manual page titleJunio C Hamano1-1/+1
2006-07-13Documentation about exclude/ignore filesMatthias Lederhofer1-2/+2
2006-06-07Documentation: add another example to git-ls-filesv1.4.0-rc2Junio C Hamano1-2/+14
2006-05-05Fix up docs where "--" isn't displayed correctly.sean1-1/+1
2006-03-26Merge branch 'master' into nextJunio C Hamano1-0/+3
2006-03-26Optionally do not list empty directories in git-ls-files --othersPetr Baudis1-0/+3
2006-03-17ls-files: add --abbrev[=<n>] optionEric Wong1-2/+7
2006-02-21Merge branch 'jc/nostat'Junio C Hamano1-1/+6
2006-02-21git-ls-files: Fix, document, and add test for --error-unmatch option.Carl Worth1-0/+5
2006-02-13Documentation: git-ls-files asciidocco.Junio C Hamano1-1/+1
2006-02-12"assume unchanged" git: documentation.Junio C Hamano1-1/+6
2006-01-21Document git-ls-files --directoryPetr Baudis1-0/+4
2005-12-29Documentation: spell.Junio C Hamano1-1/+1
2005-12-23ls-files --full-name: usage string and documentation.Junio C Hamano1-1/+8
2005-11-11Change 'cache' to 'index' in the docsLukas_Sandström1-1/+1
2005-10-17Update documentation for C-style quoting.Junio C Hamano1-1/+5
2005-10-07s/checkout-cache/checkout-index/g for Documentation/git-ls-files.txtKai Ruemmler1-1/+1
2005-10-03[PATCH] Random documentation fixesJonas Fonseca1-9/+11
2005-10-02[PATCH] Teach git-ls-files about '--' to denote end of options.Fredrik Kuivinen1-1/+8
2005-09-20Show modified files in git-ls-filesJunio C Hamano1-3/+6
2005-09-20[PATCH] Documentation: Update all files to use the new gitlink: macroSergey Vlasov1-2/+2
2005-09-04[PATCH] Doc: replace read-cache with git-read-tree.Paolo 'Blaisorblade' Giarrusso1-2/+2
2005-08-05[PATCH] Assorted documentation patchesJohannes Schindelin1-2/+2
2005-07-29Documentation and tests: ls-files exclude pattern.Junio C Hamano1-13/+14
2005-07-25Documentation: describe git-ls-files --exclude patterns.Junio C Hamano1-4/+92
2005-05-13[PATCH 3/3] Add git-ls-files -k.Junio C Hamano1-2/+8
2005-05-10[PATCH 3/4] split core-git.txt and updateDavid Greaves1-1/+3
2005-05-10[PATCH 1/4] split core-git.txt and updateDavid Greaves1-0/+100