summaryrefslogtreecommitdiffstats
path: root/ref-filter.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tb/show-trailers-in-ref-filter'Junio C Hamano2017-10-111-12/+27
|\
| * ref-filter.c: parse trailers arguments with %(contents) atomTaylor Blau2017-10-021-3/+4
| * ref-filter.c: use trailer_opts to format trailersTaylor Blau2017-10-021-9/+23
* | Merge branch 'tb/ref-filter-empty-modifier'Junio C Hamano2017-10-071-1/+9
|\ \
| * | ref-filter.c: pass empty-string as NULL to atom parsersTaylor Blau2017-10-051-1/+9
| |/
* / refs: pass NULL to resolve_refdup() if hash is not neededRené Scharfe2017-10-011-5/+2
|/
* ref-filter: consult want_color() before emitting colorsJeff King2017-07-131-0/+8
* ref-filter: pass ref_format struct to atom parsersJeff King2017-07-131-17/+25
* ref-filter: factor out the parsing of sorting atomsJeff King2017-07-131-4/+8
* ref-filter: make parse_ref_filter_atom a private functionJeff King2017-07-131-1/+1
* ref-filter: provide a function for parsing sort optionsJeff King2017-07-131-5/+8
* ref-filter: move need_color_reset_at_eol into ref_formatJeff King2017-07-131-4/+3
* ref-filter: abstract ref format into its own structJeff King2017-07-131-10/+12
* ref-filter: simplify automatic color resetJeff King2017-07-131-5/+1
* Merge branch 'kn/ref-filter-branch-list'Junio C Hamano2017-07-121-1/+1
|\
| * ref-filter.c: drop return from void functionAlejandro R. Sedeño2017-07-101-1/+1
* | Merge branch 'ab/wildmatch'Junio C Hamano2017-07-101-2/+2
|\ \
| * | wildmatch: remove unused wildopts parameterÆvar Arnfjörð Bjarmason2017-06-231-2/+2
* | | coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason2017-06-161-2/+1
|/ /
* | Merge branch 'mh/packed-ref-store-prep'Junio C Hamano2017-06-051-1/+63
|\ \
| * | ref-filter: limit traversal to prefixJeff King2017-05-231-1/+63
| * | Merge branch 'bc/object-id'Junio C Hamano2017-05-231-19/+19
| |\ \
* | \ \ Merge branch 'ab/c-translators-comment-style'Junio C Hamano2017-06-041-4/+8
|\ \ \ \
| * | | | C style: use standard style for "TRANSLATORS" commentsÆvar Arnfjörð Bjarmason2017-05-311-4/+8
* | | | | Merge branch 'kn/ref-filter-branch-list'Junio C Hamano2017-05-291-7/+9
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | ref-filter: resolve HEAD when parsing %(HEAD) atomJeff King2017-05-201-7/+9
* | | | | Merge branch 'bc/object-id'Junio C Hamano2017-05-291-19/+19
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | object: convert parse_object* to take struct object_idbrian m. carlson2017-05-081-2/+2
| * | | ref-filter: convert some static functions to struct object_idbrian m. carlson2017-05-081-10/+10
| * | | Convert struct ref_array_item to struct object_idbrian m. carlson2017-05-081-5/+5
| * | | Convert lookup_commit* to struct object_idbrian m. carlson2017-05-081-2/+2
| * | | Convert remaining callers of lookup_commit_reference* to object_idbrian m. carlson2017-05-081-3/+3
| | |/ | |/|
* | | timestamp_t: a new data type for timestampsJohannes Schindelin2017-04-271-2/+2
* | | parse_timestamp(): specify explicitly where we parse timestampsJohannes Schindelin2017-04-231-1/+1
* | | ref-filter: avoid using `unsigned long` for catch-all data typeJohannes Schindelin2017-04-201-8/+8
|/ /
* | Merge branch 'bc/object-id'Junio C Hamano2017-04-191-11/+11
|\ \
| * | Rename sha1_array to oid_arraybrian m. carlson2017-03-311-3/+3
| * | Convert sha1_array_lookup to take struct object_idbrian m. carlson2017-03-311-2/+2
| * | Convert remaining callers of sha1_array_lookup to object_idbrian m. carlson2017-03-311-11/+11
* | | Merge branch 'ab/ref-filter-no-contains'Junio C Hamano2017-04-111-7/+23
|\ \ \ | |/ / |/| |
| * | ref-filter: add --no-contains option to tag/branch/for-each-refÆvar Arnfjörð Bjarmason2017-03-241-6/+13
| * | ref-filter: make combining --merged & --no-merged an errorÆvar Arnfjörð Bjarmason2017-03-211-1/+10
* | | Merge branch 'jk/ref-filter-flags-cleanup'Junio C Hamano2017-03-171-26/+44
|\| |
| * | ref-filter: use separate cache for contains_tag_algoJeff King2017-03-101-20/+35
| * | ref-filter: die on parse_commit errorsJeff King2017-03-101-3/+1
| * | ref-filter: use contains_result enum consistentlyJeff King2017-03-101-8/+8
| * | ref-filter: move ref_cbdata definition into ref-filter.cJeff King2017-03-101-0/+5
* | | Merge branch 'bc/object-id'Junio C Hamano2017-03-171-2/+2
|\ \ \ | |/ / |/| |
| * | Convert remaining callers of resolve_refdup to object_idbrian m. carlson2017-02-221-2/+2
* | | Merge branch 'kn/ref-filter-branch-list'Junio C Hamano2017-02-271-76/+417
|\ \ \ | |/ / |/| / | |/