Age | Commit message (Expand) | Author | Files | Lines |
2020-04-21 | docs: fix minor glitch in illustration | Michael F. Schönitzer | 1 | -1/+1 |
2019-07-09 | Merge branch 'nd/switch-and-restore' | Junio C Hamano | 1 | -1/+1 |
2019-05-13 | Merge branch 'dl/rev-tilde-doc-clarify' | Junio C Hamano | 1 | -15/+14 |
2019-05-08 | revisions.txt: remove ambibuity between <rev>:<path> and :<path> | Andreas Heiduk | 1 | -5/+2 |
2019-05-08 | revisions.txt: mention <rev>~ form | Denton Liu | 1 | -1/+3 |
2019-05-08 | revisions.txt: mark optional rev arguments with [] | Denton Liu | 1 | -5/+5 |
2019-05-08 | revisions.txt: change "rev" to "<rev>" | Denton Liu | 1 | -4/+4 |
2019-04-02 | doc: promote "git switch" | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2019-03-13 | doc: format pathnames and URLs as monospace. | Corentin BOMPARD | 1 | -2/+2 |
2018-07-24 | Merge branch 'wc/find-commit-with-pattern-on-detached-head' | Junio C Hamano | 1 | -1/+2 |
2018-07-12 | sha1-name.c: for ":/", find detached HEAD commits | William Chargin | 1 | -1/+2 |
2018-05-23 | Merge branch 'bc/asciidoctor-tab-width' | Junio C Hamano | 1 | -0/+2 |
2018-05-07 | Documentation: render revisions correctly under Asciidoctor | brian m. carlson | 1 | -0/+2 |
2018-05-06 | doc: add note about shell quoting to revision.txt | Andreas Heiduk | 1 | -0/+6 |
2017-12-04 | Documentation: revisions: fix typo: "three dot" ---> "three-dot" (in line wit... | Ann T Ropea | 1 | -1/+1 |
2017-04-19 | Merge branch 'vn/revision-shorthand-for-side-branch-log' | Junio C Hamano | 1 | -2/+2 |
2017-04-16 | doc/revisions: remove brackets from rev^-n shorthand | Kyle Meyer | 1 | -2/+2 |
2017-03-27 | rev-parse: match @{upstream}, @{u} and @{push} case-insensitively | Ævar Arnfjörð Bjarmason | 1 | -1/+5 |
2016-09-27 | revision: new rev^-n shorthand for rev^n..rev | Vegard Nossum | 1 | -2/+15 |
2016-09-19 | Merge branch 'po/range-doc' into maint | Junio C Hamano | 1 | -44/+81 |
2016-08-13 | doc: revisions: sort examples and fix alignment of the unchanged | Philip Oakley | 1 | -6/+6 |
2016-08-13 | doc: revisions: show revision expansion in examples | Philip Oakley | 1 | -6/+17 |
2016-08-13 | doc: revisions - clarify reachability examples | Philip Oakley | 1 | -5/+6 |
2016-08-13 | doc: revisions - define `reachable` | Philip Oakley | 1 | -4/+10 |
2016-08-13 | doc: revisions: single vs multi-parent notation comparison | Philip Oakley | 1 | -0/+4 |
2016-08-13 | doc: revisions: extra clarification of <rev>^! notation effects | Philip Oakley | 1 | -1/+2 |
2016-08-12 | doc: revisions: give headings for the two and three dot notations | Philip Oakley | 1 | -22/+36 |
2016-07-20 | doc: revisions - name the left and right sides | Philip Oakley | 1 | -1/+1 |
2016-06-28 | doc: typeset HEAD and variants as literal | Matthieu Moy | 1 | -12/+12 |
2016-06-28 | doc: typeset long command-line options as literal | Matthieu Moy | 1 | -1/+1 |
2016-02-10 | Merge branch 'wp/sha1-name-negative-match' | Junio C Hamano | 1 | -5/+6 |
2016-02-01 | object name: introduce '^{/!-<negative pattern>}' notation | Will Palmer | 1 | -5/+6 |
2016-01-20 | Documentation: remove unnecessary backslashes | Matthew Kraai | 1 | -10/+10 |
2015-05-22 | sha1_name: implement @{push} shorthand | Jeff King | 1 | -0/+25 |
2014-05-13 | Documentation: mention config sources for @{upstream} | W. Trevor King | 1 | -1/+3 |
2014-01-21 | Documentation: @{-N} can refer to a commit | Thomas Rast | 1 | -1/+1 |
2013-09-20 | Merge branch 'fc/at-head' | Junio C Hamano | 1 | -0/+3 |
2013-09-20 | Merge branch 'rh/peeling-tag-to-tag' | Junio C Hamano | 1 | -0/+3 |
2013-09-12 | Add new @ shortcut for HEAD | Felipe Contreras | 1 | -0/+3 |
2013-09-04 | revisions.txt: fix and clarify <rev>^{<type>} | Richard Hansen | 1 | -4/+8 |
2013-09-03 | peel_onion(): add support for <rev>^{tag} | Richard Hansen | 1 | -0/+3 |
2013-08-14 | Revert "Add new @ shortcut for HEAD" | Junio C Hamano | 1 | -3/+0 |
2013-05-08 | Add new @ shortcut for HEAD | Felipe Contreras | 1 | -0/+3 |
2013-04-26 | Merge branch 'rr/shortlog-doc' | Junio C Hamano | 1 | -2/+4 |
2013-04-21 | revisions.txt: clarify the .. and ... syntax | Ramkumar Ramachandra | 1 | -2/+4 |
2013-04-21 | Merge branch 'ta/glossary' | Junio C Hamano | 1 | -2/+2 |
2013-04-15 | The name of the hash function is "SHA-1", not "SHA1" | Thomas Ackermann | 1 | -2/+2 |
2013-04-12 | Sync with 'maint' | Junio C Hamano | 1 | -1/+1 |
2013-04-12 | doc: various spelling fixes | Stefano Lattarini | 1 | -1/+1 |
2013-04-03 | Merge branch 'jc/sha1-name-object-peeler' | Junio C Hamano | 1 | -0/+5 |