199 Commits (0ea5292e6be2f37b647b744177cfe6cc5e6f605d)

Author SHA1 Message Date
Ville Skyttä 6412757514 Spelling fixes 8 years ago
Michael Haggerty 03df567fbf for_each_bisect_ref(): don't trim refnames 8 years ago
Michael Haggerty 30173b8851 ref_transaction_prepare(): new optional step for reference updates 8 years ago
Michael Haggerty 64da41993a ref_store: take a `msg` parameter when deleting references 8 years ago
Michael Haggerty fd2ce9c01c refs.h: clarify docstring for the ref_transaction_update()-related fns 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
Nguyễn Thái Ngọc Duy d026a25657 refs: kill set_worktree_head_symref() 8 years ago
Nguyễn Thái Ngọc Duy 17eff96b83 refs: introduce get_worktree_ref_store() 8 years ago
Michael Haggerty b05855b5bc refs_verify_refname_available(): implement once for all backends 8 years ago
Nguyễn Thái Ngọc Duy adac8115a6 refs.h: add a note about sorting order of for_each_ref_* 8 years ago
Nguyễn Thái Ngọc Duy 7c744782ab refs: delete pack_refs() in favor of refs_pack_refs() 8 years ago
Nguyễn Thái Ngọc Duy c0fe4e8ba3 refs: new transaction related ref-store api 8 years ago
Nguyễn Thái Ngọc Duy 7d2df051d0 refs: add new ref-store api 8 years ago
Nguyễn Thái Ngọc Duy 18d0002d6d refs: rename get_ref_store() to get_submodule_ref_store() and make it public 8 years ago
Nguyễn Thái Ngọc Duy 077be78d7f refs.c: make get_main_ref_store() public and use it 8 years ago
Nguyễn Thái Ngọc Duy 504c4d42db refs.h: add forward declaration for structs used in this file 8 years ago
brian m. carlson 9461d27240 refs: convert each_reflog_ent_fn to struct object_id 8 years ago
Kyle Meyer 39ee4c6c2f branch: record creation of renamed branch in HEAD's log 8 years ago
Kyle Meyer 755b49ae96 delete_ref: accept a reflog message argument 8 years ago
Cornelius Weig 341fb28621 refs: add option core.logAllRefUpdates = always 8 years ago
David Turner 6fb5acfd8f refs: add methods to init refs db 9 years ago
Michael Haggerty a8355bb717 resolve_gitlink_ref(): rename path parameter to submodule 9 years ago
Ronnie Sahlberg 3dce444f17 refs: add a backend method structure 9 years ago
brian m. carlson 8f6dc7e32e refs: add an update_ref_oid function. 9 years ago
Michael Haggerty 3bc581b940 refs: introduce an iterator interface 9 years ago
Michael Haggerty c5f04dddb6 delete_refs(): add a flags argument 9 years ago
Nguyễn Thái Ngọc Duy 41da7111f2 refs: add expand_ref() 9 years ago
Michael Haggerty 1354c9b2de refs: remove unnecessary "extern" keywords 9 years ago
Peter Colberg dc72b5006f refs.h: fix misspelt "occurred" in a comment 9 years ago
Kazuki Yamaguchi 2233066e77 refs: add a new function set_worktree_head_symref 9 years ago
David Turner 49386868de refs: document transaction semantics 9 years ago
Jeff King b9badadd06 create_symref: modernize variable names 9 years ago
Lukas Fleischer 78a766ab6e hideRefs: add support for matching full refs 9 years ago
Karthik Nayak 5b4f28510f ref-filter: add option to filter out tags, branches and remotes 10 years ago
David Turner 266b18273a refs: add ref_type function 10 years ago
Jacob Keller cd377f45c9 refs: loosen restriction on wildcard "*" refspecs 10 years ago
David Turner 0f2a71d992 refs: add REF_FORCE_CREATE_REFLOG flag 10 years ago
David Turner abd0cd3a30 refs: new public ref function: safe_create_reflog 10 years ago
David Turner a4c653dfcd refs.c: add err arguments to reflog functions 10 years ago
Michael Haggerty 1c03c4d347 delete_ref(): use the usual convention for old_sha1 10 years ago
Michael Haggerty 243371023e refs.h: add some parameter names to function declarations 10 years ago
Michael Haggerty fb58c8d507 refs: move the remaining ref module declarations to refs.h 10 years ago
Michael Haggerty 0a4b24ff14 refs: remove some functions from the module's public interface 10 years ago
Michael Haggerty 58f233ce1e initial_ref_transaction_commit(): function for initial ref creation 10 years ago
Michael Haggerty 79e4d8a9b8 repack_without_refs(): make function private 10 years ago
Michael Haggerty 98ffd5ff67 delete_refs(): new function for the refs API 10 years ago
Michael Haggerty fc1c21689d delete_ref(): move declaration to refs.h 10 years ago
Michael Haggerty 0a0c953217 each_ref_fn_adapter(): remove adapter 10 years ago
Michael Haggerty 2b2a5be394 each_ref_fn: change to take an object_id parameter 10 years ago