summaryrefslogtreecommitdiffstats
path: root/ref-filter.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-19Merge branch 'ma/ref-filter-leakfix'Junio C Hamano1-5/+9
2019-07-19Merge branch 'tb/ref-filter-multiple-patterns'Junio C Hamano1-26/+63
2019-07-10ref-filter: fix memory leak in `free_array_item()`Martin Ågren1-5/+9
2019-07-09Merge branch 'md/sort-detached-head-first'Junio C Hamano1-16/+16
2019-07-09Merge branch 'nb/branch-show-other-worktrees-head'Junio C Hamano1-0/+78
2019-06-27ref-filter.c: find disjoint pattern prefixesTaylor Blau1-26/+63
2019-06-19ref-filter: sort detached HEAD lines firstlyMatthew DeVore1-16/+16
2019-05-09Merge branch 'dr/ref-filter-push-track-fix'Junio C Hamano1-2/+4
2019-05-07ref-filter: add worktreepath atomNickolai Belakovski1-0/+78
2019-04-18ref-filter: use correct branch for %(push:track)Damien Robert1-2/+4
2019-03-21parse_opt_ref_sorting: always use with NONEG flagJeff King1-2/+7
2019-03-07Merge branch 'nd/completion-more-parameters'Junio C Hamano1-0/+4
2019-02-20completion: add more parameter value completionNguyễn Thái Ngọc Duy1-0/+4
2019-02-14ref-filter: drop unused "sz" parametersJeff King1-14/+14
2019-02-14ref-filter: drop unused "obj" parametersJeff King1-7/+7
2019-02-14ref-filter: drop unused buf/sz pairsJeff King1-4/+4
2019-01-18Merge branch 'ot/ref-filter-object-info'Junio C Hamano1-5/+30
2019-01-10ref-filter: give uintmax_t to format with %PRIuMAXJunio C Hamano1-1/+1
2019-01-04Merge branch 'nd/the-index'Junio C Hamano1-1/+1
2019-01-04Merge branch 'nd/i18n'Junio C Hamano1-3/+5
2018-12-28ref-filter: add deltabase optionOlga Telezhnaya1-1/+15
2018-12-28ref-filter: add check for negative file sizeOlga Telezhnaya1-0/+2
2018-12-28ref-filter: add objectsize:disk optionOlga Telezhnaya1-7/+16
2018-11-19Merge branch 'tb/print-size-t-with-uintmax-format'Junio C Hamano1-1/+1
2018-11-18Merge branch 'sg/ref-filter-wo-repository'Junio C Hamano1-0/+4
2018-11-16ref-filter: don't look for objects when outside of a repositorySZEDER Gábor1-0/+4
2018-11-12Upcast size_t variables to uintmax_t when printingTorsten Bögershausen1-1/+1
2018-11-12wt-status.c: remove implicit dependency the_repositoryNguyễn Thái Ngọc Duy1-1/+1
2018-11-12parse-options: replace opterror() with optname()Nguyễn Thái Ngọc Duy1-3/+5
2018-11-06assert NOARG/NONEG behavior of parse-options callbacksJeff King1-0/+2
2018-10-30Merge branch 'ot/ref-filter-plug-leaks'Junio C Hamano1-42/+58
2018-10-19Merge branch 'nd/the-index'Junio C Hamano1-1/+1
2018-10-19ref-filter: free item->value and item->value->sOlga Telezhnaya1-42/+54
2018-10-19ref-filter: free memory from used_atomOlga Telezhnaya1-0/+4
2018-09-21revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy1-1/+1
2018-09-17Merge branch 'jk/trailer-fixes'Junio C Hamano1-0/+2
2018-09-17Merge branch 'ds/reachable'Junio C Hamano1-138/+8
2018-08-23pretty, ref-filter: format %(trailers) with no_divider optionJeff King1-0/+2
2018-08-17Merge branch 'ot/ref-filter-object-info'Junio C Hamano1-88/+138
2018-08-02Merge branch 'jt/commit-graph-per-object-store'Junio C Hamano1-1/+1
2018-08-02Merge branch 'sb/object-store-lookup'Junio C Hamano1-4/+8
2018-07-24Merge branch 'jk/for-each-ref-icase'Junio C Hamano1-1/+10
2018-07-20commit-reach: move commit_contains from ref-filterDerrick Stolee1-138/+7
2018-07-20commit.h: remove method declarationsDerrick Stolee1-0/+1
2018-07-18Merge branch 'sb/object-store-grafts'Junio C Hamano1-0/+1
2018-07-17commit-graph: add repo arg to graph readersJonathan Tan1-1/+1
2018-07-17ref-filter: use oid_object_info() to get objectOlga Telezhnaya1-33/+87
2018-07-17ref-filter: merge get_obj and get_objectOlga Telezhnaya1-25/+11
2018-07-17ref-filter: initialize eaten variableOlga Telezhnaya1-1/+2
2018-07-17ref-filter: fill empty fields with empty valuesOlga Telezhnaya1-1/+7