963 Commits (5602b500c3cd9ac308bf9af0d5f0a79bd2195346)

Author SHA1 Message Date
Don Goodman-Wilson 8747ebb7cd init: allow setting the default for the initial branch name via the config 5 years ago
Patrick Steinhardt 6754159767 refs: implement reference transaction hook 5 years ago
Abhishek Kumar 6da43d937c object: drop parsed_object_pool->commit_count 5 years ago
Derrick Stolee c9f7a793e8 log-tree: make ref_filter_match() a helper method 5 years ago
Jeff King 0220461071 repository: mark the "refs" pointer as private 5 years ago
Eric Wong e2b5038d87 hashmap_entry: remove first member requirement from docs 6 years ago
Eric Wong 939af16eac hashmap_cmp_fn takes hashmap_entry params 6 years ago
Eric Wong f23a465132 hashmap_get{,_from_hash} return "struct hashmap_entry *" 6 years ago
Eric Wong 26b455f21e hashmap_put takes "struct hashmap_entry *" 6 years ago
Eric Wong d22245a2e3 hashmap_entry_init takes "struct hashmap_entry *" 6 years ago
Jeff King 0ebbcf70e6 object: convert lookup_unknown_object() to use object_id 6 years ago
Nguyễn Thái Ngọc Duy 1de16aecf5 worktree add: sanitize worktree names 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 8f56e9d4ba refs.c: remove the_repo from substitute_branch_name() 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 b3cd33d079 refs.c: add refs_ref_exists() 6 years ago
Jeff King 98374a07c9 convert has_sha1_file() callers to has_object_file() 6 years ago
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 7 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