938 Commits (5d3635db19c6dff4fb063fabfa4161fd3b8285f0)

Author SHA1 Message Date
Rafael Ascensão 9ab9b5df0e refs: fix some exclude patterns being ignored 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
Nguyễn Thái Ngọc Duy 8aff1a9ca5 Add a place for (not) sharing stuff between worktrees 7 years ago
Nguyễn Thái Ngọc Duy 5c79f74f05 refs.c: indent with tabs, not spaces 7 years ago
Jeff King 9001dc2a74 convert "oidcmp() != 0" to "!oideq()" 7 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
Junio C Hamano 60650a48c0 remote: make refspec follow the same disambiguation rule as local refs 7 years ago
Nguyễn Thái Ngọc Duy 661558f0a5 refs.c: mark more strings for translation 7 years ago
Nguyễn Thái Ngọc Duy 1a07e59c3e Update messages in preparation for i18n 7 years ago
Ben Peart 80a6c2073b convert log_ref_write_fd() to use strbuf 7 years ago
Stefan Beller 1268dfac1e object: add repository argument to object_as_type 7 years ago
Jeff King bf4baf1fed shorten_unambiguous_ref: use xsnprintf 7 years ago
Jeff King 2dc417ab1f get_main_ref_store: BUG() when outside a repository 7 years ago
Stefan Beller cbd53a2193 object-store: move object access functions to object-store.h 7 years ago
Martin Ågren db0210d445 refs: handle zero oid for pseudorefs 7 years ago
Martin Ågren c0bdd658bd refs.c: refer to "object ID", not "sha1", in error messages 7 years ago
Martin Ågren 3c6fad4a3f refs.c: do not die if locking fails in `delete_pseudoref()` 7 years ago
Martin Ågren 010845157a refs.c: do not die if locking fails in `write_pseudoref()` 7 years ago
Johannes Schindelin 033abf97fc Replace all die("BUG: ...") calls by BUG() ones 7 years ago
Johannes Schindelin a9be29c981 sequencer: make refs generated by the `label` command worktree-local 7 years ago
Stefan Beller 0df8e96566 cache.h: add repository argument to oid_object_info 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
brian m. carlson abef9020e3 sha1_file: convert sha1_object_info* to object_id 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 62c72d1fd0 ref_transaction_add_update(): remove a check 7 years ago
Michael Haggerty a9bbbcec0d ref_transaction_update(): die on disallowed flags 7 years ago
brian m. carlson 99afe91a6c refs: convert read_raw_ref backends to struct object_id 8 years ago
brian m. carlson ac2ed0d7d5 refs: convert peel_object to struct object_id 8 years ago
brian m. carlson 49e61479be refs: convert resolve_ref_unsafe to struct object_id 8 years ago
brian m. carlson a98e6101f0 refs: convert resolve_gitlink_ref to struct object_id 8 years ago
brian m. carlson 0155f710b8 refs: convert reflog_expire parameter to struct object_id 8 years ago
brian m. carlson 8eb36d9422 refs: convert read_ref_at to struct object_id 8 years ago
brian m. carlson b420d90980 refs: convert peel_ref to struct object_id 8 years ago
brian m. carlson 334dc52f49 refs: convert dwim_log to struct object_id 8 years ago
brian m. carlson cca5fa6406 refs: convert dwim_ref and expand_ref to struct object_id 8 years ago
brian m. carlson 34c290a6fc refs: convert read_ref and read_ref_full to object_id 8 years ago
brian m. carlson 0f2dc722dd refs: convert resolve_refdup and refs_resolve_refdup to struct object_id 8 years ago
brian m. carlson 89f3bbdd3b refs: update ref transactions to use struct object_id 8 years ago
brian m. carlson 6ee18216d8 refs: prevent accidental NULL dereference in write_pseudoref 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
Jeff King a1c1d8170d refs_resolve_ref_unsafe: handle d/f conflicts for writes 8 years ago
Michael Haggerty ba1c052fa6 ref_store: implement `refs_peel_ref()` generically 8 years ago
René Scharfe 744c040b19 refs: pass NULL to resolve_ref_unsafe() if hash is not needed 8 years ago