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
2016-01-26
tag: do not show ambiguous tag names as "tags/foo"
Jeff King
1
-0
/
+26
2015-11-20
Remove get_object_hash.
brian m. carlson
1
-3
/
+3
2015-11-20
Convert struct object to object_id
brian m. carlson
1
-4
/
+4
2015-11-20
Add several uses of get_object_hash.
brian m. carlson
1
-3
/
+3
2015-11-03
Merge branch 'kn/for-each-branch'
Junio C Hamano
1
-1
/
+1
2015-10-30
ref-filter: fallback on alphabetical comparison
Karthik Nayak
1
-1
/
+1
2015-10-20
Merge branch 'jk/war-on-sprintf'
Junio C Hamano
1
-48
/
+22
2015-09-25
ref-filter: drop sprintf and strcpy calls
Jeff King
1
-48
/
+22
2015-09-25
branch.c: use 'ref-filter' APIs
Karthik Nayak
1
-1
/
+1
2015-09-17
ref-filter: add option to match literal pattern
Karthik Nayak
1
-3
/
+37
2015-09-17
ref-filter: add support to sort by version
Karthik Nayak
1
-5
/
+10
2015-09-17
ref-filter: add support for %(contents:lines=X)
Karthik Nayak
1
-4
/
+43
2015-09-17
ref-filter: add option to filter out tags, branches and remotes
Karthik Nayak
1
-5
/
+60
2015-09-17
ref-filter: implement an `align` atom
Karthik Nayak
1
-1
/
+109
2015-09-17
ref-filter: introduce match_atom_name()
Karthik Nayak
1
-2
/
+21
2015-09-17
ref-filter: introduce handler function for each atom
Karthik Nayak
1
-24
/
+30
2015-09-17
ref-filter: introduce ref_formatting_state and ref_formatting_stack
Karthik Nayak
1
-19
/
+59
2015-09-17
ref-filter: move `struct atom_value` to ref-filter.c
Karthik Nayak
1
-0
/
+5
2015-08-24
Merge 'kn/for-each-tag-branch' into kn/for-each-tag
Junio C Hamano
1
-4
/
+235
2015-08-03
Merge branch 'jk/date-mode-format'
Junio C Hamano
1
-3
/
+3
2015-08-03
Merge branch 'kn/for-each-ref'
Junio C Hamano
1
-0
/
+1106
2015-08-03
ref-filter: implement '--contains' option
Karthik Nayak
1
-1
/
+113
2015-08-03
ref-filter: implement '--merged' and '--no-merged' options
Karthik Nayak
1
-4
/
+69
2015-08-03
ref-filter: add parse_opt_merge_filter()
Karthik Nayak
1
-0
/
+19
2015-08-03
ref-filter: implement '--points-at' option
Karthik Nayak
1
-0
/
+35
2015-08-03
ref-filter: make 'ref_array_item' use a FLEX_ARRAY for refname
Karthik Nayak
1
-3
/
+4
2015-08-03
for-each-ref: introduce filter_refs()
Karthik Nayak
1
-4
/
+26
2015-08-03
ref-filter: move code from 'for-each-ref'
Karthik Nayak
1
-0
/
+1078