257 Commits (d98f2726743d45f045525d5a55ad1322fc2e6b85)

Author SHA1 Message Date
Jonathan Tan f24c30e0b6 wt-status: tolerate dangling marks 5 years ago
Jonathan Tan ec06b05568 refs: move dwim_ref() to header file 5 years ago
Han-Wen Nienhuys 3f9f1acccf refs: make refs_ref_exists public 5 years ago
Jeff King 873cd28a8b argv-array: rename to strvec 5 years ago
Don Goodman-Wilson 8747ebb7cd init: allow setting the default for the initial branch name via the config 5 years ago
Han-Wen Nienhuys d1eb22da09 refs.h: clarify reflog iteration order 5 years ago
Derrick Stolee c9f7a793e8 log-tree: make ref_filter_match() a helper method 5 years ago
Heba Waly 126c1ccefb refs: move doc to refs.h 5 years ago
Nguyễn Thái Ngọc Duy 1de16aecf5 worktree add: sanitize worktree names 6 years ago
Denton Liu 554544276a *.[ch]: remove extern from function declarations using spatch 6 years ago
Nguyễn Thái Ngọc Duy 7fdff47432 refs.c: remove the_repo from read_ref_at() 6 years ago
Nguyễn Thái Ngọc Duy 567009033f refs.c: add repo_dwim_log() 6 years ago
Nguyễn Thái Ngọc Duy d8984c532a refs.c: add repo_dwim_ref() 6 years ago
Nguyễn Thái Ngọc Duy 0b1dbf53df refs.c: remove the_repo from expand_ref() 6 years ago
Nguyễn Thái Ngọc Duy 546edf37ae refs.c: add refs_shorten_unambiguous_ref() 6 years ago
Nguyễn Thái Ngọc Duy 3a3b9d8cde refs: new ref types to make per-worktree refs visible to all worktrees 6 years ago
Stefan Beller 212e0f7efe refs.c: upgrade for_each_replace_ref to be a each_repo_ref_fn callback 7 years ago
Stefan Beller 4a6067cda5 refs.c: migrate internal ref iteration to pass thru repository argument 7 years ago
Elijah Newren ef3ca95475 Add missing includes and forward declarations 7 years ago
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 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