206 Commits (f6c75e392e2d8426b622408ae74f0e2b545609a7)

Author SHA1 Message Date
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
Olga Telezhnaya 3fc8439ce1 ref-filter: add return value && strbuf to handlers 7 years ago
Olga Telezhnaya 3019eca918 ref-filter: start adding strbufs with errors 7 years ago
Olga Telezhnaya e2e7a24545 ref-filter: add shortcut to work with strbufs 7 years ago
brian m. carlson b4f5aca40e sha1_file: convert read_sha1_file to struct object_id 7 years ago
brian m. carlson aab9583f7b Convert find_unique_abbrev* to struct object_id 7 years ago
brian m. carlson 1776979573 ref-filter: convert grab_objectname to struct object_id 7 years ago