🌐 AI搜索 & 代理
🔍
主页
Sign in
chromium
/
external
/
github.com
/
git
/
git
/
refs/tags/v2.43.0
/
refs.c
tag
c089584ac8dedc3aa7c2c404839bc098050298a2
tagger
Junio C Hamano <gitster@pobox.com>
Mon Nov 20 01:28:36 2023
object
564d0252ca632e0264ed670534a51d18a689ef5d
Git 2.43
c5fcd34
Merge branch 'jk/unused-parameter'
by Junio C Hamano
· 2 years, 5 months ago
39fe402
Merge branch 'tb/refs-exclusion-and-packed-refs'
by Junio C Hamano
· 2 years, 5 months ago
1779dee
do_for_each_ref_helper(): mark unused repository parameter
by Jeff King
· 2 years, 5 months ago
15af64d
refs.h: implement `hidden_refs_to_excludes()`
by Taylor Blau
· 2 years, 5 months ago
e6bf24d
refs.h: let `for_each_namespaced_ref()` take excluded patterns
by Taylor Blau
· 2 years, 5 months ago
c45841f
revision.h: store hidden refs in a `strvec`
by Taylor Blau
· 2 years, 5 months ago
b269ac5
refs: plumb `exclude_patterns` argument throughout
by Taylor Blau
· 2 years, 5 months ago
bf1377a
refs.c: rename `ref_filter`
by Jeff King
· 2 years, 5 months ago
91c080d
git-compat-util: move alloc macros to git-compat-util.h
by Calvin Wan
· 2 years, 5 months ago
da9502f
treewide: remove unnecessary includes for wrapper.h
by Calvin Wan
· 2 years, 5 months ago
a034e91
object-store-ll.h: split this header out of object-store.h
by Elijah Newren
· 2 years, 6 months ago
dd77d58
git-compat-util.h: remove unneccessary include of wildmatch.h
by Elijah Newren
· 2 years, 6 months ago
c339932
repository: remove unnecessary include of path.h
by Elijah Newren
· 2 years, 6 months ago
826ae79
pack-refs: teach --exclude option to exclude refs from being packed
by John Cai
· 2 years, 7 months ago
e93fc5d
treewide: remove cache.h inclusion due to object-name.h changes
by Elijah Newren
· 2 years, 8 months ago
dabab1d
object-name.h: move declarations for object-name.c functions from cache.h
by Elijah Newren
· 2 years, 8 months ago
6c6ddf9
treewide: be explicit about dependence on advice.h
by Elijah Newren
· 2 years, 8 months ago
e7dca80
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-cache-h
by Junio C Hamano
· 2 years, 8 months ago
c7c33f5
post-cocci: adjust comments for recent repo_* migration
by Ævar Arnfjörð Bjarmason
· 2 years, 9 months ago
e38da48
setup.h: move declarations for setup.c functions from cache.h
by Elijah Newren
· 2 years, 9 months ago
32a8f51
environment.h: move declarations for environment.c functions from cache.h
by Elijah Newren
· 2 years, 9 months ago
d5ebb50
wrapper.h: move declarations for wrapper.c functions from cache.h
by Elijah Newren
· 2 years, 9 months ago
f394e09
treewide: be explicit about dependence on gettext.h
by Elijah Newren
· 2 years, 9 months ago
a6dc3d3
treewide: remove unnecessary cache.h inclusion from a few headers
by Elijah Newren
· 2 years, 9 months ago
88cc8ed
Merge branch 'en/header-cleanup'
by Junio C Hamano
· 2 years, 9 months ago
dda83e6
Merge branch 'jk/shorten-unambiguous-ref-wo-sscanf'
by Junio C Hamano
· 2 years, 10 months ago
41771fa
cache.h: remove dependence on hex.h; make other files include it explicitly
by Elijah Newren
· 2 years, 10 months ago
36bf195
alloc.h: move ALLOC_GROW() functions from cache.h
by Elijah Newren
· 2 years, 10 months ago
613bef5
shorten_unambiguous_ref(): avoid sscanf()
by Jeff King
· 2 years, 10 months ago
8f416f6
shorten_unambiguous_ref(): use NUM_REV_PARSE_RULES constant
by Jeff King
· 2 years, 10 months ago
dd5e4d3
shorten_unambiguous_ref(): avoid integer truncation
by Jeff King
· 2 years, 10 months ago
91e2ab1
ls-refs: use repository parameter to iterate refs
by Jeff King
· 3 years ago
9b67eb6
refs: get rid of global list of hidden refs
by Patrick Steinhardt
· 3 years, 1 month ago
5eeb9aa
refs: fix memory leak when parsing hideRefs config
by Patrick Steinhardt
· 3 years, 1 month ago
71e5473
refs: unify parse_worktree_ref() and ref_type()
by Han-Wen Nienhuys
· 3 years, 3 months ago
dd407f1
Merge branch 'ab/unused-annotation'
by Junio C Hamano
· 3 years, 3 months ago
a6b42ec
Merge branch 'jk/unused-annotation'
by Junio C Hamano
· 3 years, 3 months ago
5cf88fd
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
by Ævar Arnfjörð Bjarmason
· 3 years, 3 months ago
02c3c59
hashmap: mark unused callback parameters
by Jeff King
· 3 years, 4 months ago
c006e9f
refs: mark unused reflog callback parameters
by Jeff King
· 3 years, 4 months ago
63e14ee
refs: mark unused each_ref_fn parameters
by Jeff King
· 3 years, 4 months ago
97e61e0
refs: use ref_namespaces for replace refs base
by Derrick Stolee
· 3 years, 4 months ago
b9342b3
refs: add array of ref namespaces
by Derrick Stolee
· 3 years, 4 months ago
b877e61
refs: allow "HEAD" as decoration filter
by Derrick Stolee
· 3 years, 4 months ago
d097a23
clone: die() instead of BUG() on bad refs
by Derrick Stolee
· 3 years, 8 months ago
c6da34a
Revert "Merge branch 'ps/avoid-unnecessary-hook-invocation-with-packed-refs'"
by Junio C Hamano
· 3 years, 8 months ago
5b87540
refs debug: add a wrapper for "read_symbolic_ref"
by Ævar Arnfjörð Bjarmason
· 3 years, 9 months ago
6969ac6
Merge branch 'ps/fetch-mirror-optim'
by Junio C Hamano
· 3 years, 9 months ago
851d2f0
Merge branch 'ps/fetch-atomic'
by Junio C Hamano
· 3 years, 9 months ago
cd475b3
refs: add ability for backends to special-case reading of symbolic refs
by Patrick Steinhardt
· 3 years, 10 months ago
3436340
Merge branch 'ps/fetch-atomic' into ps/fetch-mirror-optim
by Junio C Hamano
· 3 years, 10 months ago
0a01df0
Merge branch 'ab/date-mode-release'
by Junio C Hamano
· 3 years, 10 months ago
991b4d4
Merge branch 'ps/avoid-unnecessary-hook-invocation-with-packed-refs'
by Junio C Hamano
· 3 years, 10 months ago
4f2ba2d
refs: add interface to iterate over queued transactional updates
by Patrick Steinhardt
· 3 years, 10 months ago
88c7b4c
date API: create a date.h, split from cache.h
by Ævar Arnfjörð Bjarmason
· 3 years, 10 months ago
ce14de0
refs API: remove "failure_errno" from refs_resolve_ref_unsafe()
by Ævar Arnfjörð Bjarmason
· 3 years, 11 months ago
958fbc7
refs: allow skipping the reference-transaction hook
by Patrick Steinhardt
· 4 years ago
fbe73f6
refs: allow passing flags when beginning transactions
by Patrick Steinhardt
· 4 years ago
31e3912
Merge branch 'ab/refs-errno-cleanup'
by Junio C Hamano
· 4 years ago
cac15b3
refs API: use "failure_errno", not "errno"
by Ævar Arnfjörð Bjarmason
· 4 years ago
01ea04f
Merge branch 'hn/refs-debug-update'
by Junio C Hamano
· 4 years ago
0dc90d9
Merge branch 'ns/tmp-objdir'
by Junio C Hamano
· 4 years ago
f9f7fd3
refs: centralize initialization of the base ref_store.
by Han-Wen Nienhuys
· 4 years ago
b174a3c
Merge branch 'hn/allow-bogus-oid-in-ref-tests'
by Junio C Hamano
· 4 years ago
b814837
Merge branch 'hn/create-reflog-simplify'
by Junio C Hamano
· 4 years ago
8bb6fe8
Merge branch 'jk/refs-g11-workaround'
by Junio C Hamano
· 4 years ago
ecd81df
tmp-objdir: disable ref updates when replacing the primary odb
by Neeraj Singh
· 4 years ago
3c966c7
refs: introduce REF_SKIP_REFNAME_VERIFICATION flag
by Han-Wen Nienhuys
· 4 years ago
96f6623
Merge branch 'ab/refs-errno-cleanup'
by Junio C Hamano
· 4 years ago
7b08912
refs: drop force_create argument of create_reflog API
by Han-Wen Nienhuys
· 4 years, 1 month ago
49f1eb3
refs: work around gcc-11 warning with REF_HAVE_NEW
by Jeff King
· 4 years, 1 month ago
162a13b
Merge branch 'jt/no-abuse-alternate-odb-for-submodules'
by Junio C Hamano
· 4 years, 2 months ago
f1da24c
refs API: post-migration API renaming [2/2]
by Ævar Arnfjörð Bjarmason
· 4 years, 2 months ago
25a33b3
refs API: post-migration API renaming [1/2]
by Ævar Arnfjörð Bjarmason
· 4 years, 2 months ago
4755d7d
refs API: don't expose "errno" in run_transaction_hook()
by Ævar Arnfjörð Bjarmason
· 4 years, 2 months ago
6582bd3
refs API: make expand_ref() & repo_dwim_log() not set errno
by Ævar Arnfjörð Bjarmason
· 4 years, 2 months ago
ed90f04
refs API: make resolve_ref_unsafe() not set errno
by Ævar Arnfjörð Bjarmason
· 4 years, 2 months ago
1e3ccb5
refs API: make refs_ref_exists() not set errno
by Ævar Arnfjörð Bjarmason
· 4 years, 2 months ago
f65bb9f
refs API: make refs_resolve_refdup() not set errno
by Ævar Arnfjörð Bjarmason
· 4 years, 2 months ago
db7a3d2
refs API: make resolve_gitlink_ref() not set errno
by Ævar Arnfjörð Bjarmason
· 4 years, 2 months ago
76887df
refs API: remove refs_read_ref_full() wrapper
by Ævar Arnfjörð Bjarmason
· 4 years, 2 months ago
c339ff6
refs API: make refs_rename_ref_available() static
by Ævar Arnfjörð Bjarmason
· 4 years, 2 months ago
df3458e
refs API: make parse_loose_ref_contents() not set errno
by Han-Wen Nienhuys
· 4 years, 2 months ago
8b72fea
refs API: make refs_read_raw_ref() not set errno
by Han-Wen Nienhuys
· 4 years, 2 months ago
ef18119
refs API: add a version of refs_resolve_ref_unsafe() with "errno"
by Ævar Arnfjörð Bjarmason
· 4 years, 2 months ago
a5e61a4
Merge branch 'ab/config-based-hooks-1'
by Junio C Hamano
· 4 years, 2 months ago
f6c075a
Merge branch 'jk/ref-paranoia'
by Junio C Hamano
· 4 years, 2 months ago
9bc45a2
refs: teach arbitrary repo support to iterators
by Jonathan Tan
· 4 years, 2 months ago
34224e1
refs: plumb repo into ref stores
by Jonathan Tan
· 4 years, 2 months ago
870de59
Merge branch 'ab/retire-refs-unused-funcs'
by Junio C Hamano
· 4 years, 2 months ago
98961e4
refs.[ch]: remove unused ref_storage_backend_exists()
by Ævar Arnfjörð Bjarmason
· 4 years, 3 months ago
67985e4
refs: drop "broken" flag from for_each_fullref_in()
by Jeff King
· 4 years, 3 months ago
5d1f5b8
repack, prune: drop GIT_REF_PARANOIA settings
by Jeff King
· 4 years, 3 months ago
968f12f
refs: turn on GIT_REF_PARANOIA by default
by Jeff King
· 4 years, 3 months ago
6d751be
refs: omit dangling symrefs when using GIT_REF_PARANOIA
by Jeff King
· 4 years, 3 months ago
9aab952
refs-internal.h: reorganize DO_FOR_EACH_* flag documentation
by Jeff King
· 4 years, 3 months ago
5e3aba3
hook.[ch]: move find_hook() from run-command.c to hook.c
by Ævar Arnfjörð Bjarmason
· 4 years, 3 months ago
5b12e16
refs: make errno output explicit for read_raw_ref_fn
by Han-Wen Nienhuys
· 4 years, 4 months ago
cc40b5c
refs API: remove OID argument to reflog_expire()
by Ævar Arnfjörð Bjarmason
· 4 years, 4 months ago
6f45ec8
refs: make repo_dwim_log() accept a NULL oid
by Ævar Arnfjörð Bjarmason
· 4 years, 4 months ago
Next »