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
*
ref-filter: consult want_color() before emitting colors
Jeff King
2017-07-13
1
-0
/
+8
*
ref-filter: pass ref_format struct to atom parsers
Jeff King
2017-07-13
1
-17
/
+25
*
ref-filter: factor out the parsing of sorting atoms
Jeff King
2017-07-13
1
-4
/
+8
*
ref-filter: make parse_ref_filter_atom a private function
Jeff King
2017-07-13
1
-1
/
+1
*
ref-filter: provide a function for parsing sort options
Jeff King
2017-07-13
1
-5
/
+8
*
ref-filter: move need_color_reset_at_eol into ref_format
Jeff King
2017-07-13
1
-4
/
+3
*
ref-filter: abstract ref format into its own struct
Jeff King
2017-07-13
1
-10
/
+12
*
ref-filter: simplify automatic color reset
Jeff King
2017-07-13
1
-5
/
+1
*
Merge branch 'kn/ref-filter-branch-list'
Junio C Hamano
2017-07-13
1
-1
/
+1
|
\
|
*
ref-filter.c: drop return from void function
Alejandro R. Sedeño
2017-07-10
1
-1
/
+1
*
|
Merge branch 'ab/wildmatch'
Junio C Hamano
2017-07-10
1
-2
/
+2
|
\
\
|
*
|
wildmatch: remove unused wildopts parameter
Ævar Arnfjörð Bjarmason
2017-06-24
1
-2
/
+2
*
|
|
coccinelle: make use of the "type" FREE_AND_NULL() rule
Ævar Arnfjörð Bjarmason
2017-06-16
1
-2
/
+1
|
/
/
*
|
Merge branch 'mh/packed-ref-store-prep'
Junio C Hamano
2017-06-05
1
-1
/
+63
|
\
\
|
*
|
ref-filter: limit traversal to prefix
Jeff King
2017-05-23
1
-1
/
+63
|
*
|
Merge branch 'bc/object-id'
Junio C Hamano
2017-05-23
1
-19
/
+19
|
|
\
\
*
|
\
\
Merge branch 'ab/c-translators-comment-style'
Junio C Hamano
2017-06-04
1
-4
/
+8
|
\
\
\
\
|
*
|
|
|
C style: use standard style for "TRANSLATORS" comments
Ævar Arnfjörð Bjarmason
2017-05-31
1
-4
/
+8
*
|
|
|
|
Merge branch 'kn/ref-filter-branch-list'
Junio C Hamano
2017-05-29
1
-7
/
+9
|
\
\
\
\
\
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
ref-filter: resolve HEAD when parsing %(HEAD) atom
Jeff King
2017-05-20
1
-7
/
+9
*
|
|
|
|
Merge branch 'bc/object-id'
Junio C Hamano
2017-05-29
1
-19
/
+19
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
/
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
object: convert parse_object* to take struct object_id
brian m. carlson
2017-05-08
1
-2
/
+2
|
*
|
|
ref-filter: convert some static functions to struct object_id
brian m. carlson
2017-05-08
1
-10
/
+10
|
*
|
|
Convert struct ref_array_item to struct object_id
brian m. carlson
2017-05-08
1
-5
/
+5
|
*
|
|
Convert lookup_commit* to struct object_id
brian m. carlson
2017-05-08
1
-2
/
+2
|
*
|
|
Convert remaining callers of lookup_commit_reference* to object_id
brian m. carlson
2017-05-08
1
-3
/
+3
|
|
|
/
|
|
/
|
*
|
|
timestamp_t: a new data type for timestamps
Johannes Schindelin
2017-04-27
1
-2
/
+2
*
|
|
parse_timestamp(): specify explicitly where we parse timestamps
Johannes Schindelin
2017-04-24
1
-1
/
+1
*
|
|
ref-filter: avoid using `unsigned long` for catch-all data type
Johannes Schindelin
2017-04-21
1
-8
/
+8
|
/
/
*
|
Merge branch 'bc/object-id'
Junio C Hamano
2017-04-20
1
-11
/
+11
|
\
\
|
*
|
Rename sha1_array to oid_array
brian m. carlson
2017-03-31
1
-3
/
+3
|
*
|
Convert sha1_array_lookup to take struct object_id
brian m. carlson
2017-03-31
1
-2
/
+2
|
*
|
Convert remaining callers of sha1_array_lookup to object_id
brian m. carlson
2017-03-31
1
-11
/
+11
*
|
|
Merge branch 'ab/ref-filter-no-contains'
Junio C Hamano
2017-04-11
1
-7
/
+23
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
ref-filter: add --no-contains option to tag/branch/for-each-ref
Ævar Arnfjörð Bjarmason
2017-03-24
1
-6
/
+13
|
*
|
ref-filter: make combining --merged & --no-merged an error
Ævar Arnfjörð Bjarmason
2017-03-21
1
-1
/
+10
*
|
|
Merge branch 'jk/ref-filter-flags-cleanup'
Junio C Hamano
2017-03-17
1
-26
/
+44
|
\
|
|
|
*
|
ref-filter: use separate cache for contains_tag_algo
Jeff King
2017-03-10
1
-20
/
+35
|
*
|
ref-filter: die on parse_commit errors
Jeff King
2017-03-10
1
-3
/
+1
|
*
|
ref-filter: use contains_result enum consistently
Jeff King
2017-03-10
1
-8
/
+8
|
*
|
ref-filter: move ref_cbdata definition into ref-filter.c
Jeff King
2017-03-10
1
-0
/
+5
*
|
|
Merge branch 'bc/object-id'
Junio C Hamano
2017-03-17
1
-2
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Convert remaining callers of resolve_refdup to object_id
brian m. carlson
2017-02-22
1
-2
/
+2
*
|
|
Merge branch 'kn/ref-filter-branch-list'
Junio C Hamano
2017-02-27
1
-76
/
+417
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
ref-filter: resurrect "strip" as a synonym to "lstrip"
Junio C Hamano
2017-02-07
1
-1
/
+2
|
*
ref-filter: allow porcelain to translate messages in the output
Karthik Nayak
2017-01-31
1
-4
/
+25
|
*
ref-filter: add an 'rstrip=<N>' option to atoms which deal with refnames
Karthik Nayak
2017-01-31
1
-2
/
+39
|
*
ref-filter: modify the 'lstrip=<N>' option to work with negative '<N>'
Karthik Nayak
2017-01-31
1
-5
/
+22
|
*
ref-filter: Do not abruptly die when using the 'lstrip=<N>' option
Karthik Nayak
2017-01-10
1
-2
/
+1
|
*
ref-filter: rename the 'strip' option to 'lstrip'
Karthik Nayak
2017-01-10
1
-10
/
+10
[next]