232 Commits (09427e8366003ce3d99b0b5a84e42416cef35696)

Author SHA1 Message Date
Stefan Beller 0d296c57ae refs: allow for_each_replace_ref to handle arbitrary repositories 7 years ago
Stefan Beller 64a741619d refs: store the main ref store inside the repository struct 7 years ago
Stefan Beller 60ce76d358 refs: add repository argument to for_each_replace_ref 7 years ago
Stefan Beller 23a3f0cb16 refs: add repository argument to get_main_ref_store 7 years ago
Brandon Williams b4be74105f ls-remote: pass ref prefixes when requesting a remote's refs 7 years ago
Rafael Ascensão 65516f586b log: add option to choose which refs to decorate 7 years ago
Michael Haggerty 78fb457968 refs: update some more docs to use "oid" rather than "sha1" 7 years ago
Michael Haggerty 91774afcc3 refs: rename constant `REF_NODEREF` to `REF_NO_DEREF` 7 years ago
Michael Haggerty 5ac95fee3d refs: tidy up and adjust visibility of the `ref_update` flags 7 years ago
Michael Haggerty b00f3cfa92 prune_ref(): call `ref_transaction_add_update()` directly 7 years ago
brian m. carlson 49e61479be refs: convert resolve_ref_unsafe to struct object_id 7 years ago
brian m. carlson a98e6101f0 refs: convert resolve_gitlink_ref to struct object_id 7 years ago
brian m. carlson 0155f710b8 refs: convert reflog_expire parameter to struct object_id 7 years ago
brian m. carlson 8eb36d9422 refs: convert read_ref_at to struct object_id 7 years ago
brian m. carlson b420d90980 refs: convert peel_ref 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 cca5fa6406 refs: convert dwim_ref and expand_ref to struct object_id 7 years ago
brian m. carlson 34c290a6fc refs: convert read_ref and read_ref_full to object_id 7 years ago
brian m. carlson 0f2dc722dd refs: convert resolve_refdup and refs_resolve_refdup to struct object_id 7 years ago
brian m. carlson 89f3bbdd3b refs: update ref transactions to use struct object_id 7 years ago
brian m. carlson ae077771b0 refs: convert update_ref and refs_update_ref to use struct object_id 7 years ago
brian m. carlson 2616a5e508 refs: convert delete_ref and refs_delete_ref to struct object_id 7 years ago
René Scharfe 54fad6614f refs: make sha1 output parameter of refs_resolve_ref_unsafe() optional 7 years ago
Thomas Gummerer c788c54cde refs: strip out not allowed flags from ref_transaction_update 7 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