🌐 AI搜索 & 代理
🔍
主页
Sign in
chromium
/
external
/
github.com
/
git
/
git
/
refs/tags/v2.43.1
/
bundle.c
tag
9c98e72e0329036735d6b873b88d0d840f5d8214
tagger
Junio C Hamano <gitster@pobox.com>
Fri Feb 09 00:22:52 2024
object
3526e67d917bcd03f317a058208fa02737654637
Git 2.43.1
dd224ce
Merge branch 'dk/bundle-i18n-more'
by Junio C Hamano
· 2 years, 5 months ago
bbb6acd
i18n: mark more bundle.c strings for translation
by D. Ben Knoble
· 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
d812c3b
treewide: remove cache.h inclusion due to object.h changes
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, 9 months ago
12cb1c1
cocci: apply the "refs.h" part of "the_repository.pending"
by Ævar Arnfjörð Bjarmason
· 2 years, 9 months ago
bc726bd
cocci: apply the "object-store.h" part of "the_repository.pending"
by Ævar Arnfjörð Bjarmason
· 2 years, 9 months ago
d48be35
write-or-die.h: move declarations for write-or-die.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
41771fa
cache.h: remove dependence on hex.h; make other files include it explicitly
by Elijah Newren
· 2 years, 10 months ago
72972ea
Merge branch 'ab/various-leak-fixes'
by Junio C Hamano
· 2 years, 10 months ago
53537c6
bundle.c: don't leak the "args" in the "struct child_process"
by Ævar Arnfjörð Bjarmason
· 2 years, 10 months ago
d9fd674
bundle: verify using check_connected()
by Derrick Stolee
· 2 years, 11 months ago
70334fc
bundle-uri: quiet failed unbundlings
by Derrick Stolee
· 3 years, 2 months ago
89bd7fe
bundle: add flags to verify_bundle()
by Derrick Stolee
· 3 years, 2 months ago
c96060b
bundle: properly clear all revision flags
by Derrick Stolee
· 3 years, 2 months ago
2da81d1
Merge branch 'ab/plug-leak-in-revisions'
by Junio C Hamano
· 3 years, 6 months ago
89c6e45
bundle.h: make "fd" version of read_bundle_header() public
by Ævar Arnfjörð Bjarmason
· 3 years, 7 months ago
f196c1e
revisions API users: use release_revisions() needing REV_INFO_INIT
by Ævar Arnfjörð Bjarmason
· 3 years, 8 months ago
8ba221e
bundle: output hash information in 'verify'
by Derrick Stolee
· 3 years, 9 months ago
017303e
bundle: move capabilities to end of 'verify'
by Derrick Stolee
· 3 years, 9 months ago
7391ecd
Merge branch 'ds/partial-bundles'
by Junio C Hamano
· 3 years, 9 months ago
4f39eb0
bundle: unbundle promisor packs
by Derrick Stolee
· 3 years, 9 months ago
f18b512
bundle: create filtered bundles
by Derrick Stolee
· 3 years, 9 months ago
105c6f1
bundle: parse filter capability
by Derrick Stolee
· 3 years, 9 months ago
4f33a63
list-objects: handle NULL function pointers
by Ævar Arnfjörð Bjarmason
· 3 years, 9 months ago
99d6054
string-list API: change "nr" and "alloc" to "size_t"
by Ævar Arnfjörð Bjarmason
· 3 years, 9 months ago
7366096
bundle API: change "flags" to be "extra_index_pack_args"
by Ævar Arnfjörð Bjarmason
· 4 years, 3 months ago
10b635b
bundle: remove "ref_list" in favor of string-list.c API
by Ævar Arnfjörð Bjarmason
· 4 years, 5 months ago
15e7c7d
bundle.c: use a temporary variable for OIDs and names
by Ævar Arnfjörð Bjarmason
· 4 years, 5 months ago
5bb0fd2
bundle: arguments can be read from stdin
by Jiang Xin
· 5 years ago
0df670b
Merge branch 'jt/interpret-branch-name-fallback'
by Junio C Hamano
· 5 years ago
f24c30e
wt-status: tolerate dangling marks
by Jonathan Tan
· 5 years ago
e0ad957
Merge branch 'bc/sha-256-part-3'
by Junio C Hamano
· 5 years ago
d70a9eb
strvec: rename struct fields
by Jeff King
· 5 years ago
c5aecfc
bundle: add new version for use with SHA-256
by brian m. carlson
· 5 years ago
f6d8942
strvec: fix indentation in renamed calls
by Jeff King
· 5 years ago
ef8d7ac
strvec: convert more callers away from argv_array name
by Jeff King
· 5 years ago
dbbcd44
strvec: rename files from argv-array to strvec
by Jeff King
· 5 years ago
6161ce7
bundle: detect hash algorithm when reading refs
by brian m. carlson
· 5 years ago
79862b6
bundle-create: progress output control
by Robin H. Johnson
· 6 years ago
703d2d4
bundle: switch to use the_hash_algo
by brian m. carlson
· 6 years ago
3bbbe46
bundle verify: error out if called without an object database
by Johannes Schindelin
· 7 years ago
fcb133e
create_bundle(): drop unused "header" parameter
by Jeff King
· 7 years ago
cde5554
Merge branch 'nd/the-index'
by Junio C Hamano
· 7 years ago
9e3dc6b
Merge branch 'jk/close-duped-fd-before-unlock-for-bundle'
by Junio C Hamano
· 7 years ago
2c8ee1f
bundle: dup() output descriptor closer to point-of-use
by Jeff King
· 7 years ago
74ae4b6
bundle.c: remove the_repository references
by Nguyễn Thái Ngọc Duy
· 7 years ago
11877b9
Merge branch 'nd/the-index'
by Junio C Hamano
· 7 years ago
2abf350
revision.c: remove implicit dependency on the_index
by Nguyễn Thái Ngọc Duy
· 7 years ago
9001dc2
convert "oidcmp() != 0" to "!oideq()"
by Jeff King
· 7 years ago
2122f67
commit: add repository argument to lookup_commit_reference
by Stefan Beller
· 7 years ago
21e1ee8
commit: add repository argument to lookup_commit_reference_gently
by Stefan Beller
· 7 years ago
109cd76
object: add repository argument to parse_object
by Stefan Beller
· 7 years ago
b16b60f
Merge branch 'sb/object-store-grafts' into sb/object-store-lookup
by Junio C Hamano
· 7 years ago
2f76ebc
Merge branch 'ma/lockfile-cleanup'
by Junio C Hamano
· 8 years ago
cbd53a2
object-store: move object access functions to object-store.h
by Stefan Beller
· 8 years ago
b227586
lock_file: make function-local locks non-static
by Martin Ågren
· 8 years ago
b4f5aca
sha1_file: convert read_sha1_file to struct object_id
by brian m. carlson
· 8 years ago
0bbab7d
Merge branch 'rs/lose-leak-pending'
by Junio C Hamano
· 8 years ago
6364739
bundle: avoid using the rev_info flag leak_pending
by René Scharfe
· 8 years ago
cca5fa6
refs: convert dwim_ref and expand_ref to struct object_id
by brian m. carlson
· 8 years ago
34c290a
refs: convert read_ref and read_ref_full to object_id
by brian m. carlson
· 8 years ago
b2ccdf7
leak_pending: use `object_array_clear()`, not `free()`
by Martin Ågren
· 8 years ago
6b526ce
Merge branch 'bc/object-id'
by Junio C Hamano
· 9 years ago
c251c83
object: convert parse_object* to take struct object_id
by brian m. carlson
· 9 years ago
bc83266
Convert lookup_commit* to struct object_id
by brian m. carlson
· 9 years ago
b8607f3
bundle: convert to struct object_id
by brian m. carlson
· 9 years ago
dddbad7
timestamp_t: a new data type for timestamps
by Johannes Schindelin
· 9 years ago
1aeb7e7
parse_timestamp(): specify explicitly where we parse timestamps
by Johannes Schindelin
· 9 years ago
f5ff5fb
bundle: don't leak an fd in case of early return
by Stefan Beller
· 10 years ago
ed1c997
Remove get_object_hash.
by brian m. carlson
· 10 years ago
f2fd076
Convert struct object to object_id
by brian m. carlson
· 10 years ago
7999b2c
Add several uses of get_object_hash.
by brian m. carlson
· 10 years ago
e54c347
create_bundle(): duplicate file descriptor to avoid closing it twice
by Michael Haggerty
· 10 years ago
c8a571d
bundle.c: fix memory leak
by Stefan Beller
· 11 years ago
d9362ef
bundle: split out ref writing from bundle_create
by Jeff King
· 11 years ago
e8eb251
bundle: split out a helper function to compute and write prerequisites
by Junio C Hamano
· 11 years ago
5e626b9
bundle: split out a helper function to create pack data
by Junio C Hamano
· 11 years ago
8828f29
use child_process_init() to initialize struct child_process variables
by René Scharfe
· 11 years ago
7695d11
refs.c: change resolve_ref_unsafe reading argument to be a flags field
by Ronnie Sahlberg
· 11 years ago
0189df3
Merge branch 'rs/plug-leak-in-bundle'
by Junio C Hamano
· 11 years ago
6404594
bundle: plug minor memory leak in is_tag_in_date_range()
by René Scharfe
· 11 years ago
697cc8e
lockfile.h: extract new header file for the functions in lockfile.c
by Michael Haggerty
· 11 years ago
ffe41f8
Merge branch 'lf/bundle-exclusion' into maint
by Junio C Hamano
· 11 years ago
825fd93
Merge branch 'rs/child-process-init'
by Junio C Hamano
· 11 years ago
7b41640
Merge branch 'lf/bundle-exclusion'
by Junio C Hamano
· 11 years ago
d318027
run-command: introduce CHILD_PROCESS_INIT
by René Scharfe
· 11 years ago
2c8544a
bundle: fix exclusion of annotated tags
by Lukas Fleischer
· 11 years ago
92859f3
bundle: use internal argv_array of struct child_process in create_bundle()
by René Scharfe
· 11 years ago
b407d40
Merge branch 'nd/log-show-linear-break'
by Junio C Hamano
· 12 years ago
208acbf
object.h: centralize object flag allocation
by Nguyễn Thái Ngọc Duy
· 12 years ago
006f678
Merge branch 'sh/use-hashcpy'
by Junio C Hamano
· 12 years ago
50546b1
Use hashcpy() when copying object names
by Sun He
· 12 years ago
5cbbe13
bundle.c: use ALLOC_GROW() in add_to_ref_list()
by Dmitry S. Dolzhenko
· 12 years ago
1e2371e
bundle: use argv-array
by Junio C Hamano
· 12 years ago
31faeb2
object_array_entry: fix memory handling of the name field
by Michael Haggerty
· 13 years ago
5446e33
bundle: Accept prerequisites without commit messages
by Lukas Fleischer
· 13 years ago
f1ad05f
Merge branch 'jk/fully-peeled-packed-ref' into maint-1.8.1
by Junio C Hamano
· 13 years ago
Next »