Age | Commit message (Expand) | Author | Files | Lines |
2016-06-28 | doc: typeset long command-line options as literal | Matthieu Moy | 1 | -7/+7 |
2016-01-27 | config: add core.untrackedCache | Christian Couder | 1 | -15/+52 |
2016-01-25 | update-index: add --test-untracked-cache | Christian Couder | 1 | -1/+11 |
2015-12-10 | Documentation/git-update-index: add missing opts to synopsis | Christian Couder | 1 | -0/+1 |
2015-11-24 | Documentation/git-update-index: add missing opts to synopsys | Christian Couder | 1 | -0/+1 |
2015-03-12 | update-index: test the system before enabling untracked cache | Nguyễn Thái Ngọc Duy | 1 | -0/+6 |
2015-03-12 | update-index: manually enable or disable untracked cache | Nguyễn Thái Ngọc Duy | 1 | -0/+8 |
2014-12-22 | Merge branch 'po/doc-assume-unchanged' | Junio C Hamano | 1 | -10/+8 |
2014-12-09 | doc: make clear --assume-unchanged's user contract | Philip Oakley | 1 | -10/+8 |
2014-11-04 | Documentation: typofixes | Thomas Ackermann | 1 | -1/+1 |
2014-09-19 | Merge branch 'sp/doc-update-index-cacheinfo' | Junio C Hamano | 1 | -1/+1 |
2014-09-11 | Documentation: use single-parameter --cacheinfo in example | Steffen Prohaska | 1 | -1/+1 |
2014-06-13 | update-index: new options to enable/disable split index mode | Nguyễn Thái Ngọc Duy | 1 | -0/+11 |
2014-03-24 | update-index: teach --cacheinfo a new syntax "mode,sha1,path" | Junio C Hamano | 1 | -2/+6 |
2013-05-17 | documentation: trivial style cleanups | Felipe Contreras | 1 | -6/+4 |
2013-04-15 | The name of the hash function is "SHA-1", not "SHA1" | Thomas Ackermann | 1 | -1/+1 |
2013-03-25 | Merge branch 'maint-1.8.1' into maint | Junio C Hamano | 1 | -1/+9 |
2013-02-23 | update-index: list supported idx versions and their features | Nguyễn Thái Ngọc Duy | 1 | -1/+9 |
2013-02-01 | Documentation: the name of the system is 'Git', not 'git' | Thomas Ackermann | 1 | -8/+8 |
2012-04-04 | update-index: upgrade/downgrade on-disk index version | Junio C Hamano | 1 | -1/+5 |
2011-10-05 | Merge branch 'sn/doc-update-index-assume-unchanged' | Junio C Hamano | 1 | -2/+5 |
2011-09-21 | Documentation/git-update-index: refer to 'ls-files' | Stefan Naewe | 1 | -2/+5 |
2011-03-11 | doc: drop author/documentation sections from most pages | Jeff King | 1 | -9/+0 |
2010-10-21 | Merge branch 'sn/doc-opt-notation' into maint | Junio C Hamano | 1 | -2/+2 |
2010-10-13 | Documentation: update-index: -z applies also to --index-info | Bert Wesarg | 1 | -2/+2 |
2010-10-08 | Use parentheses and `...' where appropriate | Štěpán Němec | 1 | -2/+2 |
2010-08-20 | Documentation: remove backslashes in manpage synopses | Jonathan Nieder | 1 | -2/+2 |
2010-05-08 | Documentation: git-add does not update files marked "assume unchanged" | Clemens Buchacher | 1 | -2/+0 |
2010-01-20 | Merge remote branch 'remotes/trast-doc/for-next' | Junio C Hamano | 1 | -11/+11 |
2010-01-13 | Merge branch 'nd/sparse' | Junio C Hamano | 1 | -0/+29 |
2010-01-10 | Documentation: spell 'git cmd' without dash throughout | Thomas Rast | 1 | -11/+11 |
2009-11-10 | git-update-index.txt: Document the --really-refresh option. | Štěpán Němec | 1 | -1/+5 |
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/+29 |
2008-12-19 | Documentation: fix typos, grammar, asciidoc syntax | Markus Heidelberg | 1 | -4/+4 |
2008-07-28 | Make use of stat.ctime configurable | Alex Riesen | 1 | -0/+5 |
2008-07-19 | Documentation: How to ignore local changes in tracked files | Petr Baudis | 1 | -0/+10 |
2008-07-05 | manpages: italicize git command names (which were in teletype font) | Jonathan Nieder | 1 | -11/+11 |
2008-07-01 | Documentation formatting and cleanup | Jonathan Nieder | 1 | -7/+7 |
2008-07-01 | Documentation: be consistent about "git-" versus "git " | Jonathan Nieder | 1 | -6/+6 |
2008-06-08 | Docs: Use "-l::\n--long\n" format in OPTIONS sections | Stephan Beyer | 1 | -2/+4 |
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-05-15 | Teach update-index about --ignore-submodules | Johannes Schindelin | 1 | -0/+5 |
2008-01-06 | Documentation: rename gitlink macro to linkgit | Dan McGee | 1 | -6/+6 |
2007-06-07 | War on whitespace | Junio C Hamano | 1 | -5/+4 |
2007-05-07 | Added a reference to git-add in the documentation for git-update-index | Matthieu Moy | 1 | -1/+5 |
2007-03-02 | Add core.symlinks to mark filesystems that do not support symbolic links. | Johannes Sixt | 1 | -0/+5 |
2007-01-28 | [PATCH] Rename git-repo-config to git-config. | Tom Prince | 1 | -2/+2 |
2007-01-18 | Documentation: sync git.txt command list and manual page title | Junio C Hamano | 1 | -1/+1 |
2006-11-12 | git-update-index(1): fix use of quoting in section title | Jonas Fonseca | 1 | -2/+2 |