summaryrefslogtreecommitdiff
path: root/ref-filter.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ot/ref-filter-object-info'Junio C Hamano2019-01-181-5/+30
|\
| * ref-filter: give uintmax_t to format with %PRIuMAXJunio C Hamano2019-01-101-1/+1
| * ref-filter: add deltabase optionOlga Telezhnaya2018-12-281-1/+15
| * ref-filter: add check for negative file sizeOlga Telezhnaya2018-12-281-0/+2
| * ref-filter: add objectsize:disk optionOlga Telezhnaya2018-12-281-7/+16
* | Merge branch 'nd/the-index'Junio C Hamano2019-01-041-1/+1
|\ \
| * | wt-status.c: remove implicit dependency the_repositoryNguyễn Thái Ngọc Duy2018-11-121-1/+1
| |/
* | Merge branch 'nd/i18n'Junio C Hamano2019-01-041-3/+5
|\ \
| * | parse-options: replace opterror() with optname()Nguyễn Thái Ngọc Duy2018-11-121-3/+5
* | | Merge branch 'tb/print-size-t-with-uintmax-format'Junio C Hamano2018-11-191-1/+1
|\ \ \
| * | | Upcast size_t variables to uintmax_t when printingTorsten Bögershausen2018-11-121-1/+1
| | |/ | |/|
* | | Merge branch 'sg/ref-filter-wo-repository'Junio C Hamano2018-11-181-0/+4
|\ \ \
| * | | ref-filter: don't look for objects when outside of a repositorySZEDER Gábor2018-11-161-0/+4
| |/ /
* | | assert NOARG/NONEG behavior of parse-options callbacksJeff King2018-11-061-0/+2
|/ /
* | Merge branch 'ot/ref-filter-plug-leaks'Junio C Hamano2018-10-301-42/+58
|\ \ | |/ |/|
| * ref-filter: free item->value and item->value->sOlga Telezhnaya2018-10-191-42/+54
| * ref-filter: free memory from used_atomOlga Telezhnaya2018-10-191-0/+4
* | Merge branch 'nd/the-index'Junio C Hamano2018-10-191-1/+1
|\ \ | |/ |/|
| * revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-1/+1
* | Merge branch 'jk/trailer-fixes'Junio C Hamano2018-09-171-0/+2
|\ \
| * | pretty, ref-filter: format %(trailers) with no_divider optionJeff King2018-08-231-0/+2
* | | Merge branch 'ds/reachable'Junio C Hamano2018-09-171-138/+8
|\ \ \ | |_|/ |/| |
| * | commit-reach: move commit_contains from ref-filterDerrick Stolee2018-07-201-138/+7
| * | commit.h: remove method declarationsDerrick Stolee2018-07-201-0/+1
* | | Merge branch 'ot/ref-filter-object-info'Junio C Hamano2018-08-171-88/+138
|\ \ \
| * | | ref-filter: use oid_object_info() to get objectOlga Telezhnaya2018-07-171-33/+87
| * | | ref-filter: merge get_obj and get_objectOlga Telezhnaya2018-07-171-25/+11
| * | | ref-filter: initialize eaten variableOlga Telezhnaya2018-07-171-1/+2
| * | | ref-filter: fill empty fields with empty valuesOlga Telezhnaya2018-07-171-1/+7
| * | | ref-filter: add info_source to valid_atomOlga Telezhnaya2018-07-171-39/+43
* | | | Merge branch 'jt/commit-graph-per-object-store'Junio C Hamano2018-08-021-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | commit-graph: add repo arg to graph readersJonathan Tan2018-07-171-1/+1
* | | | Merge branch 'sb/object-store-lookup'Junio C Hamano2018-08-021-4/+8
|\ \ \ \ | |/ / /
| * | | commit: add repository argument to lookup_commit_reference_gentlyStefan Beller2018-06-291-2/+4
| * | | object: add repository argument to parse_object_bufferStefan Beller2018-06-291-1/+2
| * | | object: add repository argument to parse_objectStefan Beller2018-06-291-1/+2
| * | | Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano2018-06-291-0/+1
| |\ \ \ | | |/ / | |/| |
* | | | Merge branch 'jk/for-each-ref-icase'Junio C Hamano2018-07-241-1/+10
|\ \ \ \
| * | | | ref-filter: avoid backend filtering with --ignore-caseJeff King2018-07-031-0/+9
| * | | | for-each-ref: consistently pass WM_IGNORECASE flagAleksandr Makarov2018-07-031-1/+1
* | | | | Merge branch 'sb/object-store-grafts'Junio C Hamano2018-07-181-0/+1
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | object-store: move object access functions to object-store.hStefan Beller2018-05-161-0/+1
* | | | Merge branch 'ds/commit-graph-lockfile-fix'Junio C Hamano2018-06-251-5/+21
|\ \ \ \ | |_|_|/ |/| | |
| * | | ref-filter: use generation number for --containsDerrick Stolee2018-05-221-4/+20
| * | | ref-filter: fix outdated comment on in_commit_listDerrick Stolee2018-05-021-1/+1
* | | | Merge branch 'js/use-bug-macro'Junio C Hamano2018-05-301-2/+2
|\ \ \ \
| * | | | Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin2018-05-061-2/+2
* | | | | Merge branch 'ds/lazy-load-trees'Junio C Hamano2018-05-231-1/+1
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | treewide: replace maybe_tree with accessor methodsDerrick Stolee2018-04-111-1/+1
| * | | | treewide: rename tree to maybe_treeDerrick Stolee2018-04-111-1/+1