summaryrefslogtreecommitdiff
path: root/Documentation/git-for-each-ref.txt
AgeCommit message (Expand)Author
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
2016-03-30for-each-ref: fix description of '--contains' in manpageSZEDER Gábor
2016-02-26Merge branch 'kn/ref-filter-atom-parsing'Junio C Hamano
2016-02-17ref-filter: align: introduce long-form syntaxKarthik Nayak
2016-02-01Merge branch 'jk/list-tag-2.7-regression'Junio C Hamano
2016-01-26tag: do not show ambiguous tag names as "tags/foo"Jeff King
2016-01-20Merge branch 'ew/for-each-ref-doc'Junio C Hamano
2016-01-05for-each-ref: document `creatordate` and `creator` fieldsEric Wong
2015-10-05Merge branch 'kn/for-each-tag'Junio C Hamano
2015-10-05Merge branch 'jk/date-local'Junio C Hamano
2015-09-17ref-filter: add support to sort by versionKarthik Nayak
2015-09-17ref-filter: add support for %(contents:lines=X)Karthik Nayak
2015-09-17ref-filter: implement an `align` atomKarthik Nayak
2015-09-03Documentation/git-for-each-ref: don't list date formatsJohn Keeping
2015-08-03for-each-ref: add '--contains' optionKarthik Nayak
2015-08-03for-each-ref: add '--merged' and '--no-merged' optionsKarthik Nayak
2015-08-03for-each-ref: add '--points-at' optionKarthik Nayak
2015-05-22for-each-ref: accept "%(push)" formatJeff King
2014-01-27doc: remote author/documentation sections from more pagesMichael Haggerty
2014-01-22Add cross-references between docs for for-each-ref and show-refMichael Haggerty
2013-11-19for-each-ref: introduce %(color:...) for colorRamkumar Ramachandra
2013-11-19for-each-ref: introduce %(upstream:track[short])Ramkumar Ramachandra
2013-11-18for-each-ref: introduce %(HEAD) asterisk markerRamkumar Ramachandra
2013-01-22git-for-each-ref.txt: 'raw' is a supported date formatJohn Keeping