summaryrefslogtreecommitdiff
path: root/Documentation/git-for-each-ref.txt
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ow/ref-filter-omit-empty'Junio C Hamano2023-04-211-0/+4
|\
| * branch, for-each-ref, tag: add option to omit empty linesØystein Walle2023-04-131-0/+4
* | for-each-ref: add ahead-behind format atomDerrick Stolee2023-03-201-0/+5
* | for-each-ref: add --stdin optionDerrick Stolee2023-03-201-1/+6
|/
* ref-filter: --format=%(raw) support --perlZheNing Hu2021-07-261-2/+2
* ref-filter: add %(raw) atomZheNing Hu2021-07-261-0/+9
* ref-filter: use pretty.c logic for trailersHariom Verma2021-02-151-5/+3
* Doc: prefer more specific file nameAaron Lipman2020-09-181-1/+1
* ref-filter: allow merged and no-merged filtersAaron Lipman2020-09-161-5/+3
* Doc: cover multiple contains/no-contains filtersAaron Lipman2020-09-161-0/+5
* ref-filter: add `sanitize` option for 'subject' atomHariom Verma2020-08-281-0/+3
* ref-filter: add `short` modifier to 'parent' atomHariom Verma2020-08-281-1/+1
* ref-filter: add `short` modifier to 'tree' atomHariom Verma2020-08-281-0/+2
* ref-filter: support different email formatsHariom Verma2020-08-281-1/+4
* ref-filter: add support for %(contents:size)Christian Couder2020-07-161-0/+3
* Documentation: clarify %(contents:XXXX) docChristian Couder2020-07-101-6/+18
* ref-filter: add worktreepath atomNickolai Belakovski2019-05-071-0/+5
* ref-filter: add docs for new optionsOlga Telezhnaya2018-12-281-1/+20
* Merge branch 'jk/ui-color-always-to-auto'Junio C Hamano2018-08-151-1/+1
|\
| * Documentation: fix --color option formattingAndrei Rybak2018-07-181-1/+1
* | Documentation: fix several one-character-off spelling errorsElijah Newren2018-04-091-1/+1
* | Merge branch 'js/for-each-ref-remote-name-and-ref'Junio C Hamano2017-11-151-8/+15
|\ \
| * | for-each-ref: let upstream/push report the remote ref nameJ Wyman2017-11-081-5/+9
| * | for-each-ref: let upstream/push optionally report the remote nameJohannes Schindelin2017-10-101-7/+10
* | | Merge branch 'tb/show-trailers-in-ref-filter'Junio C Hamano2017-10-111-2/+6
|\ \ \ | |_|/ |/| |
| * | ref-filter.c: use trailer_opts to format trailersTaylor Blau2017-10-021-1/+4
| * | doc: use "`<literal>`"-style quoting for literal stringsTaylor Blau2017-10-021-3/+3
| * | doc: 'trailers' is the preferred way to format trailersTaylor Blau2017-10-021-1/+2
| |/
* | Merge branch 'jk/ui-color-always-to-auto-maint' into jk/ui-color-always-to-autojk/ui-color-always-to-autoJunio C Hamano2017-10-041-0/+5
|\ \ | |/ |/|
| * provide --color option for all ref-filter usersJeff King2017-10-041-0/+5
* | Merge branch 'kd/doc-for-each-ref'Junio C Hamano2017-09-251-16/+17
|\ \
| * | doc/for-each-ref: explicitly specify option nameskd/doc-for-each-refKevin Daudt2017-09-121-9/+9
| * | doc/for-each-ref: consistently use '=' to between argument names and valuesKevin Daudt2017-09-121-7/+8
* | | Merge branch 'mg/format-ref-doc-fix'Junio C Hamano2017-08-231-4/+5
|\ \ \ | |/ / | | / | |/ |/|
| * Documentation/git-for-each-ref: clarify peeling of tags for --formatmg/format-ref-doc-fixMichael J Gruber2017-08-181-2/+3
| * Documentation: use proper wording for ref format stringsMichael J Gruber2017-08-181-2/+2
* | docs/for-each-ref: update pointer to color syntaxJeff King2017-07-131-2/+4
|/
* ref-filter: add --no-contains option to tag/branch/for-each-refÆvar Arnfjörð Bjarmason2017-03-241-1/+5
* ref-filter: make combining --merged & --no-merged an errorÆvar Arnfjörð Bjarmason2017-03-211-2/+4
* ref-filter: resurrect "strip" as a synonym to "lstrip"Junio C Hamano2017-02-071-0/+2
* ref-filter: add an 'rstrip=<N>' option to atoms which deal with refnamesKarthik Nayak2017-01-311-19/+23
* ref-filter: modify the 'lstrip=<N>' option to work with negative '<N>'Karthik Nayak2017-01-311-2/+8
* ref-filter: Do not abruptly die when using the 'lstrip=<N>' optionKarthik Nayak2017-01-101-2/+1
* ref-filter: rename the 'strip' option to 'lstrip'Karthik Nayak2017-01-101-5/+5
* ref-filter: make remote_ref_atom_parser() use refname_atom_parser_internal()Karthik Nayak2017-01-101-15/+16
* ref-filter: introduce refname_atom_parser()Karthik Nayak2017-01-101-0/+5
* ref-filter: add support for %(upstream:track,nobracket)Karthik Nayak2017-01-101-3/+7
* ref-filter: make %(upstream:track) prints "[gone]" for invalid upstreamsKarthik Nayak2017-01-101-1/+2
* ref-filter: modify "%(objectname:short)" to take lengthKarthik Nayak2017-01-101-0/+3
* ref-filter: implement %(if:equals=<string>) and %(if:notequals=<string>)Karthik Nayak2017-01-101-0/+3