index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ref-filter.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-05
Merge branch 'kn/ref-filter-branch-list' into maint
Junio C Hamano
1
-7
/
+9
2017-05-31
C style: use standard style for "TRANSLATORS" comments
Ævar Arnfjörð Bjarmason
1
-4
/
+8
2017-05-20
ref-filter: resolve HEAD when parsing %(HEAD) atom
Jeff King
1
-7
/
+9
2017-04-19
Merge branch 'bc/object-id'
Junio C Hamano
1
-11
/
+11
2017-04-11
Merge branch 'ab/ref-filter-no-contains'
Junio C Hamano
1
-7
/
+23
2017-03-31
Rename sha1_array to oid_array
brian m. carlson
1
-3
/
+3
2017-03-31
Convert sha1_array_lookup to take struct object_id
brian m. carlson
1
-2
/
+2
2017-03-31
Convert remaining callers of sha1_array_lookup to object_id
brian m. carlson
1
-11
/
+11
2017-03-24
ref-filter: add --no-contains option to tag/branch/for-each-ref
Ævar Arnfjörð Bjarmason
1
-6
/
+13
2017-03-21
ref-filter: make combining --merged & --no-merged an error
Ævar Arnfjörð Bjarmason
1
-1
/
+10
2017-03-17
Merge branch 'jk/ref-filter-flags-cleanup'
Junio C Hamano
1
-26
/
+44
2017-03-17
Merge branch 'bc/object-id'
Junio C Hamano
1
-2
/
+2
2017-03-10
ref-filter: use separate cache for contains_tag_algo
Jeff King
1
-20
/
+35
2017-03-10
ref-filter: die on parse_commit errors
Jeff King
1
-3
/
+1
2017-03-10
ref-filter: use contains_result enum consistently
Jeff King
1
-8
/
+8
2017-03-10
ref-filter: move ref_cbdata definition into ref-filter.c
Jeff King
1
-0
/
+5
2017-02-27
Merge branch 'kn/ref-filter-branch-list'
Junio C Hamano
1
-76
/
+417
2017-02-22
Convert remaining callers of resolve_refdup to object_id
brian m. carlson
1
-2
/
+2
2017-02-07
ref-filter: resurrect "strip" as a synonym to "lstrip"
Junio C Hamano
1
-1
/
+2
2017-01-31
Merge branch 'rs/qsort-s'
Junio C Hamano
1
-4
/
+2
2017-01-31
Merge branch 'st/verify-tag'
Junio C Hamano
1
-6
/
+21
2017-01-31
ref-filter: allow porcelain to translate messages in the output
Karthik Nayak
1
-4
/
+25
2017-01-31
ref-filter: add an 'rstrip=<N>' option to atoms which deal with refnames
Karthik Nayak
1
-2
/
+39
2017-01-31
ref-filter: modify the 'lstrip=<N>' option to work with negative '<N>'
Karthik Nayak
1
-5
/
+22
2017-01-23
ref-filter: use QSORT_S in ref_array_sort()
René Scharfe
1
-4
/
+2
2017-01-17
ref-filter: add function to print single ref_array_item
Lukas Puehringer
1
-6
/
+21
2017-01-10
ref-filter: Do not abruptly die when using the 'lstrip=<N>' option
Karthik Nayak
1
-2
/
+1
2017-01-10
ref-filter: rename the 'strip' option to 'lstrip'
Karthik Nayak
1
-10
/
+10
2017-01-10
ref-filter: make remote_ref_atom_parser() use refname_atom_parser_internal()
Karthik Nayak
1
-11
/
+15
2017-01-10
ref-filter: introduce refname_atom_parser()
Karthik Nayak
1
-33
/
+40
2017-01-10
ref-filter: introduce refname_atom_parser_internal()
Karthik Nayak
1
-0
/
+21
2017-01-10
ref-filter: make "%(symref)" atom work with the ':short' modifier
Karthik Nayak
1
-1
/
+1
2017-01-10
ref-filter: add support for %(upstream:track,nobracket)
Karthik Nayak
1
-23
/
+44
2017-01-10
ref-filter: make %(upstream:track) prints "[gone]" for invalid upstreams
Karthik Nayak
1
-1
/
+3
2017-01-10
ref-filter: introduce format_ref_array_item()
Karthik Nayak
1
-4
/
+12
2017-01-10
ref-filter: move get_head_description() from branch.c
Karthik Nayak
1
-2
/
+36
2017-01-10
ref-filter: modify "%(objectname:short)" to take length
Karthik Nayak
1
-6
/
+19
2017-01-10
ref-filter: implement %(if:equals=<string>) and %(if:notequals=<string>)
Karthik Nayak
1
-5
/
+41
2017-01-10
ref-filter: include reference to 'used_atom' within 'atom_value'
Karthik Nayak
1
-5
/
+3
2017-01-10
ref-filter: implement %(if), %(then), and %(else) atoms
Karthik Nayak
1
-7
/
+127
2016-12-19
Merge branch 'jk/trailers-placeholder-in-pretty'
Junio C Hamano
1
-1
/
+21
2016-12-11
ref-filter: add support to display trailers as part of contents
Jacob Keller
1
-1
/
+21
2016-12-05
tag, branch, for-each-ref: add --ignore-case for sorting and filtering
Nguyễn Thái Ngọc Duy
1
-7
/
+21
2016-11-23
Merge branch 'jc/for-each-ref-head-segfault-fix'
Junio C Hamano
1
-1
/
+1
2016-11-18
for-each-ref: do not segv with %(HEAD) on an unborn branch
Junio C Hamano
1
-1
/
+1
2016-10-10
Merge branch 'rs/qsort'
Junio C Hamano
1
-1
/
+1
2016-10-03
ref-filter: strip format option after a field name only once while parsing
SZEDER Gábor
1
-11
/
+11
2016-09-29
use QSORT
René Scharfe
1
-1
/
+1
2016-09-07
introduce hex2chr() for converting two hexadecimal digits to a character
René Scharfe
1
-19
/
+1
2016-02-29
ref-filter.c: mark strings for translation
Nguyễn Thái Ngọc Duy
1
-14
/
+14
[next]