summaryrefslogtreecommitdiff
path: root/Documentation/git-for-each-ref.txt
AgeCommit message (Expand)Author
2020-09-18Doc: prefer more specific file nameAaron Lipman
2020-09-16ref-filter: allow merged and no-merged filtersAaron Lipman
2020-09-16Doc: cover multiple contains/no-contains filtersAaron Lipman
2020-08-28ref-filter: add `sanitize` option for 'subject' atomHariom Verma
2020-08-28ref-filter: add `short` modifier to 'parent' atomHariom Verma
2020-08-28ref-filter: add `short` modifier to 'tree' atomHariom Verma
2020-08-28ref-filter: support different email formatsHariom Verma
2020-07-16ref-filter: add support for %(contents:size)Christian Couder
2020-07-10Documentation: clarify %(contents:XXXX) docChristian Couder
2019-05-07ref-filter: add worktreepath atomNickolai Belakovski
2018-12-28ref-filter: add docs for new optionsOlga Telezhnaya
2018-08-15Merge branch 'jk/ui-color-always-to-auto'Junio C Hamano
2018-07-18Documentation: fix --color option formattingAndrei Rybak
2018-04-09Documentation: fix several one-character-off spelling errorsElijah Newren
2017-11-15Merge branch 'js/for-each-ref-remote-name-and-ref'Junio C Hamano
2017-11-08for-each-ref: let upstream/push report the remote ref nameJ Wyman
2017-10-11Merge branch 'tb/show-trailers-in-ref-filter'Junio C Hamano
2017-10-10for-each-ref: let upstream/push optionally report the remote nameJohannes Schindelin
2017-10-04Merge branch 'jk/ui-color-always-to-auto-maint' into jk/ui-color-always-to-autoJunio C Hamano
2017-10-04provide --color option for all ref-filter usersJeff King
2017-10-02ref-filter.c: use trailer_opts to format trailersTaylor Blau
2017-10-02doc: use "`<literal>`"-style quoting for literal stringsTaylor Blau
2017-10-02doc: 'trailers' is the preferred way to format trailersTaylor Blau
2017-09-25Merge branch 'kd/doc-for-each-ref'Junio C Hamano
2017-09-12doc/for-each-ref: explicitly specify option namesKevin Daudt
2017-09-12doc/for-each-ref: consistently use '=' to between argument names and valuesKevin Daudt
2017-08-23Merge branch 'mg/format-ref-doc-fix'Junio C Hamano
2017-08-18Documentation/git-for-each-ref: clarify peeling of tags for --formatMichael J Gruber
2017-08-18Documentation: use proper wording for ref format stringsMichael J Gruber
2017-07-13docs/for-each-ref: update pointer to color syntaxJeff King
2017-03-24ref-filter: add --no-contains option to tag/branch/for-each-refÆvar Arnfjörð Bjarmason
2017-03-21ref-filter: make combining --merged & --no-merged an errorÆvar Arnfjörð Bjarmason
2017-02-07ref-filter: resurrect "strip" as a synonym to "lstrip"Junio C Hamano
2017-01-31ref-filter: add an 'rstrip=<N>' option to atoms which deal with refnamesKarthik Nayak
2017-01-31ref-filter: modify the 'lstrip=<N>' option to work with negative '<N>'Karthik Nayak
2017-01-10ref-filter: Do not abruptly die when using the 'lstrip=<N>' optionKarthik Nayak
2017-01-10ref-filter: rename the 'strip' option to 'lstrip'Karthik Nayak
2017-01-10ref-filter: make remote_ref_atom_parser() use refname_atom_parser_internal()Karthik Nayak
2017-01-10ref-filter: introduce refname_atom_parser()Karthik Nayak
2017-01-10ref-filter: add support for %(upstream:track,nobracket)Karthik Nayak
2017-01-10ref-filter: make %(upstream:track) prints "[gone]" for invalid upstreamsKarthik Nayak
2017-01-10ref-filter: modify "%(objectname:short)" to take lengthKarthik Nayak
2017-01-10ref-filter: implement %(if:equals=<string>) and %(if:notequals=<string>)Karthik Nayak
2017-01-10ref-filter: implement %(if), %(then), and %(else) atomsKarthik Nayak
2016-12-19Merge branch 'jk/trailers-placeholder-in-pretty'Junio C Hamano
2016-12-11ref-filter: add support to display trailers as part of contentsJacob Keller
2016-12-05tag, branch, for-each-ref: add --ignore-case for sorting and filteringNguyễn Thái Ngọc Duy
2016-06-28doc: typeset long command-line options as literalMatthieu Moy
2016-05-09Documentation: fix linkgit referencesJunio C Hamano
2016-05-06Merge branch 'kn/for-each-tag-branch' into maintJunio C Hamano