93 Commits (763b47bafab6f781dc52461985b3300d447d1332)

Author SHA1 Message Date
brian m. carlson ea82b2a085 tree-walk: store object_id in a separate member 6 years ago
Jeff King 98374a07c9 convert has_sha1_file() callers to has_object_file() 6 years ago
Nguyễn Thái Ngọc Duy dd509db342 reflog: mark strings for translation 6 years ago
Nguyễn Thái Ngọc Duy c9ef0d95eb reflog expire: cover reflog from all worktrees 6 years ago
Nguyễn Thái Ngọc Duy 2abf350385 revision.c: remove implicit dependency on the_index 6 years ago
Stefan Beller 21e1ee8f4f commit: add repository argument to lookup_commit_reference_gently 7 years ago
Stefan Beller f86bcc7b2c tree: add repository argument to lookup_tree 7 years ago
Stefan Beller 109cd76dd3 object: add repository argument to parse_object 7 years ago
Stefan Beller cbd53a2193 object-store: move object access functions to object-store.h 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
brian m. carlson b4f5aca40e sha1_file: convert read_sha1_file to struct object_id 7 years ago
Nguyễn Thái Ngọc Duy 95308d64ce object.h: update flag allocation comment 7 years ago
Brandon Williams dfa5990d9a reflog: rename 'new' variables 7 years ago
Haaris Mehmood 5f9674243d config: add --expiry-date 7 years ago
brian m. carlson 0155f710b8 refs: convert reflog_expire parameter to struct object_id 7 years ago
brian m. carlson 334dc52f49 refs: convert dwim_log to struct object_id 7 years ago
brian m. carlson b8acac54c8 builtin/reflog: convert remaining unsigned char uses to object_id 7 years ago
Martin Ågren 7199203937 object_array: add and use `object_array_pop()` 7 years ago
Martin Ågren dcb572ab94 object_array: use `object_array_clear()`, not `free()` 7 years ago
Ævar Arnfjörð Bjarmason 55d3426929 wildmatch: remove unused wildopts parameter 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
brian m. carlson c251c83df2 object: convert parse_object* to take struct object_id 8 years ago
brian m. carlson 740ee055c6 Convert lookup_tree to struct object_id 8 years ago
brian m. carlson 49a09e74a4 builtin/reflog: convert tree_is_complete to take struct object_id 8 years ago
brian m. carlson bc83266abe Convert lookup_commit* to struct object_id 8 years ago
brian m. carlson 4322478a49 reflog_expire: convert to struct object_id 8 years ago
Johannes Schindelin dddbad728c timestamp_t: a new data type for timestamps 8 years ago
brian m. carlson 9461d27240 refs: convert each_reflog_ent_fn to struct object_id 8 years ago
brian m. carlson 7d924c9139 struct name_entry: use struct object_id instead of unsigned char sha1[20] 9 years ago
Jeff King 96ffc06f72 convert trivial cases to FLEX_ARRAY macros 9 years ago
Jeff King c3a700fba1 reflog_expire_cfg: NUL-terminate pattern field 9 years ago
brian m. carlson ed1c9977cb Remove get_object_hash. 9 years ago
brian m. carlson 7999b2cf77 Add several uses of get_object_hash. 9 years ago
René Scharfe e510ab8988 use pop_commit() for consuming the first entry of a struct commit_list 9 years ago
Alex Henrie 99885bc0ef reflog: add missing single quote to error message 10 years ago
David Turner afcb2e7a3b git-reflog: add exists command 10 years ago
Michael Haggerty 5bcad1bce2 builtin/reflog: rewrite ref functions to take an object_id argument 10 years ago
Michael Haggerty 2b2a5be394 each_ref_fn: change to take an object_id parameter 10 years ago
Michael Haggerty fe2a18165c reflog: improve and update documentation 10 years ago
Michael Haggerty fa5b1830b0 reflog_expire(): new function in the reference API 10 years ago
Michael Haggerty b729effbdb expire_reflog(): treat the policy callback data as opaque 10 years ago
Michael Haggerty 82a645a73f Move newlog and last_kept_sha1 to "struct expire_reflog_cb" 10 years ago
Michael Haggerty 553daf13ea expire_reflog(): move rewrite to flags argument 10 years ago
Michael Haggerty bc11155cea expire_reflog(): move verbose to flags argument 10 years ago
Michael Haggerty 8c22dd3254 expire_reflog(): pass flags through to expire_reflog_ent() 10 years ago
Michael Haggerty ddd64c566d struct expire_reflog_cb: a new callback data type 10 years ago
Michael Haggerty ea7b4f6d33 Rename expire_reflog_cb to expire_reflog_policy_cb 10 years ago
Michael Haggerty c4c4fbf86c expire_reflog(): move updateref to flags argument 10 years ago
Michael Haggerty 98f31d8589 expire_reflog(): move dry_run to flags argument 10 years ago