aboutsummaryrefslogtreecommitdiff
path: root/ref-filter.c
Commit message (Expand)AuthorAge
* Merge branch 'js/for-each-ref-remote-name-and-ref'Junio C Hamano2017-11-15
|\
| * for-each-ref: let upstream/push report the remote ref nameJ Wyman2017-11-08
| * for-each-ref: let upstream/push optionally report the remote nameJohannes Schindelin2017-10-10
* | Merge branch 'tb/show-trailers-in-ref-filter'Junio C Hamano2017-10-11
|\ \
| * | ref-filter.c: parse trailers arguments with %(contents) atomTaylor Blau2017-10-02
| * | ref-filter.c: use trailer_opts to format trailersTaylor Blau2017-10-02
* | | Merge branch 'tb/ref-filter-empty-modifier'Junio C Hamano2017-10-07
|\ \ \ | |_|/ |/| |
| * | ref-filter.c: pass empty-string as NULL to atom parsersTaylor Blau2017-10-05
| |/
* | refs: pass NULL to resolve_refdup() if hash is not neededRené Scharfe2017-10-01
|/
* ref-filter: consult want_color() before emitting colorsJeff King2017-07-13
* ref-filter: pass ref_format struct to atom parsersJeff King2017-07-13
* ref-filter: factor out the parsing of sorting atomsJeff King2017-07-13
* ref-filter: make parse_ref_filter_atom a private functionJeff King2017-07-13
* ref-filter: provide a function for parsing sort optionsJeff King2017-07-13
* ref-filter: move need_color_reset_at_eol into ref_formatJeff King2017-07-13
* ref-filter: abstract ref format into its own structJeff King2017-07-13
* ref-filter: simplify automatic color resetJeff King2017-07-13
* Merge branch 'kn/ref-filter-branch-list'Junio C Hamano2017-07-12
|\
| * ref-filter.c: drop return from void functionAlejandro R. Sedeño2017-07-10
* | Merge branch 'ab/wildmatch'Junio C Hamano2017-07-10
|\ \
| * | wildmatch: remove unused wildopts parameterÆvar Arnfjörð Bjarmason2017-06-23
* | | coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason2017-06-16
|/ /
* | Merge branch 'mh/packed-ref-store-prep'Junio C Hamano2017-06-05
|\ \
| * | ref-filter: limit traversal to prefixJeff King2017-05-23
| * | Merge branch 'bc/object-id'Junio C Hamano2017-05-23
| |\ \
* | \ \ Merge branch 'ab/c-translators-comment-style'Junio C Hamano2017-06-04
|\ \ \ \
| * | | | C style: use standard style for "TRANSLATORS" commentsÆvar Arnfjörð Bjarmason2017-05-31
* | | | | Merge branch 'kn/ref-filter-branch-list'Junio C Hamano2017-05-29
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | ref-filter: resolve HEAD when parsing %(HEAD) atomJeff King2017-05-20
* | | | | Merge branch 'bc/object-id'Junio C Hamano2017-05-29
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | object: convert parse_object* to take struct object_idbrian m. carlson2017-05-08
| * | | ref-filter: convert some static functions to struct object_idbrian m. carlson2017-05-08
| * | | Convert struct ref_array_item to struct object_idbrian m. carlson2017-05-08
| * | | Convert lookup_commit* to struct object_idbrian m. carlson2017-05-08
| * | | Convert remaining callers of lookup_commit_reference* to object_idbrian m. carlson2017-05-08
| | |/ | |/|
* | | timestamp_t: a new data type for timestampsJohannes Schindelin2017-04-27
* | | parse_timestamp(): specify explicitly where we parse timestampsJohannes Schindelin2017-04-23
* | | ref-filter: avoid using `unsigned long` for catch-all data typeJohannes Schindelin2017-04-20
|/ /
* | Merge branch 'bc/object-id'Junio C Hamano2017-04-19
|\ \
| * | Rename sha1_array to oid_arraybrian m. carlson2017-03-31
| * | Convert sha1_array_lookup to take struct object_idbrian m. carlson2017-03-31
| * | Convert remaining callers of sha1_array_lookup to object_idbrian m. carlson2017-03-31
* | | Merge branch 'ab/ref-filter-no-contains'Junio C Hamano2017-04-11
|\ \ \ | |/ / |/| |
| * | ref-filter: add --no-contains option to tag/branch/for-each-refÆvar Arnfjörð Bjarmason2017-03-24
| * | ref-filter: make combining --merged & --no-merged an errorÆvar Arnfjörð Bjarmason2017-03-21
* | | Merge branch 'jk/ref-filter-flags-cleanup'Junio C Hamano2017-03-17
|\ \ \ | |/ /
| * | ref-filter: use separate cache for contains_tag_algoJeff King2017-03-10
| * | ref-filter: die on parse_commit errorsJeff King2017-03-10
| * | ref-filter: use contains_result enum consistentlyJeff King2017-03-10
| * | ref-filter: move ref_cbdata definition into ref-filter.cJeff King2017-03-10