1070 Commits (9ea1378d046d764642718f1b070689072bde4601)

Author SHA1 Message Date
Patrick Steinhardt 9b67eb6fbe refs: get rid of global list of hidden refs 2 years ago
Patrick Steinhardt 5eeb9aa208 refs: fix memory leak when parsing hideRefs config 2 years ago
Han-Wen Nienhuys 71e5473493 refs: unify parse_worktree_ref() and ref_type() 2 years ago
Ævar Arnfjörð Bjarmason 5cf88fd8b0 git-compat-util.h: use "UNUSED", not "UNUSED(var)" 2 years ago
Jeff King 02c3c59e62 hashmap: mark unused callback parameters 3 years ago
Jeff King c006e9fa59 refs: mark unused reflog callback parameters 3 years ago
Jeff King 63e14ee2d6 refs: mark unused each_ref_fn parameters 3 years ago
Derrick Stolee 97e61e0f9c refs: use ref_namespaces for replace refs base 3 years ago
Derrick Stolee b9342b3fd6 refs: add array of ref namespaces 3 years ago
Derrick Stolee b877e617e6 refs: allow "HEAD" as decoration filter 3 years ago
Derrick Stolee d097a23bfa clone: die() instead of BUG() on bad refs 3 years ago
Junio C Hamano c6da34a610 Revert "Merge branch 'ps/avoid-unnecessary-hook-invocation-with-packed-refs'" 3 years ago
Ævar Arnfjörð Bjarmason 5b8754043c refs debug: add a wrapper for "read_symbolic_ref" 3 years ago
Patrick Steinhardt cd475b3b03 refs: add ability for backends to special-case reading of symbolic refs 3 years ago
Patrick Steinhardt 4f2ba2d06a refs: add interface to iterate over queued transactional updates 3 years ago
Ævar Arnfjörð Bjarmason 88c7b4c3c8 date API: create a date.h, split from cache.h 3 years ago
Ævar Arnfjörð Bjarmason ce14de03db refs API: remove "failure_errno" from refs_resolve_ref_unsafe() 3 years ago
Patrick Steinhardt 958fbc74e3 refs: allow skipping the reference-transaction hook 3 years ago
Patrick Steinhardt fbe73f61cb refs: allow passing flags when beginning transactions 3 years ago
Ævar Arnfjörð Bjarmason cac15b3fb4 refs API: use "failure_errno", not "errno" 3 years ago
Han-Wen Nienhuys f9f7fd3b23 refs: centralize initialization of the base ref_store. 3 years ago
Neeraj Singh ecd81dfc79 tmp-objdir: disable ref updates when replacing the primary odb 3 years ago
Han-Wen Nienhuys 3c966c7b4e refs: introduce REF_SKIP_REFNAME_VERIFICATION flag 3 years ago
Han-Wen Nienhuys 7b089120d9 refs: drop force_create argument of create_reflog API 3 years ago
Jeff King 49f1eb3b34 refs: work around gcc-11 warning with REF_HAVE_NEW 3 years ago
Ævar Arnfjörð Bjarmason f1da24ca5e refs API: post-migration API renaming [2/2] 3 years ago
Ævar Arnfjörð Bjarmason 25a33b3342 refs API: post-migration API renaming [1/2] 3 years ago
Ævar Arnfjörð Bjarmason 4755d7dff7 refs API: don't expose "errno" in run_transaction_hook() 3 years ago
Ævar Arnfjörð Bjarmason 6582bd31e3 refs API: make expand_ref() & repo_dwim_log() not set errno 3 years ago
Ævar Arnfjörð Bjarmason ed90f04155 refs API: make resolve_ref_unsafe() not set errno 3 years ago
Ævar Arnfjörð Bjarmason 1e3ccb552f refs API: make refs_ref_exists() not set errno 3 years ago
Ævar Arnfjörð Bjarmason f65bb9fb06 refs API: make refs_resolve_refdup() not set errno 3 years ago
Ævar Arnfjörð Bjarmason db7a3d25d6 refs API: make resolve_gitlink_ref() not set errno 3 years ago
Ævar Arnfjörð Bjarmason 76887df014 refs API: remove refs_read_ref_full() wrapper 3 years ago
Ævar Arnfjörð Bjarmason c339ff690f refs API: make refs_rename_ref_available() static 3 years ago
Han-Wen Nienhuys df3458e957 refs API: make parse_loose_ref_contents() not set errno 3 years ago
Han-Wen Nienhuys 8b72fea7e9 refs API: make refs_read_raw_ref() not set errno 3 years ago
Ævar Arnfjörð Bjarmason ef18119dec refs API: add a version of refs_resolve_ref_unsafe() with "errno" 3 years ago
Jonathan Tan 9bc45a2802 refs: teach arbitrary repo support to iterators 3 years ago
Jonathan Tan 34224e14d6 refs: plumb repo into ref stores 3 years ago
Ævar Arnfjörð Bjarmason 98961e42f0 refs.[ch]: remove unused ref_storage_backend_exists() 3 years ago
Jeff King 67985e4e4a refs: drop "broken" flag from for_each_fullref_in() 3 years ago
Jeff King 5d1f5b8cd4 repack, prune: drop GIT_REF_PARANOIA settings 3 years ago
Jeff King 968f12fdac refs: turn on GIT_REF_PARANOIA by default 3 years ago
Jeff King 6d751be4b6 refs: omit dangling symrefs when using GIT_REF_PARANOIA 3 years ago
Jeff King 9aab952e85 refs-internal.h: reorganize DO_FOR_EACH_* flag documentation 3 years ago
Ævar Arnfjörð Bjarmason 5e3aba33da hook.[ch]: move find_hook() from run-command.c to hook.c 3 years ago
Han-Wen Nienhuys 5b12e16bb1 refs: make errno output explicit for read_raw_ref_fn 4 years ago
Ævar Arnfjörð Bjarmason cc40b5ce13 refs API: remove OID argument to reflog_expire() 4 years ago
Ævar Arnfjörð Bjarmason 6f45ec88d2 refs: make repo_dwim_log() accept a NULL oid 4 years ago