aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-for-each-ref.txt
AgeCommit message (Expand)AuthorFilesLines
2024-03-05Merge branch 'kn/for-all-refs'Junio C Hamano1-1/+4
2024-02-23for-each-ref: add new option to include root refsKarthik Nayak1-1/+4
2024-02-07ref-filter.c: sort formatted dates by byte valueVictoria Dye1-3/+5
2023-12-09Merge branch 'vd/for-each-ref-unsorted-optimization'Junio C Hamano1-11/+12
2023-11-16ref-filter.c: use peeled tag for '*' format fieldsVictoria Dye1-2/+2
2023-11-16for-each-ref: clean up documentation of --formatVictoria Dye1-11/+12
2023-09-25ref-filter: add mailmap supportKousik Sanagavarapu1-1/+5
2023-08-02Merge branch 'ks/ref-filter-describe'Junio C Hamano1-0/+23
2023-07-24ref-filter: add new "describe" atomKousik Sanagavarapu1-0/+23
2023-07-21Merge branch 'tb/refs-exclusion-and-packed-refs'Junio C Hamano1-0/+6
2023-07-10builtin/for-each-ref.c: add `--exclude` optionTaylor Blau1-0/+6
2023-06-06ref-filter: add new "signature" atomKousik Sanagavarapu1-0/+27
2023-04-21Merge branch 'ow/ref-filter-omit-empty'Junio C Hamano1-0/+4
2023-04-13branch, for-each-ref, tag: add option to omit empty linesØystein Walle1-0/+4
2023-03-20for-each-ref: add ahead-behind format atomDerrick Stolee1-0/+5
2023-03-20for-each-ref: add --stdin optionDerrick Stolee1-1/+6
2021-07-26ref-filter: --format=%(raw) support --perlZheNing Hu1-2/+2
2021-07-26ref-filter: add %(raw) atomZheNing Hu1-0/+9
2021-02-15ref-filter: use pretty.c logic for trailersHariom Verma1-5/+3
2020-09-18Doc: prefer more specific file nameAaron Lipman1-1/+1
2020-09-16ref-filter: allow merged and no-merged filtersAaron Lipman1-5/+3
2020-09-16Doc: cover multiple contains/no-contains filtersAaron Lipman1-0/+5
2020-08-28ref-filter: add `sanitize` option for 'subject' atomHariom Verma1-0/+3
2020-08-28ref-filter: add `short` modifier to 'parent' atomHariom Verma1-1/+1
2020-08-28ref-filter: add `short` modifier to 'tree' atomHariom Verma1-0/+2
2020-08-28ref-filter: support different email formatsHariom Verma1-1/+4
2020-07-16ref-filter: add support for %(contents:size)Christian Couder1-0/+3
2020-07-10Documentation: clarify %(contents:XXXX) docChristian Couder1-6/+18
2019-05-07ref-filter: add worktreepath atomNickolai Belakovski1-0/+5
2018-12-28ref-filter: add docs for new optionsOlga Telezhnaya1-1/+20
2018-08-15Merge branch 'jk/ui-color-always-to-auto'Junio C Hamano1-1/+1
2018-07-18Documentation: fix --color option formattingAndrei Rybak1-1/+1
2018-04-09Documentation: fix several one-character-off spelling errorsElijah Newren1-1/+1
2017-11-15Merge branch 'js/for-each-ref-remote-name-and-ref'Junio C Hamano1-8/+15
2017-11-08for-each-ref: let upstream/push report the remote ref nameJ Wyman1-5/+9
2017-10-11Merge branch 'tb/show-trailers-in-ref-filter'Junio C Hamano1-2/+6
2017-10-10for-each-ref: let upstream/push optionally report the remote nameJohannes Schindelin1-7/+10
2017-10-04Merge branch 'jk/ui-color-always-to-auto-maint' into jk/ui-color-always-to-autoJunio C Hamano1-0/+5
2017-10-04provide --color option for all ref-filter usersJeff King1-0/+5
2017-10-02ref-filter.c: use trailer_opts to format trailersTaylor Blau1-1/+4
2017-10-02doc: use "`<literal>`"-style quoting for literal stringsTaylor Blau1-3/+3
2017-10-02doc: 'trailers' is the preferred way to format trailersTaylor Blau1-1/+2
2017-09-25Merge branch 'kd/doc-for-each-ref'Junio C Hamano1-16/+17
2017-09-12doc/for-each-ref: explicitly specify option namesKevin Daudt1-9/+9
2017-09-12doc/for-each-ref: consistently use '=' to between argument names and valuesKevin Daudt1-7/+8
2017-08-23Merge branch 'mg/format-ref-doc-fix'Junio C Hamano1-4/+5
2017-08-18Documentation/git-for-each-ref: clarify peeling of tags for --formatMichael J Gruber1-2/+3
2017-08-18Documentation: use proper wording for ref format stringsMichael J Gruber1-2/+2
2017-07-13docs/for-each-ref: update pointer to color syntaxJeff King1-2/+4
2017-03-24ref-filter: add --no-contains option to tag/branch/for-each-refÆvar Arnfjörð Bjarmason1-1/+5
2017-03-21ref-filter: make combining --merged & --no-merged an errorÆvar Arnfjörð Bjarmason1-2/+4
2017-02-07ref-filter: resurrect "strip" as a synonym to "lstrip"Junio C Hamano1-0/+2
2017-01-31ref-filter: add an 'rstrip=<N>' option to atoms which deal with refnamesKarthik Nayak1-19/+23
2017-01-31ref-filter: modify the 'lstrip=<N>' option to work with negative '<N>'Karthik Nayak1-2/+8
2017-01-10ref-filter: Do not abruptly die when using the 'lstrip=<N>' optionKarthik Nayak1-2/+1
2017-01-10ref-filter: rename the 'strip' option to 'lstrip'Karthik Nayak1-5/+5
2017-01-10ref-filter: make remote_ref_atom_parser() use refname_atom_parser_internal()Karthik Nayak1-15/+16
2017-01-10ref-filter: introduce refname_atom_parser()Karthik Nayak1-0/+5
2017-01-10ref-filter: add support for %(upstream:track,nobracket)Karthik Nayak1-3/+7
2017-01-10ref-filter: make %(upstream:track) prints "[gone]" for invalid upstreamsKarthik Nayak1-1/+2
2017-01-10ref-filter: modify "%(objectname:short)" to take lengthKarthik Nayak1-0/+3
2017-01-10ref-filter: implement %(if:equals=<string>) and %(if:notequals=<string>)Karthik Nayak1-0/+3
2017-01-10ref-filter: implement %(if), %(then), and %(else) atomsKarthik Nayak1-0/+34
2016-12-19Merge branch 'jk/trailers-placeholder-in-pretty'Junio C Hamano1-0/+2
2016-12-11ref-filter: add support to display trailers as part of contentsJacob Keller1-0/+2
2016-12-05tag, branch, for-each-ref: add --ignore-case for sorting and filteringNguyễn Thái Ngọc Duy1-0/+3
2016-06-28doc: typeset long command-line options as literalMatthieu Moy1-1/+1
2016-05-09Documentation: fix linkgit referencesJunio C Hamano1-1/+1
2016-05-06Merge branch 'kn/for-each-tag-branch' into maintJunio C Hamano1-1/+1
2016-03-30for-each-ref: fix description of '--contains' in manpageSZEDER Gábor1-1/+1
2016-02-26Merge branch 'kn/ref-filter-atom-parsing'Junio C Hamano1-8/+12
2016-02-17ref-filter: align: introduce long-form syntaxKarthik Nayak1-8/+12
2016-02-01Merge branch 'jk/list-tag-2.7-regression'Junio C Hamano1-1/+5
2016-01-26tag: do not show ambiguous tag names as "tags/foo"Jeff King1-1/+5
2016-01-20Merge branch 'ew/for-each-ref-doc'Junio C Hamano1-2/+7
2016-01-05for-each-ref: document `creatordate` and `creator` fieldsEric Wong1-2/+7
2015-10-05Merge branch 'kn/for-each-tag'Junio C Hamano1-1/+16
2015-10-05Merge branch 'jk/date-local'Junio C Hamano1-3/+2
2015-09-17ref-filter: add support to sort by versionKarthik Nayak1-0/+3
2015-09-17ref-filter: add support for %(contents:lines=X)Karthik Nayak1-1/+2
2015-09-17ref-filter: implement an `align` atomKarthik Nayak1-0/+11
2015-09-03Documentation/git-for-each-ref: don't list date formatsJohn Keeping1-3/+2
2015-08-03for-each-ref: add '--contains' optionKarthik Nayak1-0/+5
2015-08-03for-each-ref: add '--merged' and '--no-merged' optionsKarthik Nayak1-1/+9
2015-08-03for-each-ref: add '--points-at' optionKarthik Nayak1-0/+3
2015-05-22for-each-ref: accept "%(push)" formatJeff King1-0/+6
2014-01-27doc: remote author/documentation sections from more pagesMichael Haggerty1-8/+0
2014-01-22Add cross-references between docs for for-each-ref and show-refMichael Haggerty1-0/+4
2013-11-19for-each-ref: introduce %(color:...) for colorRamkumar Ramachandra1-0/+4
2013-11-19for-each-ref: introduce %(upstream:track[short])Ramkumar Ramachandra1-1/+5
2013-11-18for-each-ref: introduce %(HEAD) asterisk markerRamkumar Ramachandra1-0/+4
2013-01-21git-for-each-ref.txt: 'raw' is a supported date formatJohn Keeping1-1/+1
2012-09-13Documentation: describe subject more preciselyJeremy White1-3/+4
2011-09-08for-each-ref: add split message parts to %(contents:*).Michał Górny1-3/+4
2011-03-09Add Author and Documentation sections to git-for-each-ref.txtAlexei Sholik1-0/+12
2011-03-09Documentation: remove redundant colons in git-for-each-ref.txtAlexei Sholik1-3/+3
2010-10-08Use parentheses and `...' where appropriateŠtěpán Němec1-1/+1
2010-08-20Documentation: remove backslashes in manpage synopsesJonathan Nieder1-1/+1
2010-05-18for-each-ref: Field with abbreviated objectnameMichael J Gruber1-0/+1
2010-01-10Documentation: spell 'git cmd' without dash throughoutThomas Rast1-1/+1
2009-04-13for-each-ref: utilize core.warnAmbiguousRefs for :short-formatBert Wesarg1-0/+2
2009-04-07for-each-ref: add "upstream" format fieldJeff King1-0/+5
2008-09-05for-each-ref: `:short` format for `refname`Bert Wesarg1-0/+1
2008-09-01Documentation: fix reference to a for-each-ref optionSZEDER Gábor1-1/+1
2008-08-05Documentation: typos / spelling fixesMike Ralphson1-1/+1
2008-07-30Make the DESCRIPTION match <x>... items in the SYNOPSISAbhijit Menon-Sen1-1/+1
2008-07-05manpages: italicize git command names (which were in teletype font)Jonathan Nieder1-1/+1
2008-07-01Documentation: be consistent about "git-" versus "git "Jonathan Nieder1-4/+4
2008-06-08Docs: Use "-l::\n--long\n" format in OPTIONS sectionsStephan Beyer1-1/+4
2008-06-06git-for-each-ref.txt: minor improvementsLea Wiemann1-8/+9
2007-09-29Make for-each-ref's grab_date() support per-atom formattingAndy Parkins1-0/+5
2007-05-18Documentation: Reformatted SYNOPSIS for several commandsMatthias Kestenholz1-1/+4
2007-02-05git-for-each-ref doesn't return "the bit after $GIT_DIR/refs"Andy Parkins1-1/+1
2007-01-28Teach for-each-ref about a little language called Tcl.Shawn O. Pearce1-2/+2
2007-01-17Documentation: a few spelling fixesRené Scharfe1-1/+1
2006-10-28Documentation: fix git-format-patch mark-up and link it from git.txtJunio C Hamano1-2/+2
2006-10-28Documentation: Update information about <format> in git-for-each-refJakub Narebski1-1/+5
2006-09-21git-for-each-ref: improve the documentation on scripting modesAndy Whitcroft1-4/+21
2006-09-16Add git-for-each-ref: helper for language bindingsJunio C Hamano1-0/+164