🌐 AI搜索 & 代理
🔍
主页
Sign in
chromium
/
external
/
github.com
/
git
/
git
/
refs/tags/v2.43.1
/
object-name.c
tag
9c98e72e0329036735d6b873b88d0d840f5d8214
tagger
Junio C Hamano <gitster@pobox.com>
Fri Feb 09 00:22:52 2024
object
3526e67d917bcd03f317a058208fa02737654637
Git 2.43.1
eea0e59
treewide: remove unnecessary includes in source files
by Elijah Newren
· 2 years ago
67e7305
Merge branch 'cw/strbuf-cleanup'
by Junio C Hamano
· 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
bc5c5ec
cache.h: remove this no-longer-used header
by Elijah Newren
· 2 years, 6 months ago
08c46a4
read-cache*.h: move declarations for read-cache.c functions from cache.h
by Elijah Newren
· 2 years, 6 months ago
f940185
object-name: move related functions to object-name
by Calvin Wan
· 2 years, 6 months ago
ccd12a3
Merge branch 'en/header-split-cache-h-part-2'
by Junio C Hamano
· 2 years, 7 months ago
0807e57
Merge branch 'en/header-split-cache-h'
by Junio C Hamano
· 2 years, 8 months ago
e3d2f20
object-store.h: reduce unnecessary includes
by Elijah Newren
· 2 years, 8 months ago
d4a4f92
commit.h: reduce unnecessary includes
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
6047b28
Merge branch 'en/header-split-cleanup'
by Junio C Hamano
· 2 years, 8 months ago
72871b19
Merge branch 'ab/remove-implicit-use-of-the-repository'
by Junio C Hamano
· 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
8069aa0
Merge branch 'fc/oid-quietly-parse-upstream'
by Junio C Hamano
· 2 years, 9 months ago
4a93b89
libs: use "struct repository *" argument, not "the_repository"
by Ævar Arnfjörð Bjarmason
· 2 years, 9 months ago
bab8216
cocci: apply the "pretty.h" part of "the_repository.pending"
by Ævar Arnfjörð Bjarmason
· 2 years, 9 months ago
ecb5091
cocci: apply the "commit.h" part of "the_repository.pending"
by Ævar Arnfjörð Bjarmason
· 2 years, 9 months ago
d850b7a
cocci: apply the "cache.h" part of "the_repository.pending"
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
f394e09
treewide: be explicit about dependence on gettext.h
by Elijah Newren
· 2 years, 9 months ago
d0732a8
Merge branch 'jk/unused-post-2.39-part2'
by Junio C Hamano
· 2 years, 9 months ago
dfbfdc5
object-name: fix quiet @{u} parsing
by Felipe Contreras
· 2 years, 9 months ago
07ffb95
object-name: mark unused parameters in disambiguate callbacks
by Jeff King
· 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
5cf88fd
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
by Ævar Arnfjörð Bjarmason
· 3 years, 3 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
4925adb
object-name: diagnose trees in index properly
by Derrick Stolee
· 3 years, 8 months ago
561287d
object-name: reject trees found in the index
by Derrick Stolee
· 3 years, 8 months ago
0a01df0
Merge branch 'ab/date-mode-release'
by Junio C Hamano
· 3 years, 10 months ago
268e6b8
Merge branch 'ab/ambiguous-object-name'
by Junio C Hamano
· 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
3a73c1d
object-name: re-use "struct strbuf" in show_ambiguous_object()
by Ævar Arnfjörð Bjarmason
· 3 years, 11 months ago
d2ef3cb
object-name: iterate ambiguous objects before showing header
by Ævar Arnfjörð Bjarmason
· 3 years, 11 months ago
851b3d7
object-name: show date for ambiguous tag objects
by Ævar Arnfjörð Bjarmason
· 3 years, 11 months ago
ba5e8a0
object-name: make ambiguous object output translatable
by Ævar Arnfjörð Bjarmason
· 3 years, 11 months ago
667a560
object-name: explicitly handle bad tags in show_ambiguous_object()
by Ævar Arnfjörð Bjarmason
· 3 years, 11 months ago
6780e68
object-name: explicitly handle OBJ_BAD in show_ambiguous_object()
by Ævar Arnfjörð Bjarmason
· 3 years, 11 months ago
245b948
cat-file: use GET_OID_ONLY_TO_DIE in --(textconv|filters)
by Ævar Arnfjörð Bjarmason
· 4 years ago
9ce6000
object-name.c: don't have GET_OID_ONLY_TO_DIE imply *_QUIETLY
by Ævar Arnfjörð Bjarmason
· 4 years ago
ed9bff0
advice: remove read uses of most global `advice_` variables
by Ben Boeckel
· 4 years, 4 months ago
92d8ed8
oidtree: a crit-bit tree for odb_loose_cache
by Eric Wong
· 4 years, 5 months ago
1e6771e
object-name.c: rename from sha1-name.c
by Martin Ågren
· 5 years ago
[Renamed (98%) from sha1-name.c]
f24c30e
wt-status: tolerate dangling marks
by Jonathan Tan
· 5 years ago
a4f66a7
sha1-name: replace unsigned int with option struct
by Jonathan Tan
· 5 years ago
95ca489
Merge branch 'jc/missing-ref-store-fix'
by Junio C Hamano
· 6 years ago
0220461
repository: mark the "refs" pointer as private
by Jeff King
· 6 years ago
5ff4b92
sha1-name: do not assume that the ref store is initialized
by Junio C Hamano
· 6 years ago
fe299ec
oid_array: rename source file from sha1-array
by Jeff King
· 6 years ago
0763671
nth_packed_object_oid(): use customary integer return
by Jeff King
· 6 years ago
09e4840
Merge branch 'jk/get-oid-error-message-i18n'
by Junio C Hamano
· 6 years ago
145136a
C: use skip_prefix() to avoid hardcoded string length
by Junio C Hamano
· 6 years ago
b041830
sha1-name: mark get_oid() error messages for translation
by Jeff King
· 6 years ago
337e3f2
Merge branch 'rs/nth-switch-code-simplification'
by Junio C Hamano
· 6 years ago
773521d
Merge branch 'rs/nth-parent-parse'
by Junio C Hamano
· 6 years ago
4b3aa17
sha1_name: simplify strbuf handling in interpret_nth_prior_checkout()
by René Scharfe
· 6 years ago
59fa5f5
sha1-name: check for overflow of N in "foo^N" and "foo~N"
by René Scharfe
· 6 years ago
2743b61
Merge branch 'rs/sort-oid-array-thread-safe'
by Junio C Hamano
· 6 years ago
7cfcb16
sha1-name: make sort_ambiguous_oid_array() thread-safe
by René Scharfe
· 6 years ago
1eb0a12
Merge branch 'nd/tree-walk-with-repo'
by Junio C Hamano
· 6 years ago
f496b06
Merge branch 'nd/switch-and-restore'
by Junio C Hamano
· 6 years ago
34e7771
Use the right 'struct repository' instead of the_repository
by Nguyễn Thái Ngọc Duy
· 6 years ago
0dd1f0c
tree-walk.c: remove the_repo from get_tree_entry_follow_symlinks()
by Nguyễn Thái Ngọc Duy
· 6 years ago
50ddb08
tree-walk.c: remove the_repo from get_tree_entry()
by Nguyễn Thái Ngọc Duy
· 6 years ago
8c59ba9
Merge branch 'jk/get-oid-indexed-object-name'
by Junio C Hamano
· 7 years ago
454b419
Merge branch 'ds/midx-too-many-packs'
by Junio C Hamano
· 7 years ago
581d2fd
get_oid: handle NULL repo->index
by Jeff King
· 7 years ago
0b179f3
Merge branch 'nd/sha1-name-c-wo-the-repository'
by Junio C Hamano
· 7 years ago
96379f0
Merge branch 'en/merge-directory-renames'
by Junio C Hamano
· 7 years ago
af96fe3
midx: add packs to packed_git linked list
by Derrick Stolee
· 7 years ago
e36adf7
Merge branch 'ps/stash-in-c'
by Junio C Hamano
· 7 years ago
c931ba4
sha1-name.c: remove the_repo from handle_one_ref()
by Nguyễn Thái Ngọc Duy
· 7 years ago
0daf7ff
sha1-name.c: remove the_repo from get_oid_mb()
by Nguyễn Thái Ngọc Duy
· 7 years ago
2b1790f
sha1-name.c: remove the_repo from get_oid_1()
by Nguyễn Thái Ngọc Duy
· 7 years ago
65e5046
sha1-name.c: remove the_repo from other get_oid_*
by Nguyễn Thái Ngọc Duy
· 7 years ago
49281cf
sha1-name.c: remove the_repo from get_oid_basic()
by Nguyễn Thái Ngọc Duy
· 7 years ago
e270f42
sha1-name.c: remove the_repo from maybe_die_on_misspelt_object_name
by Nguyễn Thái Ngọc Duy
· 7 years ago
ec580ea
sha1-name.c: add repo_get_oid()
by Nguyễn Thái Ngọc Duy
· 7 years ago
efe461b
sha1-name.c: remove the_repo from get_oid_with_context_1()
by Nguyễn Thái Ngọc Duy
· 7 years ago
0381f7f
sha1-name.c: remove the_repo from resolve_relative_path()
by Nguyễn Thái Ngọc Duy
· 7 years ago
0488481
sha1-name.c: remove the_repo from diagnose_invalid_index_path()
by Nguyễn Thái Ngọc Duy
· 7 years ago
0c6b5ba
sha1-name.c: remove the_repo from get_describe_name()
by Nguyễn Thái Ngọc Duy
· 7 years ago
0bb41a1
sha1-name.c: remove the_repo from get_oid_oneline()
by Nguyễn Thái Ngọc Duy
· 7 years ago
71588ed
sha1-name.c: add repo_interpret_branch_name()
by Nguyễn Thái Ngọc Duy
· 7 years ago
ea1c873
sha1-name.c: remove the_repo from interpret_branch_mark()
by Nguyễn Thái Ngọc Duy
· 7 years ago
23a5712
sha1-name.c: remove the_repo from interpret_nth_prior_checkout()
by Nguyễn Thái Ngọc Duy
· 7 years ago
c6c0235
sha1-name.c: remove the_repo from get_short_oid()
by Nguyễn Thái Ngọc Duy
· 7 years ago
4e99f2d
sha1-name.c: add repo_for_each_abbrev()
by Nguyễn Thái Ngọc Duy
· 7 years ago
ef9b037
sha1-name.c: store and use repo in struct disambiguate_state
by Nguyễn Thái Ngọc Duy
· 7 years ago
8bb9557
sha1-name.c: add repo_find_unique_abbrev_r()
by Nguyễn Thái Ngọc Duy
· 7 years ago
7f07c03
sha1-name.c: remove the_repo from find_abbrev_len_packed()
by Nguyễn Thái Ngọc Duy
· 7 years ago
fae2ae4
sha1-name.c: remove the_repo from sort_ambiguous()
by Nguyễn Thái Ngọc Duy
· 7 years ago
7fdff47
refs.c: remove the_repo from read_ref_at()
by Nguyễn Thái Ngọc Duy
· 7 years ago
8f56e9d
refs.c: remove the_repo from substitute_branch_name()
by Nguyễn Thái Ngọc Duy
· 7 years ago
5ec1e72
Use 'unsigned short' for mode, like diff_filespec does
by Elijah Newren
· 7 years ago
328c6cb
doc: promote "git switch"
by Nguyễn Thái Ngọc Duy
· 7 years ago
6d67a99
get_oid(): when an object was not found, try harder
by Johannes Schindelin
· 7 years ago
Next »