217 Commits (3e8ed3b93e9b46eb6fe61589482751728865de57)

Author SHA1 Message Date
Martin Ågren 14d30cdfc0 ref-filter: fix memory leak in `free_array_item()` 6 years ago
Taylor Blau b31e2680c4 ref-filter.c: find disjoint pattern prefixes 6 years ago
Matthew DeVore 28438e84e0 ref-filter: sort detached HEAD lines firstly 6 years ago
Nickolai Belakovski 2582083fa1 ref-filter: add worktreepath atom 6 years ago
Damien Robert c646d0934e ref-filter: use correct branch for %(push:track) 6 years ago
Jeff King 95be717cd5 parse_opt_ref_sorting: always use with NONEG flag 6 years ago
Nguyễn Thái Ngọc Duy 5a59a2301f completion: add more parameter value completion 6 years ago
Jeff King 5c326d1252 ref-filter: drop unused "sz" parameters 6 years ago
Jeff King 25051cac80 ref-filter: drop unused "obj" parameters 6 years ago
Jeff King e0329199a7 ref-filter: drop unused buf/sz pairs 6 years ago
Junio C Hamano f2ddd9e53f ref-filter: give uintmax_t to format with %PRIuMAX 6 years ago
Olga Telezhnaya 33311fa1ad ref-filter: add deltabase option 6 years ago
Olga Telezhnaya 5305a55348 ref-filter: add check for negative file size 6 years ago
Olga Telezhnaya 1867ce6cbe ref-filter: add objectsize:disk option 6 years ago
SZEDER Gábor 47bd3d0c14 ref-filter: don't look for objects when outside of a repository 6 years ago
Torsten Bögershausen ca473cef91 Upcast size_t variables to uintmax_t when printing 6 years ago
Nguyễn Thái Ngọc Duy 788454576f wt-status.c: remove implicit dependency the_repository 6 years ago
Nguyễn Thái Ngọc Duy 9440b831ad parse-options: replace opterror() with optname() 6 years ago
Jeff King 517fe807d6 assert NOARG/NONEG behavior of parse-options callbacks 6 years ago
Olga Telezhnaya f0062d3b74 ref-filter: free item->value and item->value->s 7 years ago
Olga Telezhnaya 23941dd7b8 ref-filter: free memory from used_atom 7 years ago
Nguyễn Thái Ngọc Duy 2abf350385 revision.c: remove implicit dependency on the_index 7 years ago
Jeff King 4a7e27e957 convert "oidcmp() == 0" to oideq() 7 years ago
Jeff King e5fba5d558 pretty, ref-filter: format %(trailers) with no_divider option 7 years ago
Derrick Stolee 920f93ca1c commit-reach: move commit_contains from ref-filter 7 years ago
Derrick Stolee 6404355657 commit.h: remove method declarations 7 years ago
Jonathan Tan dade47c06c commit-graph: add repo arg to graph readers 7 years ago
Olga Telezhnaya aa46a0da30 ref-filter: use oid_object_info() to get object 7 years ago
Olga Telezhnaya e2255179f6 ref-filter: merge get_obj and get_object 7 years ago
Olga Telezhnaya 04f6ee1a58 ref-filter: initialize eaten variable 7 years ago
Olga Telezhnaya 20a9c15619 ref-filter: fill empty fields with empty values 7 years ago
Olga Telezhnaya a8e7e385cd ref-filter: add info_source to valid_atom 7 years ago
Jeff King e674eb2528 ref-filter: avoid backend filtering with --ignore-case 7 years ago
Aleksandr Makarov 639ab5efa1 for-each-ref: consistently pass WM_IGNORECASE flag 7 years ago
Stefan Beller 21e1ee8f4f commit: add repository argument to lookup_commit_reference_gently 7 years ago
Stefan Beller 1ec5bfd24e object: add repository argument to parse_object_buffer 7 years ago
Stefan Beller 109cd76dd3 object: add repository argument to parse_object 7 years ago
Derrick Stolee 819807b33f ref-filter: use generation number for --contains 7 years ago
Stefan Beller cbd53a2193 object-store: move object access functions to object-store.h 7 years ago
Johannes Schindelin 033abf97fc Replace all die("BUG: ...") calls by BUG() ones 7 years ago
Derrick Stolee 8fb572af5f ref-filter: fix outdated comment on in_commit_list 7 years ago
Derrick Stolee 2e27bd7731 treewide: replace maybe_tree with accessor methods 7 years ago
Derrick Stolee 891435d55d treewide: rename tree to maybe_tree 7 years ago
Jeff King 427cbc9dbf ref-filter: factor ref_array pushing into its own function 7 years ago
Jeff King 0ffaa00f45 ref-filter: make ref_array_item allocation more consistent 7 years ago
Jeff King 53df97a29d ref-filter: use "struct object_id" consistently 7 years ago
Kaartic Sivaraam a236f900d8 branch --list: print useful info whilst interactive rebasing a detached HEAD 7 years ago
Olga Telezhnaya e339611b12 ref-filter: libify get_ref_atom_value() 7 years ago
Olga Telezhnaya 74efea9474 ref-filter: add return value to parsers 7 years ago
Olga Telezhnaya e6ff7b3bb5 ref-filter: change parsing function error handling 7 years ago