Age | Commit message (Expand) | Author | Files | Lines |
2019-06-21 | Merge branch 'an/ignore-doc-update' | Junio C Hamano | 1 | -22/+44 |
2019-06-04 | gitignore.txt: make slash-rules more readable | Dr. Adam Nielsen | 1 | -22/+44 |
2019-03-08 | docs: move core.excludesFile from git-add to gitignore | Denton Liu | 1 | -0/+8 |
2018-11-13 | Merge branch 'nd/wildmatch-double-asterisk' | Junio C Hamano | 1 | -1/+2 |
2018-10-29 | wildmatch: change behavior of "foo**bar" in WM_PATHNAME mode | Nguyễn Thái Ngọc Duy | 1 | -1/+2 |
2018-06-27 | gitignore.txt: clarify default core.excludesfile path | Todd Zullinger | 1 | -1/+1 |
2018-02-02 | gitignore.txt: elaborate shell glob syntax | Duy Nguyen | 1 | -6/+5 |
2016-06-08 | doc: change configuration variables format | Tom Russello | 1 | -1/+1 |
2016-03-18 | Revert "Merge branch 'nd/exclusion-regression-fix'" | Junio C Hamano | 1 | -13/+4 |
2016-03-18 | Revert "Merge branch 'jc/exclusion-doc'" | Junio C Hamano | 1 | -37/+1 |
2016-03-08 | gitignore: document that unignoring a directory unignores everything in it | Junio C Hamano | 1 | -1/+37 |
2016-02-15 | dir.c: don't exclude whole dir prematurely | Nguyễn Thái Ngọc Duy | 1 | -4/+13 |
2016-01-20 | Merge branch 'nd/exclusion-regression-fix' | Junio C Hamano | 1 | -19/+4 |
2016-01-08 | Revert "dir.c: don't exclude whole dir prematurely if neg pattern may match" | Nguyễn Thái Ngọc Duy | 1 | -19/+4 |
2015-10-07 | Merge branch 'nd/ignore-then-not-ignore' | Junio C Hamano | 1 | -4/+19 |
2015-09-21 | dir.c: don't exclude whole dir prematurely if neg pattern may match | Nguyễn Thái Ngọc Duy | 1 | -4/+19 |
2015-03-13 | *config.txt: stick to camelCase naming convention | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
2014-12-22 | Merge branch 'po/doc-assume-unchanged' | Junio C Hamano | 1 | -4/+0 |
2014-12-09 | gitignore.txt: do not suggest assume-unchanged | Michael J Gruber | 1 | -4/+0 |
2014-11-06 | Merge branch 'nd/gitignore-trailing-whitespace' | Junio C Hamano | 1 | -1/+1 |
2014-11-04 | gitignore.txt: fix spelling of "backslash" | Ben North | 1 | -1/+1 |
2014-03-14 | Merge branch 'nd/gitignore-trailing-whitespace' | Junio C Hamano | 1 | -0/+3 |
2014-02-10 | dir: ignore trailing spaces in exclude patterns | Nguyễn Thái Ngọc Duy | 1 | -0/+3 |
2014-01-27 | Merge branch 'jn/ignore-doc' | Junio C Hamano | 1 | -1/+1 |
2014-01-16 | gitignore doc: add global gitignore to synopsis | Jonathan Nieder | 1 | -1/+1 |
2013-12-09 | gitignore.txt: clarify recursive nature of excluded directories | Karsten Blees | 1 | -2/+17 |
2013-11-07 | gitignore.txt: fix documentation of "**" patterns | Karsten Blees | 1 | -3/+3 |
2013-02-05 | Merge branch 'ta/doc-no-small-caps' | Junio C Hamano | 1 | -11/+11 |
2013-02-01 | Documentation: the name of the system is 'Git', not 'git' | Thomas Ackermann | 1 | -11/+11 |
2013-01-23 | Merge branch 'as/check-ignore' | Junio C Hamano | 1 | -2/+4 |
2013-01-10 | Merge branch 'nd/wildmatch' | Junio C Hamano | 1 | -0/+19 |
2013-01-06 | add git-check-ignore sub-command | Adam Spiers | 1 | -2/+4 |
2012-10-15 | Support "**" wildcard in .gitignore and .gitattributes | Nguyễn Thái Ngọc Duy | 1 | -0/+19 |
2012-10-10 | Merge branch 'nd/doc-ignore' | Junio C Hamano | 1 | -1/+5 |
2012-10-07 | gitignore.txt: suggestions how to get literal # or ! at the beginning | Nguyễn Thái Ngọc Duy | 1 | -1/+5 |
2012-09-18 | Doc: separate gitignore pattern sources | Philip Oakley | 1 | -12/+18 |
2012-06-25 | Let core.excludesfile default to $XDG_CONFIG_HOME/git/ignore | Huynh Khoi Nguyen Nguyen | 1 | -1/+3 |
2011-03-11 | doc: drop author/documentation sections from most pages | Jeff King | 1 | -5/+0 |
2010-11-11 | Documentation: point to related commands from gitignore | Jonathan Nieder | 1 | -5/+19 |
2010-11-11 | Documentation: split gitignore page into sections | Jonathan Nieder | 1 | -2/+4 |
2010-08-20 | Documentation: clarify quoting in gitignore docs | Jonathan Nieder | 1 | -2/+2 |
2010-05-31 | gitignore.5: Clarify matching rules | Jonathan Nieder | 1 | -5/+9 |
2010-01-10 | Documentation: spell 'git cmd' without dash throughout | Thomas Rast | 1 | -2/+2 |
2009-04-07 | Documentation: clarify .gitattributes search | Jason Merrill | 1 | -2/+2 |
2008-07-19 | Documentation: How to ignore local changes in tracked files | Petr Baudis | 1 | -3/+8 |
2008-07-05 | manpages: italicize git command names (which were in teletype font) | Jonathan Nieder | 1 | -2/+2 |
2008-07-01 | Documentation formatting and cleanup | Jonathan Nieder | 1 | -2/+2 |
2008-07-01 | Documentation: be consistent about "git-" versus "git " | Jonathan Nieder | 1 | -2/+2 |
2008-06-06 | documentation: move git(7) to git(1) | Christian Couder | 1 | -1/+1 |
2008-03-27 | Merge branch 'maint' | Junio C Hamano | 1 | -0/+12 |