244 Commits (2b713c272cd8f9dc70ad746e8ba01a93d8baa023)

Author SHA1 Message Date
Jeff King d70a9eb611 strvec: rename struct fields 4 years ago
Steve Kemp 84544f2ea3 comment: fix spelling mistakes inside comments 4 years ago
Jeff King c972bf4cf5 strvec: convert remaining callers away from argv_array name 4 years ago
Jeff King dbbcd44fb4 strvec: rename files from argv-array to strvec 4 years ago
Christian Couder b6839fda68 ref-filter: add support for %(contents:size) 5 years ago
Eric Sunshine 03f2465bb1 worktree: drop get_worktrees() unused 'flags' argument 5 years ago
Jeff King 7c5045fc18 ref-filter: apply fallback refname sort only after all user sorts 5 years ago
Jeff King 76f9e569ad ref-filter: apply --ignore-case to all sorting keys 5 years ago
Jeff King c79eddf5ba ref-filter: stop referring to "sha1 array" 5 years ago
Jeff King af8ccd8ade remote: drop "explicit" parameter from remote_ref_for_branch() 5 years ago
Jeff King b99b6bcc57 packed_object_info(): use object_id for returning delta base 5 years ago
Eric Wong e2b5038d87 hashmap_entry: remove first member requirement from docs 5 years ago
Eric Wong c8e424c9c9 hashmap: introduce hashmap_free_entries 5 years ago
Eric Wong 939af16eac hashmap_cmp_fn takes hashmap_entry params 5 years ago
Eric Wong f23a465132 hashmap_get{,_from_hash} return "struct hashmap_entry *" 5 years ago
Eric Wong b94e5c1df6 hashmap_add takes "struct hashmap_entry *" 5 years ago
Eric Wong d22245a2e3 hashmap_entry_init takes "struct hashmap_entry *" 5 years ago
René Scharfe c77722b3ea use get_tagged_oid() 5 years ago
Mischa POSLAWSKY 8b3f33ef11 ref-filter: initialize empty name or email fields 5 years ago
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 6 years ago
Olga Telezhnaya 23941dd7b8 ref-filter: free memory from used_atom 6 years ago
Nguyễn Thái Ngọc Duy 2abf350385 revision.c: remove implicit dependency on the_index 6 years ago
Jeff King 4a7e27e957 convert "oidcmp() == 0" to oideq() 6 years ago
Jeff King e5fba5d558 pretty, ref-filter: format %(trailers) with no_divider option 6 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