Age | Commit message (Expand) | Author | Files | Lines |
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 |
2007-01-18 | Documentation: sync git.txt command list and manual page title | Junio C Hamano | 1 | -1/+1 |
2006-07-13 | Documentation about exclude/ignore files | Matthias Lederhofer | 1 | -2/+2 |
2006-06-07 | Documentation: add another example to git-ls-files | Junio C Hamano | 1 | -2/+14 |
2006-05-05 | Fix up docs where "--" isn't displayed correctly. | sean | 1 | -1/+1 |
2006-03-26 | Merge branch 'master' into next | Junio C Hamano | 1 | -0/+3 |
2006-03-26 | Optionally do not list empty directories in git-ls-files --others | Petr Baudis | 1 | -0/+3 |
2006-03-17 | ls-files: add --abbrev[=<n>] option | Eric Wong | 1 | -2/+7 |
2006-02-21 | Merge branch 'jc/nostat' | Junio C Hamano | 1 | -1/+6 |
2006-02-21 | git-ls-files: Fix, document, and add test for --error-unmatch option. | Carl Worth | 1 | -0/+5 |
2006-02-13 | Documentation: git-ls-files asciidocco. | Junio C Hamano | 1 | -1/+1 |
2006-02-12 | "assume unchanged" git: documentation. | Junio C Hamano | 1 | -1/+6 |
2006-01-21 | Document git-ls-files --directory | Petr Baudis | 1 | -0/+4 |
2005-12-29 | Documentation: spell. | Junio C Hamano | 1 | -1/+1 |
2005-12-23 | ls-files --full-name: usage string and documentation. | Junio C Hamano | 1 | -1/+8 |
2005-11-11 | Change 'cache' to 'index' in the docs | Lukas_Sandström | 1 | -1/+1 |
2005-10-17 | Update documentation for C-style quoting. | Junio C Hamano | 1 | -1/+5 |
2005-10-07 | s/checkout-cache/checkout-index/g for Documentation/git-ls-files.txt | Kai Ruemmler | 1 | -1/+1 |