Age | Commit message (Expand) | Author | Files | Lines |
2018-05-23 | Merge branch 'ah/misc-doc-updates' | Junio C Hamano | 1 | -1/+2 |
2018-05-06 | doc: clarify ignore rules for git ls-files | Andreas Heiduk | 1 | -1/+2 |
2018-05-02 | doc: keep first level section header in upper case | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
2017-10-01 | fsmonitor: add documentation for the fsmonitor extension. | Ben Peart | 1 | -1/+6 |
2017-04-16 | Merge branch 'mm/ls-files-s-doc' | Junio C Hamano | 1 | -1/+1 |
2017-04-01 | Documentation: document elements in "ls-files -s" output in order | Mostyn Bramley-Moore | 1 | -1/+1 |
2017-03-02 | Documentation: improve description for core.quotePath | Andreas Heiduk | 1 | -4/+6 |
2016-10-10 | ls-files: add pathspec matching for submodules | Brandon Williams | 1 | -2/+1 |
2016-10-10 | ls-files: optionally recurse into submodules | Brandon Williams | 1 | -1/+7 |
2016-08-25 | git ls-files: text=auto eol=lf is supported in Git 2.10 | Torsten Bögershausen | 1 | -2/+1 |
2016-06-28 | doc: typeset long command-line options as literal | Matthieu Moy | 1 | -1/+1 |
2016-03-03 | documentation: fix some typos | Thomas Ackermann | 1 | -1/+1 |
2016-01-18 | ls-files: add eol diagnostics | Torsten Bögershausen | 1 | -0/+22 |
2014-05-21 | Documentation: use "command-line" when used as a compound adjective, and fix ... | Jason St. John | 1 | -3/+3 |
2013-04-15 | The name of the hash function is "SHA-1", not "SHA1" | Thomas Ackermann | 1 | -1/+1 |
2013-02-01 | Documentation: the name of the system is 'Git', not 'git' | Thomas Ackermann | 1 | -1/+1 |
2011-03-11 | doc: drop author/documentation sections from most pages | Jeff King | 1 | -9/+0 |
2010-10-08 | Use parentheses and `...' where appropriate | Štěpán Němec | 1 | -1/+1 |
2010-09-18 | Merge branch 'js/ls-files-x-doc' | Junio C Hamano | 1 | -5/+6 |
2010-09-15 | ls-files documentation: reword for consistency | Junio C Hamano | 1 | -4/+4 |
2010-09-15 | git-ls-files.txt: clarify -x/--exclude option | Jay Soffian | 1 | -2/+3 |
2010-08-20 | Documentation: remove backslashes in manpage synopses | Jonathan Nieder | 1 | -3/+3 |
2010-08-02 | ls-files: learn a debugging dump format | Thomas Rast | 1 | -0/+6 |
2010-07-28 | Document ls-files -t as semi-obsolete. | Matthieu Moy | 1 | -2/+10 |
2010-01-24 | Merge branch 'doc-style/for-next' of git://repo.or.cz/git/trast | Junio C Hamano | 1 | -1/+1 |
2010-01-20 | Merge remote branch 'remotes/trast-doc/for-next' | Junio C Hamano | 1 | -3/+3 |
2010-01-13 | Merge branch 'nd/sparse' | Junio C Hamano | 1 | -0/+1 |
2010-01-10 | Documentation: show-files is now called git-ls-files | Thomas Rast | 1 | -1/+1 |
2010-01-10 | Documentation: spell 'git cmd' without dash throughout | Thomas Rast | 1 | -3/+3 |
2009-11-10 | Merge branch 'jk/maint-1.6.3-ls-files-i' | Junio C Hamano | 1 | -2/+4 |
2009-10-30 | ls-files: unbreak "ls-files -i" | Jeff King | 1 | -2/+4 |
2009-08-23 | Introduce "skip-worktree" bit in index, teach Git to get/set this bit | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
2009-08-06 | git-ls-files.txt: clarify what "other files" mean for --other | Matthieu Moy | 1 | -1/+1 |
2009-01-13 | Fix Documentation typos surrounding the word 'handful'. | Jon Loeliger | 1 | -1/+1 |
2008-07-28 | Documentation: clarify what is shown in "git-ls-files -s" output | Junio C Hamano | 1 | -1/+1 |
2008-07-05 | manpages: italicize git command names (which were in teletype font) | Jonathan Nieder | 1 | -3/+3 |
2008-07-01 | Documentation formatting and cleanup | Jonathan Nieder | 1 | -4/+4 |
2008-07-01 | Documentation: be consistent about "git-" versus "git " | Jonathan Nieder | 1 | -1/+1 |
2008-06-08 | Docs: Use "-l::\n--long\n" format in OPTIONS sections | Stephan Beyer | 1 | -10/+20 |
2008-06-06 | documentation: move git(7) to git(1) | Christian Couder | 1 | -1/+1 |
2008-05-28 | Manual subsection to refer to other pages is SEE ALSO | Junio C Hamano | 1 | -1/+1 |
2008-01-06 | Documentation: rename gitlink macro to linkgit | Dan McGee | 1 | -4/+4 |
2007-12-21 | Documentation: ls-files -v is about "assume unchanged". | Junio C Hamano | 1 | -1/+2 |
2007-11-15 | git-ls-files: add --exclude-standard | Jeff King | 1 | -0/+5 |
2007-09-14 | Document ls-files --with-tree=<tree-ish> | Junio C Hamano | 1 | -1/+8 |
2007-06-07 | War on whitespace | Junio C Hamano | 1 | -1/+0 |
2007-06-02 | Create a new manpage for the gitignore format, and reference it elsewhere | Josh Triplett | 1 | -85/+14 |
2007-05-26 | Merge branch 'maint-1.5.1' into maint | Junio C Hamano | 1 | -1/+1 |
2007-05-25 | Replace the last 'dircache's by 'index' | Jakub Narebski | 1 | -1/+1 |
2007-05-07 | Fix minor documentation errors | Michael Spang | 1 | -2/+2 |