summaryrefslogtreecommitdiffstats
path: root/ref-filter.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ma/ref-filter-leakfix'Junio C Hamano2019-07-191-5/+9
|\
| * ref-filter: fix memory leak in `free_array_item()`Martin Ågren2019-07-101-5/+9
* | Merge branch 'tb/ref-filter-multiple-patterns'Junio C Hamano2019-07-191-26/+63
|\ \ | |/ |/|
| * ref-filter.c: find disjoint pattern prefixesTaylor Blau2019-06-271-26/+63
* | Merge branch 'md/sort-detached-head-first'Junio C Hamano2019-07-101-16/+16
|\ \
| * | ref-filter: sort detached HEAD lines firstlyMatthew DeVore2019-06-191-16/+16
* | | Merge branch 'nb/branch-show-other-worktrees-head'Junio C Hamano2019-07-101-0/+78
|\ \ \ | |_|/ |/| |
| * | ref-filter: add worktreepath atomNickolai Belakovski2019-05-071-0/+78
* | | Merge branch 'dr/ref-filter-push-track-fix'Junio C Hamano2019-05-081-2/+4
|\ \ \
| * | | ref-filter: use correct branch for %(push:track)Damien Robert2019-04-181-2/+4
| | |/ | |/|
* | | parse_opt_ref_sorting: always use with NONEG flagJeff King2019-03-211-2/+7
| |/ |/|
* | Merge branch 'nd/completion-more-parameters'Junio C Hamano2019-03-071-0/+4
|\ \
| * | completion: add more parameter value completionNguyễn Thái Ngọc Duy2019-02-201-0/+4
| |/
* | ref-filter: drop unused "sz" parametersJeff King2019-02-151-14/+14
* | ref-filter: drop unused "obj" parametersJeff King2019-02-151-7/+7
* | ref-filter: drop unused buf/sz pairsJeff King2019-02-151-4/+4
|/
* 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-211-138/+7
| * | commit.h: remove method declarationsDerrick Stolee2018-07-211-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-181-33/+87
| * | | ref-filter: merge get_obj and get_objectOlga Telezhnaya2018-07-181-25/+11
| * | | ref-filter: initialize eaten variableOlga Telezhnaya2018-07-181-1/+2
| * | | ref-filter: fill empty fields with empty valuesOlga Telezhnaya2018-07-181-1/+7
| * | | ref-filter: add info_source to valid_atomOlga Telezhnaya2018-07-181-39/+43
* | | | Merge branch 'jt/commit-graph-per-object-store'Junio C Hamano2018-08-031-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | commit-graph: add repo arg to graph readersJonathan Tan2018-07-181-1/+1
* | | | Merge branch 'sb/object-store-lookup'Junio C Hamano2018-08-031-4/+8
|\| | |
| * | | commit: add repository argument to lookup_commit_reference_gentlyStefan Beller2018-06-291-2/+4