index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ref-filter.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'rs/qsort-s'
Junio C Hamano
2017-01-31
1
-4
/
+2
|
\
|
*
ref-filter: use QSORT_S in ref_array_sort()
René Scharfe
2017-01-23
1
-4
/
+2
*
|
Merge branch 'st/verify-tag'
Junio C Hamano
2017-01-31
1
-6
/
+21
|
\
\
|
*
|
ref-filter: add function to print single ref_array_item
Lukas Puehringer
2017-01-18
1
-6
/
+21
*
|
|
Merge branch 'jk/trailers-placeholder-in-pretty'
Junio C Hamano
2016-12-19
1
-1
/
+21
|
\
\
\
|
*
|
|
ref-filter: add support to display trailers as part of contents
Jacob Keller
2016-12-11
1
-1
/
+21
*
|
|
|
tag, branch, for-each-ref: add --ignore-case for sorting and filtering
Nguyễn Thái Ngọc Duy
2016-12-05
1
-7
/
+21
|
|
_
|
/
|
/
|
|
*
|
|
Merge branch 'jc/for-each-ref-head-segfault-fix'
Junio C Hamano
2016-11-23
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
for-each-ref: do not segv with %(HEAD) on an unborn branch
Junio C Hamano
2016-11-19
1
-1
/
+1
*
|
|
Merge branch 'rs/qsort'
Junio C Hamano
2016-10-10
1
-1
/
+1
|
\
\
\
|
*
|
|
use QSORT
René Scharfe
2016-09-30
1
-1
/
+1
|
|
|
/
|
|
/
|
*
/
|
ref-filter: strip format option after a field name only once while parsing
SZEDER Gábor
2016-10-03
1
-11
/
+11
|
/
/
*
/
introduce hex2chr() for converting two hexadecimal digits to a character
René Scharfe
2016-09-07
1
-19
/
+1
|
/
*
ref-filter.c: mark strings for translation
Nguyễn Thái Ngọc Duy
2016-02-29
1
-14
/
+14
*
Merge branch 'jk/tighten-alloc'
Junio C Hamano
2016-02-26
1
-4
/
+2
|
\
|
*
convert trivial cases to FLEX_ARRAY macros
Jeff King
2016-02-22
1
-4
/
+2
*
|
ref-filter: introduce objectname_atom_parser()
Karthik Nayak
2016-02-17
1
-11
/
+24
*
|
ref-filter: introduce contents_atom_parser()
Karthik Nayak
2016-02-17
1
-29
/
+50
*
|
ref-filter: introduce remote_ref_atom_parser()
Karthik Nayak
2016-02-17
1
-42
/
+61
*
|
ref-filter: align: introduce long-form syntax
Karthik Nayak
2016-02-17
1
-1
/
+9
*
|
ref-filter: introduce align_atom_parser()
Karthik Nayak
2016-02-17
1
-51
/
+40
*
|
ref-filter: introduce parse_align_position()
Karthik Nayak
2016-02-17
1
-6
/
+15
*
|
ref-filter: introduce color_atom_parser()
Karthik Nayak
2016-02-17
1
-9
/
+16
*
|
ref-filter: introduce parsing functions for each valid atom
Karthik Nayak
2016-02-17
1
-4
/
+10
*
|
ref-filter: introduce struct used_atom
Karthik Nayak
2016-02-17
1
-17
/
+18
*
|
ref-filter: bump 'used_atom' and related code to the top
Karthik Nayak
2016-02-17
1
-15
/
+15
*
|
ref-filter: use string_list_split over strbuf_split
Jeff King
2016-02-17
1
-18
/
+11
|
/
*
tag: do not show ambiguous tag names as "tags/foo"
Jeff King
2016-01-26
1
-0
/
+26
*
Remove get_object_hash.
brian m. carlson
2015-11-20
1
-3
/
+3
*
Convert struct object to object_id
brian m. carlson
2015-11-20
1
-4
/
+4
*
Add several uses of get_object_hash.
brian m. carlson
2015-11-20
1
-3
/
+3
*
Merge branch 'kn/for-each-branch'
Junio C Hamano
2015-11-04
1
-1
/
+1
|
\
|
*
ref-filter: fallback on alphabetical comparison
Karthik Nayak
2015-10-30
1
-1
/
+1
*
|
Merge branch 'jk/war-on-sprintf'
Junio C Hamano
2015-10-21
1
-48
/
+22
|
\
\
|
|
/
|
/
|
|
*
ref-filter: drop sprintf and strcpy calls
Jeff King
2015-09-25
1
-48
/
+22
*
|
branch.c: use 'ref-filter' APIs
Karthik Nayak
2015-09-25
1
-1
/
+1
*
|
ref-filter: add option to match literal pattern
Karthik Nayak
2015-09-17
1
-3
/
+37
*
|
ref-filter: add support to sort by version
Karthik Nayak
2015-09-17
1
-5
/
+10
*
|
ref-filter: add support for %(contents:lines=X)
Karthik Nayak
2015-09-17
1
-4
/
+43
*
|
ref-filter: add option to filter out tags, branches and remotes
Karthik Nayak
2015-09-17
1
-5
/
+60
*
|
ref-filter: implement an `align` atom
Karthik Nayak
2015-09-17
1
-1
/
+109
*
|
ref-filter: introduce match_atom_name()
Karthik Nayak
2015-09-17
1
-2
/
+21
*
|
ref-filter: introduce handler function for each atom
Karthik Nayak
2015-09-17
1
-24
/
+30
*
|
ref-filter: introduce ref_formatting_state and ref_formatting_stack
Karthik Nayak
2015-09-17
1
-19
/
+59
*
|
ref-filter: move `struct atom_value` to ref-filter.c
Karthik Nayak
2015-09-17
1
-0
/
+5
*
|
Merge 'kn/for-each-tag-branch' into kn/for-each-tag
Junio C Hamano
2015-08-25
1
-4
/
+235
|
\
\
|
|
/
|
/
|
|
*
ref-filter: implement '--contains' option
Karthik Nayak
2015-08-03
1
-1
/
+113
|
*
ref-filter: implement '--merged' and '--no-merged' options
Karthik Nayak
2015-08-03
1
-4
/
+69
|
*
ref-filter: add parse_opt_merge_filter()
Karthik Nayak
2015-08-03
1
-0
/
+19
|
*
ref-filter: implement '--points-at' option
Karthik Nayak
2015-08-03
1
-0
/
+35
[next]