summaryrefslogtreecommitdiff
path: root/Documentation/git-for-each-ref.txt
AgeCommit message (Expand)AuthorFilesLines
2020-09-18Doc: prefer more specific file nameLibravatar Aaron Lipman1-1/+1
2020-09-16ref-filter: allow merged and no-merged filtersLibravatar Aaron Lipman1-5/+3
2020-09-16Doc: cover multiple contains/no-contains filtersLibravatar Aaron Lipman1-0/+5
2020-08-28ref-filter: add `sanitize` option for 'subject' atomLibravatar Hariom Verma1-0/+3
2020-08-28ref-filter: add `short` modifier to 'parent' atomLibravatar Hariom Verma1-1/+1
2020-08-28ref-filter: add `short` modifier to 'tree' atomLibravatar Hariom Verma1-0/+2
2020-08-28ref-filter: support different email formatsLibravatar Hariom Verma1-1/+4
2020-07-16ref-filter: add support for %(contents:size)Libravatar Christian Couder1-0/+3
2020-07-10Documentation: clarify %(contents:XXXX) docLibravatar Christian Couder1-6/+18
2019-05-07ref-filter: add worktreepath atomLibravatar Nickolai Belakovski1-0/+5
2018-12-28ref-filter: add docs for new optionsLibravatar Olga Telezhnaya1-1/+20
2018-08-15Merge branch 'jk/ui-color-always-to-auto'Libravatar Junio C Hamano1-1/+1
2018-07-18Documentation: fix --color option formattingLibravatar Andrei Rybak1-1/+1
2018-04-09Documentation: fix several one-character-off spelling errorsLibravatar Elijah Newren1-1/+1
2017-11-15Merge branch 'js/for-each-ref-remote-name-and-ref'Libravatar Junio C Hamano1-8/+15
2017-11-08for-each-ref: let upstream/push report the remote ref nameLibravatar J Wyman1-5/+9
2017-10-11Merge branch 'tb/show-trailers-in-ref-filter'Libravatar Junio C Hamano1-2/+6
2017-10-10for-each-ref: let upstream/push optionally report the remote nameLibravatar Johannes Schindelin1-7/+10
2017-10-04Merge branch 'jk/ui-color-always-to-auto-maint' into jk/ui-color-always-to-autoLibravatar Junio C Hamano1-0/+5
2017-10-04provide --color option for all ref-filter usersLibravatar Jeff King1-0/+5
2017-10-02ref-filter.c: use trailer_opts to format trailersLibravatar Taylor Blau1-1/+4
2017-10-02doc: use "`<literal>`"-style quoting for literal stringsLibravatar Taylor Blau1-3/+3
2017-10-02doc: 'trailers' is the preferred way to format trailersLibravatar Taylor Blau1-1/+2
2017-09-25Merge branch 'kd/doc-for-each-ref'Libravatar Junio C Hamano1-16/+17
2017-09-12doc/for-each-ref: explicitly specify option namesLibravatar Kevin Daudt1-9/+9
2017-09-12doc/for-each-ref: consistently use '=' to between argument names and valuesLibravatar Kevin Daudt1-7/+8
2017-08-23Merge branch 'mg/format-ref-doc-fix'Libravatar Junio C Hamano1-4/+5
2017-08-18Documentation/git-for-each-ref: clarify peeling of tags for --formatLibravatar Michael J Gruber1-2/+3
2017-08-18Documentation: use proper wording for ref format stringsLibravatar Michael J Gruber1-2/+2
2017-07-13docs/for-each-ref: update pointer to color syntaxLibravatar Jeff King1-2/+4
2017-03-24ref-filter: add --no-contains option to tag/branch/for-each-refLibravatar Ævar Arnfjörð Bjarmason1-1/+5
2017-03-21ref-filter: make combining --merged & --no-merged an errorLibravatar Ævar Arnfjörð Bjarmason1-2/+4
2017-02-07ref-filter: resurrect "strip" as a synonym to "lstrip"Libravatar Junio C Hamano1-0/+2
2017-01-31ref-filter: add an 'rstrip=<N>' option to atoms which deal with refnamesLibravatar Karthik Nayak1-19/+23
2017-01-31ref-filter: modify the 'lstrip=<N>' option to work with negative '<N>'Libravatar Karthik Nayak1-2/+8
2017-01-10ref-filter: Do not abruptly die when using the 'lstrip=<N>' optionLibravatar Karthik Nayak1-2/+1
2017-01-10ref-filter: rename the 'strip' option to 'lstrip'Libravatar Karthik Nayak1-5/+5
2017-01-10ref-filter: make remote_ref_atom_parser() use refname_atom_parser_internal()Libravatar Karthik Nayak1-15/+16
2017-01-10ref-filter: introduce refname_atom_parser()Libravatar Karthik Nayak1-0/+5
2017-01-10ref-filter: add support for %(upstream:track,nobracket)Libravatar Karthik Nayak1-3/+7
2017-01-10ref-filter: make %(upstream:track) prints "[gone]" for invalid upstreamsLibravatar Karthik Nayak1-1/+2
2017-01-10ref-filter: modify "%(objectname:short)" to take lengthLibravatar Karthik Nayak1-0/+3
2017-01-10ref-filter: implement %(if:equals=<string>) and %(if:notequals=<string>)Libravatar Karthik Nayak1-0/+3
2017-01-10ref-filter: implement %(if), %(then), and %(else) atomsLibravatar Karthik Nayak1-0/+34
2016-12-19Merge branch 'jk/trailers-placeholder-in-pretty'Libravatar Junio C Hamano1-0/+2
2016-12-11ref-filter: add support to display trailers as part of contentsLibravatar Jacob Keller1-0/+2
2016-12-05tag, branch, for-each-ref: add --ignore-case for sorting and filteringLibravatar Nguyễn Thái Ngọc Duy1-0/+3
2016-06-28doc: typeset long command-line options as literalLibravatar Matthieu Moy1-1/+1
2016-05-09Documentation: fix linkgit referencesLibravatar Junio C Hamano1-1/+1
2016-05-06Merge branch 'kn/for-each-tag-branch' into maintLibravatar Junio C Hamano1-1/+1