273 Commits (0d7131763e7762dc34c407f32e3c63123001a292)

Author SHA1 Message Date
brian m. carlson 89f3bbdd3b refs: update ref transactions to use struct object_id 8 years ago
brian m. carlson ae077771b0 refs: convert update_ref and refs_update_ref to use struct object_id 8 years ago
brian m. carlson 2616a5e508 refs: convert delete_ref and refs_delete_ref to struct object_id 8 years ago
René Scharfe 54fad6614f refs: make sha1 output parameter of refs_resolve_ref_unsafe() optional 8 years ago
Thomas Gummerer c788c54cde refs: strip out not allowed flags from ref_transaction_update 8 years ago
Nguyễn Thái Ngọc Duy 419221c106 refs: remove dead for_each_*_submodule() 8 years ago
Nguyễn Thái Ngọc Duy 2e2d4040bd refs.c: move for_each_remote_ref_submodule() to submodule.c 8 years ago
Nguyễn Thái Ngọc Duy 073cf63c52 revision.c: use refs_for_each*() instead of for_each_*_submodule() 8 years ago
Nguyễn Thái Ngọc Duy 62f0b399e0 refs: add refs_head_ref() 8 years ago
Ville Skyttä 6412757514 Spelling fixes 8 years ago
Michael Haggerty 03df567fbf for_each_bisect_ref(): don't trim refnames 8 years ago
Sahil Dua 52d59cc645 branch: add a --copy (-c) option to go with --move (-m) 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 10 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