Sign in
googlers
/
jrn
/
git
/
ce83eadd9a2c63db6263df91933da1b1b865d26a
/
Documentation
/
git-for-each-ref.txt
f008159
Merge branch 'jk/trailers-placeholder-in-pretty'
by Junio C Hamano
· 8 years ago
b1d31c8
ref-filter: add support to display trailers as part of contents
by Jacob Keller
· 8 years ago
3bb16a8
tag, branch, for-each-ref: add --ignore-case for sorting and filtering
by Nguyễn Thái Ngọc Duy
· 8 years ago
bcf9626
doc: typeset long command-line options as literal
by Matthieu Moy
· 9 years ago
1cca17d
Documentation: fix linkgit references
by Junio C Hamano
· 9 years ago
c75fb77
Merge branch 'kn/for-each-tag-branch' into maint
by Junio C Hamano
· 9 years ago
8b5a3e9
for-each-ref: fix description of '--contains' in manpage
by SZEDER Gábor
· 9 years ago
26f7b5c
Merge branch 'kn/ref-filter-atom-parsing'
by Junio C Hamano
· 9 years ago
395fb8f
ref-filter: align: introduce long-form syntax
by Karthik Nayak
· 9 years ago
8bad3de
Merge branch 'jk/list-tag-2.7-regression'
by Junio C Hamano
· 9 years ago
0571979
tag: do not show ambiguous tag names as "tags/foo"
by Jeff King
· 9 years ago
108cb77
Merge branch 'ew/for-each-ref-doc'
by Junio C Hamano
· 9 years ago
e914ef0
for-each-ref: document `creatordate` and `creator` fields
by Eric Wong
· 9 years ago
8a54523
Merge branch 'kn/for-each-tag'
by Junio C Hamano
· 9 years ago
7b09c45
Merge branch 'jk/date-local'
by Junio C Hamano
· 9 years ago
90c0040
ref-filter: add support to sort by version
by Karthik Nayak
· 9 years ago
1bb38e5
ref-filter: add support for %(contents:lines=X)
by Karthik Nayak
· 9 years ago
ce59208
ref-filter: implement an `align` atom
by Karthik Nayak
· 9 years ago
8f50d26
Documentation/git-for-each-ref: don't list date formats
by John Keeping
· 9 years ago
4a71109
for-each-ref: add '--contains' option
by Karthik Nayak
· 10 years ago
7c32834
for-each-ref: add '--merged' and '--no-merged' options
by Karthik Nayak
· 10 years ago
d325406
for-each-ref: add '--points-at' option
by Karthik Nayak
· 10 years ago
29bc885
for-each-ref: accept "%(push)" format
by Jeff King
· 10 years ago
8169007
doc: remote author/documentation sections from more pages
by Michael Haggerty
· 11 years ago
f21e1c5
Add cross-references between docs for for-each-ref and show-ref
by Michael Haggerty
· 11 years ago
fddb74c
for-each-ref: introduce %(color:...) for color
by Ramkumar Ramachandra
· 11 years ago
b28061c
for-each-ref: introduce %(upstream:track[short])
by Ramkumar Ramachandra
· 11 years ago
7a48b83
for-each-ref: introduce %(HEAD) asterisk marker
by Ramkumar Ramachandra
· 11 years ago
b344bb1
git-for-each-ref.txt: 'raw' is a supported date format
by John Keeping
· 12 years ago
52ffe99
Documentation: describe subject more precisely
by Jeremy White
· 12 years ago
e2b2397
for-each-ref: add split message parts to %(contents:*).
by Michał Górny
· 13 years ago
621c39d
Add Author and Documentation sections to git-for-each-ref.txt
by Alexei Sholik
· 14 years ago
22817b4
Documentation: remove redundant colons in git-for-each-ref.txt
by Alexei Sholik
· 14 years ago
0adda93
Use parentheses and `...' where appropriate
by Štěpán Němec
· 14 years ago
12378c0
Documentation: remove backslashes in manpage synopses
by Jonathan Nieder
· 15 years ago
67687fe
for-each-ref: Field with abbreviated objectname
by Michael J Gruber
· 15 years ago
0b444cd
Documentation: spell 'git cmd' without dash throughout
by Thomas Rast
· 15 years ago
2bb9816
for-each-ref: utilize core.warnAmbiguousRefs for :short-format
by Bert Wesarg
· 16 years ago
8cae19d
for-each-ref: add "upstream" format field
by Jeff King
· 16 years ago
7d66f21
for-each-ref: `:short` format for `refname`
by Bert Wesarg
· 16 years ago
d4040e0
Documentation: fix reference to a for-each-ref option
by SZEDER Gábor
· 16 years ago
1168d40
Documentation: typos / spelling fixes
by Mike Ralphson
· 17 years ago
f448e24
Make the DESCRIPTION match <x>... items in the SYNOPSIS
by Abhijit Menon-Sen
· 17 years ago
ba020ef
manpages: italicize git command names (which were in teletype font)
by Jonathan Nieder
· 17 years ago
b1889c3
Documentation: be consistent about "git-" versus "git "
by Jonathan Nieder
· 17 years ago
3240240
Docs: Use "-l::\n--long\n" format in OPTIONS sections
by Stephan Beyer
· 17 years ago
c0f6dc9
git-for-each-ref.txt: minor improvements
by Lea Wiemann
· 17 years ago
d392e71
Make for-each-ref's grab_date() support per-atom formatting
by Andy Parkins
· 17 years ago
97925fd
Documentation: Reformatted SYNOPSIS for several commands
by Matthias Kestenholz
· 18 years ago
69057cf
git-for-each-ref doesn't return "the bit after $GIT_DIR/refs"
by Andy Parkins
· 18 years ago
5558e55
Teach for-each-ref about a little language called Tcl.
by Shawn O. Pearce
· 18 years ago
23bfbb8
Documentation: a few spelling fixes
by René Scharfe
· 18 years ago
1dc5e55
Documentation: fix git-format-patch mark-up and link it from git.txt
by Junio C Hamano
· 18 years ago
ba7545a
Documentation: Update information about <format> in git-for-each-ref
by Jakub Narebski
· 18 years ago
1729fa9
git-for-each-ref: improve the documentation on scripting modes
by Andy Whitcroft
· 18 years ago
9f613dd
Add git-for-each-ref: helper for language bindings
by Junio C Hamano
· 18 years ago