summaryrefslogtreecommitdiff
path: root/ref-filter.c
AgeCommit message (Expand)Author
2019-01-18Merge branch 'ot/ref-filter-object-info'Junio C Hamano
2019-01-10ref-filter: give uintmax_t to format with %PRIuMAXJunio C Hamano
2019-01-04Merge branch 'nd/the-index'Junio C Hamano
2019-01-04Merge branch 'nd/i18n'Junio C Hamano
2018-12-28ref-filter: add deltabase optionOlga Telezhnaya
2018-12-28ref-filter: add check for negative file sizeOlga Telezhnaya
2018-12-28ref-filter: add objectsize:disk optionOlga Telezhnaya
2018-11-19Merge branch 'tb/print-size-t-with-uintmax-format'Junio C Hamano
2018-11-18Merge branch 'sg/ref-filter-wo-repository'Junio C Hamano
2018-11-16ref-filter: don't look for objects when outside of a repositorySZEDER Gábor
2018-11-12Upcast size_t variables to uintmax_t when printingTorsten Bögershausen
2018-11-12wt-status.c: remove implicit dependency the_repositoryNguyễn Thái Ngọc Duy
2018-11-12parse-options: replace opterror() with optname()Nguyễn Thái Ngọc Duy
2018-11-06assert NOARG/NONEG behavior of parse-options callbacksJeff King
2018-10-30Merge branch 'ot/ref-filter-plug-leaks'Junio C Hamano
2018-10-19Merge branch 'nd/the-index'Junio C Hamano
2018-10-19ref-filter: free item->value and item->value->sOlga Telezhnaya
2018-10-19ref-filter: free memory from used_atomOlga Telezhnaya
2018-09-21revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-09-17Merge branch 'jk/trailer-fixes'Junio C Hamano
2018-09-17Merge branch 'ds/reachable'Junio C Hamano
2018-08-23pretty, ref-filter: format %(trailers) with no_divider optionJeff King
2018-08-17Merge branch 'ot/ref-filter-object-info'Junio C Hamano
2018-08-02Merge branch 'jt/commit-graph-per-object-store'Junio C Hamano
2018-08-02Merge branch 'sb/object-store-lookup'Junio C Hamano
2018-07-24Merge branch 'jk/for-each-ref-icase'Junio C Hamano
2018-07-20commit-reach: move commit_contains from ref-filterDerrick Stolee
2018-07-20commit.h: remove method declarationsDerrick Stolee
2018-07-18Merge branch 'sb/object-store-grafts'Junio C Hamano
2018-07-17commit-graph: add repo arg to graph readersJonathan Tan
2018-07-17ref-filter: use oid_object_info() to get objectOlga Telezhnaya
2018-07-17ref-filter: merge get_obj and get_objectOlga Telezhnaya
2018-07-17ref-filter: initialize eaten variableOlga Telezhnaya
2018-07-17ref-filter: fill empty fields with empty valuesOlga Telezhnaya
2018-07-17ref-filter: add info_source to valid_atomOlga Telezhnaya
2018-07-03ref-filter: avoid backend filtering with --ignore-caseJeff King
2018-07-03for-each-ref: consistently pass WM_IGNORECASE flagAleksandr Makarov
2018-06-29commit: add repository argument to lookup_commit_reference_gentlyStefan Beller
2018-06-29object: add repository argument to parse_object_bufferStefan Beller
2018-06-29object: add repository argument to parse_objectStefan Beller
2018-06-29Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano
2018-06-25Merge branch 'ds/commit-graph-lockfile-fix'Junio C Hamano
2018-05-30Merge branch 'js/use-bug-macro'Junio C Hamano
2018-05-23Merge branch 'ds/lazy-load-trees'Junio C Hamano
2018-05-22ref-filter: use generation number for --containsDerrick Stolee
2018-05-16object-store: move object access functions to object-store.hStefan Beller
2018-05-08Merge branch 'ot/libify-get-ref-atom-value'Junio C Hamano
2018-05-06Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin
2018-05-02ref-filter: fix outdated comment on in_commit_listDerrick Stolee
2018-04-25Merge branch 'jk/ref-array-push'Junio C Hamano