Age | Commit message (Expand) | Author | Files | Lines |
2020-09-18 | Doc: prefer more specific file name | Aaron Lipman | 1 | -1/+1 |
2020-09-16 | ref-filter: allow merged and no-merged filters | Aaron Lipman | 1 | -5/+3 |
2020-09-16 | Doc: cover multiple contains/no-contains filters | Aaron Lipman | 1 | -0/+5 |
2020-08-28 | ref-filter: add `sanitize` option for 'subject' atom | Hariom Verma | 1 | -0/+3 |
2020-08-28 | ref-filter: add `short` modifier to 'parent' atom | Hariom Verma | 1 | -1/+1 |
2020-08-28 | ref-filter: add `short` modifier to 'tree' atom | Hariom Verma | 1 | -0/+2 |
2020-08-28 | ref-filter: support different email formats | Hariom Verma | 1 | -1/+4 |
2020-07-16 | ref-filter: add support for %(contents:size) | Christian Couder | 1 | -0/+3 |
2020-07-10 | Documentation: clarify %(contents:XXXX) doc | Christian Couder | 1 | -6/+18 |
2019-05-07 | ref-filter: add worktreepath atom | Nickolai Belakovski | 1 | -0/+5 |
2018-12-28 | ref-filter: add docs for new options | Olga Telezhnaya | 1 | -1/+20 |
2018-08-15 | Merge branch 'jk/ui-color-always-to-auto' | Junio C Hamano | 1 | -1/+1 |
2018-07-18 | Documentation: fix --color option formatting | Andrei Rybak | 1 | -1/+1 |
2018-04-09 | Documentation: fix several one-character-off spelling errors | Elijah Newren | 1 | -1/+1 |
2017-11-15 | Merge branch 'js/for-each-ref-remote-name-and-ref' | Junio C Hamano | 1 | -8/+15 |
2017-11-08 | for-each-ref: let upstream/push report the remote ref name | J Wyman | 1 | -5/+9 |
2017-10-11 | Merge branch 'tb/show-trailers-in-ref-filter' | Junio C Hamano | 1 | -2/+6 |
2017-10-10 | for-each-ref: let upstream/push optionally report the remote name | Johannes Schindelin | 1 | -7/+10 |
2017-10-04 | Merge branch 'jk/ui-color-always-to-auto-maint' into jk/ui-color-always-to-auto | Junio C Hamano | 1 | -0/+5 |
2017-10-04 | provide --color option for all ref-filter users | Jeff King | 1 | -0/+5 |
2017-10-02 | ref-filter.c: use trailer_opts to format trailers | Taylor Blau | 1 | -1/+4 |
2017-10-02 | doc: use "`<literal>`"-style quoting for literal strings | Taylor Blau | 1 | -3/+3 |
2017-10-02 | doc: 'trailers' is the preferred way to format trailers | Taylor Blau | 1 | -1/+2 |
2017-09-25 | Merge branch 'kd/doc-for-each-ref' | Junio C Hamano | 1 | -16/+17 |
2017-09-12 | doc/for-each-ref: explicitly specify option names | Kevin Daudt | 1 | -9/+9 |
2017-09-12 | doc/for-each-ref: consistently use '=' to between argument names and values | Kevin Daudt | 1 | -7/+8 |
2017-08-23 | Merge branch 'mg/format-ref-doc-fix' | Junio C Hamano | 1 | -4/+5 |
2017-08-18 | Documentation/git-for-each-ref: clarify peeling of tags for --format | Michael J Gruber | 1 | -2/+3 |
2017-08-18 | Documentation: use proper wording for ref format strings | Michael J Gruber | 1 | -2/+2 |
2017-07-13 | docs/for-each-ref: update pointer to color syntax | Jeff King | 1 | -2/+4 |
2017-03-24 | ref-filter: add --no-contains option to tag/branch/for-each-ref | Ævar Arnfjörð Bjarmason | 1 | -1/+5 |
2017-03-21 | ref-filter: make combining --merged & --no-merged an error | Ævar Arnfjörð Bjarmason | 1 | -2/+4 |
2017-02-07 | ref-filter: resurrect "strip" as a synonym to "lstrip" | Junio C Hamano | 1 | -0/+2 |
2017-01-31 | ref-filter: add an 'rstrip=<N>' option to atoms which deal with refnames | Karthik Nayak | 1 | -19/+23 |
2017-01-31 | ref-filter: modify the 'lstrip=<N>' option to work with negative '<N>' | Karthik Nayak | 1 | -2/+8 |
2017-01-10 | ref-filter: Do not abruptly die when using the 'lstrip=<N>' option | Karthik Nayak | 1 | -2/+1 |
2017-01-10 | ref-filter: rename the 'strip' option to 'lstrip' | Karthik Nayak | 1 | -5/+5 |
2017-01-10 | ref-filter: make remote_ref_atom_parser() use refname_atom_parser_internal() | Karthik Nayak | 1 | -15/+16 |
2017-01-10 | ref-filter: introduce refname_atom_parser() | Karthik Nayak | 1 | -0/+5 |
2017-01-10 | ref-filter: add support for %(upstream:track,nobracket) | Karthik Nayak | 1 | -3/+7 |
2017-01-10 | ref-filter: make %(upstream:track) prints "[gone]" for invalid upstreams | Karthik Nayak | 1 | -1/+2 |
2017-01-10 | ref-filter: modify "%(objectname:short)" to take length | Karthik Nayak | 1 | -0/+3 |
2017-01-10 | ref-filter: implement %(if:equals=<string>) and %(if:notequals=<string>) | Karthik Nayak | 1 | -0/+3 |
2017-01-10 | ref-filter: implement %(if), %(then), and %(else) atoms | Karthik Nayak | 1 | -0/+34 |
2016-12-19 | Merge branch 'jk/trailers-placeholder-in-pretty' | Junio C Hamano | 1 | -0/+2 |
2016-12-11 | ref-filter: add support to display trailers as part of contents | Jacob Keller | 1 | -0/+2 |
2016-12-05 | tag, branch, for-each-ref: add --ignore-case for sorting and filtering | Nguyễn Thái Ngọc Duy | 1 | -0/+3 |
2016-06-28 | doc: typeset long command-line options as literal | Matthieu Moy | 1 | -1/+1 |
2016-05-09 | Documentation: fix linkgit references | Junio C Hamano | 1 | -1/+1 |
2016-05-06 | Merge branch 'kn/for-each-tag-branch' into maint | Junio C Hamano | 1 | -1/+1 |