aboutsummaryrefslogtreecommitdiff
path: root/Documentation/git-for-each-ref.txt
Commit message (Expand)AuthorAge
* Merge branch 'js/for-each-ref-remote-name-and-ref'Junio C Hamano2017-11-15
|\
| * for-each-ref: let upstream/push report the remote ref nameJ Wyman2017-11-08
| * for-each-ref: let upstream/push optionally report the remote nameJohannes Schindelin2017-10-10
* | Merge branch 'tb/show-trailers-in-ref-filter'Junio C Hamano2017-10-11
|\ \
| * | ref-filter.c: use trailer_opts to format trailersTaylor Blau2017-10-02
| * | doc: use "`<literal>`"-style quoting for literal stringsTaylor Blau2017-10-02
| * | doc: 'trailers' is the preferred way to format trailersTaylor Blau2017-10-02
| |/
* | Merge branch 'jk/ui-color-always-to-auto-maint' into jk/ui-color-always-to-autoJunio C Hamano2017-10-04
|\ \ | |/ |/|
| * provide --color option for all ref-filter usersJeff King2017-10-04
* | Merge branch 'kd/doc-for-each-ref'Junio C Hamano2017-09-25
|\ \
| * | doc/for-each-ref: explicitly specify option namesKevin Daudt2017-09-12
| * | doc/for-each-ref: consistently use '=' to between argument names and valuesKevin Daudt2017-09-12
* | | Merge branch 'mg/format-ref-doc-fix'Junio C Hamano2017-08-23
|\ \ \ | |/ / | | / | |/ |/|
| * Documentation/git-for-each-ref: clarify peeling of tags for --formatMichael J Gruber2017-08-18
| * Documentation: use proper wording for ref format stringsMichael J Gruber2017-08-18
* | docs/for-each-ref: update pointer to color syntaxJeff King2017-07-13
|/
* ref-filter: add --no-contains option to tag/branch/for-each-refÆvar Arnfjörð Bjarmason2017-03-24
* ref-filter: make combining --merged & --no-merged an errorÆvar Arnfjörð Bjarmason2017-03-21
* ref-filter: resurrect "strip" as a synonym to "lstrip"Junio C Hamano2017-02-07
* ref-filter: add an 'rstrip=<N>' option to atoms which deal with refnamesKarthik Nayak2017-01-31
* ref-filter: modify the 'lstrip=<N>' option to work with negative '<N>'Karthik Nayak2017-01-31
* ref-filter: Do not abruptly die when using the 'lstrip=<N>' optionKarthik Nayak2017-01-10
* ref-filter: rename the 'strip' option to 'lstrip'Karthik Nayak2017-01-10
* ref-filter: make remote_ref_atom_parser() use refname_atom_parser_internal()Karthik Nayak2017-01-10
* ref-filter: introduce refname_atom_parser()Karthik Nayak2017-01-10
* ref-filter: add support for %(upstream:track,nobracket)Karthik Nayak2017-01-10
* ref-filter: make %(upstream:track) prints "[gone]" for invalid upstreamsKarthik Nayak2017-01-10
* ref-filter: modify "%(objectname:short)" to take lengthKarthik Nayak2017-01-10
* ref-filter: implement %(if:equals=<string>) and %(if:notequals=<string>)Karthik Nayak2017-01-10
* ref-filter: implement %(if), %(then), and %(else) atomsKarthik Nayak2017-01-10
* Merge branch 'jk/trailers-placeholder-in-pretty'Junio C Hamano2016-12-19
|\
| * ref-filter: add support to display trailers as part of contentsJacob Keller2016-12-11
* | tag, branch, for-each-ref: add --ignore-case for sorting and filteringNguyễn Thái Ngọc Duy2016-12-05
|/
* doc: typeset long command-line options as literalMatthieu Moy2016-06-28
* Documentation: fix linkgit referencesJunio C Hamano2016-05-09
* Merge branch 'kn/for-each-tag-branch' into maintJunio C Hamano2016-05-06
|\
| * for-each-ref: fix description of '--contains' in manpageSZEDER Gábor2016-03-30
* | Merge branch 'kn/ref-filter-atom-parsing'Junio C Hamano2016-02-26
|\ \
| * | ref-filter: align: introduce long-form syntaxKarthik Nayak2016-02-17
* | | Merge branch 'jk/list-tag-2.7-regression'Junio C Hamano2016-02-01
|\ \ \ | |/ /
| * | tag: do not show ambiguous tag names as "tags/foo"Jeff King2016-01-26
* | | Merge branch 'ew/for-each-ref-doc'Junio C Hamano2016-01-20
|\ \ \ | |/ / |/| |
| * | for-each-ref: document `creatordate` and `creator` fieldsEric Wong2016-01-05
* | | Merge branch 'kn/for-each-tag'Junio C Hamano2015-10-05
|\ \ \
| * | | ref-filter: add support to sort by versionKarthik Nayak2015-09-17
| * | | ref-filter: add support for %(contents:lines=X)Karthik Nayak2015-09-17
| * | | ref-filter: implement an `align` atomKarthik Nayak2015-09-17
| | |/ | |/|
* | | Merge branch 'jk/date-local'Junio C Hamano2015-10-05
|\ \ \ | |/ / |/| |
| * | Documentation/git-for-each-ref: don't list date formatsJohn Keeping2015-09-03
* | | for-each-ref: add '--contains' optionKarthik Nayak2015-08-03