Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/refs.c
AgeCommit message (Expand)Author
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano
2023-04-06Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano
2023-03-28post-cocci: adjust comments for recent repo_* migrationÆvar Arnfjörð Bjarmason
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-03-21treewide: remove unnecessary cache.h inclusion from a few headersElijah Newren
2023-03-18Merge branch 'en/header-cleanup'Junio C Hamano
2023-02-27Merge branch 'jk/shorten-unambiguous-ref-wo-sscanf'Junio C Hamano
2023-02-24cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2023-02-24alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren
2023-02-15shorten_unambiguous_ref(): avoid sscanf()Jeff King
2023-02-15shorten_unambiguous_ref(): use NUM_REV_PARSE_RULES constantJeff King
2023-02-15shorten_unambiguous_ref(): avoid integer truncationJeff King
2022-12-13ls-refs: use repository parameter to iterate refsJeff King
2022-11-18refs: get rid of global list of hidden refsPatrick Steinhardt
2022-11-18refs: fix memory leak when parsing hideRefs configPatrick Steinhardt
2022-09-19refs: unify parse_worktree_ref() and ref_type()Han-Wen Nienhuys
2022-09-14Merge branch 'ab/unused-annotation'Junio C Hamano
2022-09-14Merge branch 'jk/unused-annotation'Junio C Hamano
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason
2022-08-19hashmap: mark unused callback parametersJeff King
2022-08-19refs: mark unused reflog callback parametersJeff King
2022-08-19refs: mark unused each_ref_fn parametersJeff King
2022-08-06refs: use ref_namespaces for replace refs baseDerrick Stolee
2022-08-06refs: add array of ref namespacesDerrick Stolee
2022-08-06refs: allow "HEAD" as decoration filterDerrick Stolee
2022-04-25clone: die() instead of BUG() on bad refsDerrick Stolee
2022-04-14Revert "Merge branch 'ps/avoid-unnecessary-hook-invocation-with-packed-refs'"Junio C Hamano
2022-03-17refs debug: add a wrapper for "read_symbolic_ref"Ævar Arnfjörð Bjarmason
2022-03-17Merge branch 'ps/fetch-mirror-optim'Junio C Hamano
2022-03-14Merge branch 'ps/fetch-atomic'Junio C Hamano
2022-03-01refs: add ability for backends to special-case reading of symbolic refsPatrick Steinhardt
2022-03-01Merge branch 'ps/fetch-atomic' into ps/fetch-mirror-optimJunio C Hamano
2022-02-26Merge branch 'ab/date-mode-release'Junio C Hamano
2022-02-19Merge branch 'ps/avoid-unnecessary-hook-invocation-with-packed-refs'Junio C Hamano
2022-02-17refs: add interface to iterate over queued transactional updatesPatrick Steinhardt
2022-02-16date API: create a date.h, split from cache.hÆvar Arnfjörð Bjarmason
2022-01-27refs API: remove "failure_errno" from refs_resolve_ref_unsafe()Ævar Arnfjörð Bjarmason
2022-01-17refs: allow skipping the reference-transaction hookPatrick Steinhardt
2022-01-17refs: allow passing flags when beginning transactionsPatrick Steinhardt
2022-01-15Merge branch 'ab/refs-errno-cleanup'Junio C Hamano
2022-01-13refs API: use "failure_errno", not "errno"Ævar Arnfjörð Bjarmason
2022-01-10Merge branch 'hn/refs-debug-update'Junio C Hamano
2022-01-04Merge branch 'ns/tmp-objdir'Junio C Hamano
2021-12-23refs: centralize initialization of the base ref_store.Han-Wen Nienhuys
2021-12-15Merge branch 'hn/allow-bogus-oid-in-ref-tests'Junio C Hamano
2021-12-11Merge branch 'hn/create-reflog-simplify'Junio C Hamano
2021-12-11Merge branch 'jk/refs-g11-workaround'Junio C Hamano