Age | Commit message (Expand) | Author | Files | Lines |
2017-10-03 | Merge branch 'mr/doc-negative-pathspec' | Junio C Hamano | 1 | -1/+1 |
2017-09-25 | docs: improve discoverability of exclude pathspec | Manav Rathi | 1 | -1/+1 |
2017-06-18 | glossary: define 'stash entry' | Liam Beguin | 1 | -0/+4 |
2017-03-13 | pathspec: allow querying for attributes | Brandon Williams | 1 | -0/+21 |
2017-02-10 | pathspec: don't error out on all-exclusionary pathspec patterns | Linus Torvalds | 1 | -1/+3 |
2017-02-10 | pathspec magic: add '^' as alias for '!' | Linus Torvalds | 1 | -2/+2 |
2016-05-10 | Merge branch 'rn/glossary-typofix' | Junio C Hamano | 1 | -1/+1 |
2016-05-02 | Documentation: fix typo 'In such these cases' | René Nyffenegger | 1 | -1/+1 |
2016-01-20 | Merge branch 'ss/user-manual' | Junio C Hamano | 1 | -0/+5 |
2015-12-29 | glossary: define the term shallow clone | Stephen P. Smith | 1 | -0/+5 |
2015-09-01 | refs: make refs/bisect/* per-worktree | David Turner | 1 | -2/+3 |
2015-07-31 | refs: introduce pseudoref and per-worktree ref concepts | David Turner | 1 | -0/+21 |
2015-05-29 | glossary: add "remote", "submodule", "superproject" | Stefan Beller | 1 | -0/+16 |
2014-11-04 | Documentation: typofixes | Thomas Ackermann | 1 | -1/+1 |
2014-05-28 | Documentation: wording fixes in the user manual and glossary | Jeremiah Mahler | 1 | -1/+1 |
2014-03-05 | docs: mark info/grafts as outdated | Jeff King | 1 | -0/+4 |
2013-12-06 | Support pathspec magic :(exclude) and its short form :! | Nguyễn Thái Ngọc Duy | 1 | -0/+5 |
2013-12-06 | glossary-content.txt: rephrase magic signature part | Nguyễn Thái Ngọc Duy | 1 | -17/+12 |
2013-11-21 | glossary-content.txt: fix documentation of "**" patterns | Nguyễn Thái Ngọc Duy | 1 | -3/+3 |
2013-09-17 | Merge branch 'rh/ishes-doc' | Junio C Hamano | 1 | -8/+39 |
2013-09-04 | glossary: fix and clarify the definition of 'ref' | Richard Hansen | 1 | -4/+14 |
2013-09-04 | glossary: more precise definition of tree-ish (a.k.a. treeish) | Richard Hansen | 1 | -3/+12 |
2013-09-04 | glossary: define commit-ish (a.k.a. committish) | Richard Hansen | 1 | -0/+12 |
2013-09-04 | glossary: mention 'treeish' as an alternative to 'tree-ish' | Richard Hansen | 1 | -1/+1 |
2013-07-15 | parse_pathspec: accept :(icase)path syntax | Nguyễn Thái Ngọc Duy | 1 | -0/+3 |
2013-07-15 | pathspec: support :(glob) syntax | Nguyễn Thái Ngọc Duy | 1 | -0/+29 |
2013-07-15 | pathspec: support :(literal) syntax for noglob pathspec | Nguyễn Thái Ngọc Duy | 1 | -4/+16 |
2013-07-03 | Change "remote tracking" to "remote-tracking" | Michael Schubert | 1 | -2/+2 |
2013-06-27 | Merge branch 'jh/checkout-auto-tracking' into maint | Junio C Hamano | 1 | -6/+7 |
2013-04-26 | Merge branch 'jn/glossary-revision' | Junio C Hamano | 1 | -3/+1 |
2013-04-21 | glossary: a revision is just a commit | Jonathan Nieder | 1 | -3/+1 |
2013-04-21 | Merge branch 'ta/glossary' | Junio C Hamano | 1 | -43/+21 |
2013-04-21 | glossary: Update and rephrase the definition of a remote-tracking branch | Johan Herland | 1 | -6/+7 |
2013-04-18 | Merge branch 'jc/detached-head-doc' | Junio C Hamano | 1 | -3/+16 |
2013-04-15 | glossary: improve definitions of refspec and pathspec | Thomas Ackermann | 1 | -23/+10 |
2013-04-15 | glossary: improve description of SHA-1 related topics | Thomas Ackermann | 1 | -10/+10 |
2013-04-15 | glossary: remove outdated/misleading/irrelevant entries | Thomas Ackermann | 1 | -10/+1 |
2013-04-05 | glossary: extend "detached HEAD" description | Junio C Hamano | 1 | -3/+16 |
2013-02-01 | Documentation: add a description for 'gitfile' to glossary | Thomas Ackermann | 1 | -0/+4 |
2013-02-01 | Documentation: the name of the system is 'Git', not 'git' | Thomas Ackermann | 1 | -28/+28 |
2013-02-01 | Documentation: avoid poor-man's small caps GIT | Thomas Ackermann | 1 | -1/+1 |
2012-07-14 | doc: A few minor copy edits. | Štěpán Němec | 1 | -1/+1 |
2011-07-13 | Merge branch 'nk/ref-doc' | Junio C Hamano | 1 | -14/+15 |
2011-06-23 | glossary: clarify description of HEAD | Junio C Hamano | 1 | -2/+2 |
2011-06-23 | glossary: update description of head and ref | Junio C Hamano | 1 | -4/+5 |
2011-06-23 | glossary: update description of "tag" | Junio C Hamano | 1 | -8/+8 |
2011-05-10 | t3703, t4208: add test cases for magic pathspec | Nguyễn Thái Ngọc Duy | 1 | -0/+3 |
2011-05-10 | Revert "magic pathspec: add ":(icase)path" to match case insensitively" | Junio C Hamano | 1 | -5/+2 |
2011-04-08 | magic pathspec: add ":(icase)path" to match case insensitively | Junio C Hamano | 1 | -2/+5 |
2011-04-06 | magic pathspec: add tentative ":/path/from/top/level" pathspec support | Junio C Hamano | 1 | -1/+30 |