๐ AIๆ็ดข & ไปฃ็
๐
ไธป้กต
Sign in
chromium
/
external
/
github.com
/
git
/
git
/
refs/tags/v2.29.3
/
sha1-file.c
tag
14193fc92b3cdaad09c550474029c9a273bf8829
tagger
Junio C Hamano <gitster@pobox.com>
Mon Mar 08 20:08:14 2021
object
0628636d0c21324ae0f11be591611c6b1e55705f
Git 2.29.3
d1a8a89
Merge branch 'jt/has_object'
by Junio C Hamano
ยท 5 years ago
46b225f
Merge branch 'jk/strvec'
by Junio C Hamano
ยท 5 years ago
1d8d9cb
sha1-file: introduce no-lazy-fetch has_object()
by Jonathan Tan
ยท 5 years ago
5b137e8
Merge branch 'jt/pretend-object-never-come-from-elsewhere'
by Junio C Hamano
ยท 5 years ago
c972bf4
strvec: convert remaining callers away from argv_array name
by Jeff King
ยท 5 years ago
a64d2aa
sha1-file: make pretend_object_file() not prefetch
by Jonathan Tan
ยท 5 years ago
51a68dd
Merge branch 'lr/freshen-file-fix'
by Junio C Hamano
ยท 6 years ago
312cd76
freshen_file(): use NULL `times' for implicit current-time
by luciano.rocha@booking.com
ยท 6 years ago
f8cb64e
Merge branch 'bc/sha-256-part-1-of-4'
by Junio C Hamano
ยท 6 years ago
4530a85
real_path_if_valid(): remove unsafe API
by Alexandr Miloslavskiy
ยท 6 years ago
b99b6bc
packed_object_info(): use object_id for returning delta base
by Jeff King
ยท 6 years ago
768e30e
hash: implement and use a context cloning function
by brian m. carlson
ยท 6 years ago
78e67cd
Merge branch 'mt/use-passed-repo-more-in-funcs'
by Junio C Hamano
ยท 6 years ago
56ceb64
Merge branch 'mt/threaded-grep-in-object-store'
by Junio C Hamano
ยท 6 years ago
b98d188
sha1-file: allow check_object_signature() to handle any repo
by Matheus Tavares
ยท 6 years ago
2dcde20
sha1-file: pass git_hash_algo to hash_object_file()
by Matheus Tavares
ยท 6 years ago
7ad5c44
sha1-file: pass git_hash_algo to write_object_file_prepare()
by Matheus Tavares
ยท 6 years ago
c8123e7
streaming: allow open_istream() to handle any repo
by Matheus Tavares
ยท 6 years ago
31877c9
object-store: allow threaded access to object reading
by Matheus Tavares
ยท 6 years ago
9c8a294
sha1-file: remove OBJECT_INFO_SKIP_CACHED
by Jonathan Tan
ยท 6 years ago
676278f
Merge branch 'bc/object-id-part17'
by Junio C Hamano
ยท 6 years ago
b9ac6c5
Merge branch 'cc/multi-promisor'
by Junio C Hamano
ยท 6 years ago
8d4d86b
cache: remove null_sha1
by brian m. carlson
ยท 6 years ago
9827d4c
packfile: drop release_pack_memory()
by Jeff King
ยท 6 years ago
86ad3ea
sha1-file: release strbuf after use
by Renรฉ Scharfe
ยท 6 years ago
68e65de
Merge branch 'jk/check-connected-with-alternates'
by Junio C Hamano
ยท 6 years ago
709dfa6
object-store.h: move for_each_alternate_ref() from transport.h
by Jeff King
ยท 6 years ago
d3b4705
sha1-file.c: remove the_repo from read_object_with_reference()
by Nguyแป n Thรกi Ngแปc Duy
ยท 6 years ago
b14ed5a
Use promisor_remote_get_direct() and has_promisor_remote()
by Christian Couder
ยท 6 years ago
2e86067
fetch-object: make functions return an error code
by Christian Couder
ยท 6 years ago
5d5c46b
Merge branch 'ds/object-info-for-prefetch-fix'
by Junio C Hamano
ยท 6 years ago
31f5256
sha1-file: split OBJECT_INFO_FOR_PREFETCH
by Derrick Stolee
ยท 7 years ago
32dc15d
Merge branch 'jt/batch-fetch-blobs-in-diff'
by Junio C Hamano
ยท 7 years ago
0f4a4fb
sha1-file: support OBJECT_INFO_FOR_PREFETCH
by Jonathan Tan
ยท 7 years ago
9539978
hash: add a function to lookup hash algorithm by length
by brian m. carlson
ยท 7 years ago
cba595a
Merge branch 'jk/loose-object-cache-oid'
by Junio C Hamano
ยท 7 years ago
b99a579
Merge branch 'sb/more-repo-in-api'
by Junio C Hamano
ยท 7 years ago
33e4ae9
Merge branch 'bc/sha-256'
by Junio C Hamano
ยท 7 years ago
2c0a645
Merge branch 'rs/sha1-file-close-mapped-file-on-error'
by Junio C Hamano
ยท 7 years ago
01f8d59
prefer "hash mismatch" to "sha1 mismatch"
by Jeff King
ยท 7 years ago
2c31988
sha1-file: avoid "sha1 file" for generic use in messages
by Jeff King
ยท 7 years ago
7601135
sha1-file: prefer "loose object file" to "sha1 file" in messages
by Jeff King
ยท 7 years ago
5d3679e
sha1-file: drop has_sha1_file()
by Jeff King
ยท 7 years ago
98374a0
convert has_sha1_file() callers to has_object_file()
by Jeff King
ยท 7 years ago
d7a2457
sha1-file: convert pass-through functions to object_id
by Jeff King
ยท 7 years ago
8be88db
object-store: retire odb_load_loose_cache()
by Renรฉ Scharfe
ยท 7 years ago
00a7760
sha1-file: modernize loose header/stream functions
by Jeff King
ยท 7 years ago
4cea1ce
object-store: use one oid_array per subdirectory for loose cache
by Renรฉ Scharfe
ยท 7 years ago
514c5fd
sha1-file: modernize loose object file functions
by Jeff King
ยท 7 years ago
d4e19e5
object-store: factor out odb_clear_loose_cache()
by Renรฉ Scharfe
ยท 7 years ago
0000d65
object-store: factor out odb_loose_cache()
by Renรฉ Scharfe
ยท 7 years ago
cb1c8d1
sha1-file: fix outdated sha1 comment references
by Jeff King
ยท 7 years ago
6881925
sha1-file: close fd of empty file in map_sha1_file_1()
by Renรฉ Scharfe
ยท 7 years ago
3b2f8a0
Merge branch 'jk/loose-object-cache'
by Junio C Hamano
ยท 7 years ago
7317aa7
odb_load_loose_cache: fix strbuf leak
by Jeff King
ยท 7 years ago
f5f0f68
Merge branch 'tb/print-size-t-with-uintmax-format'
by Junio C Hamano
ยท 7 years ago
9b45f49
object-store: prepare has_{sha1, object}_file to handle any repo
by Stefan Beller
ยท 7 years ago
a3b72c8
object-store: allow read_object_file_extended to read from any repo
by Stefan Beller
ยท 7 years ago
13eeedb
Add a base implementation of SHA-256 support
by brian m. carlson
ยท 7 years ago
a2ce0a7
sha1-file: add a constant for hash block size
by brian m. carlson
ยท 7 years ago
879a8d4
Merge branch 'jk/detect-truncated-zlib-input'
by Junio C Hamano
ยท 7 years ago
61c7711
sha1-file: use loose object cache for quick existence check
by Jeff King
ยท 7 years ago
3a2e082
object-store: provide helpers for loose_objects_cache
by Jeff King
ยท 7 years ago
f0eaf63
sha1-file: use an object_directory for the main object dir
by Jeff King
ยท 7 years ago
f3f043a
handle alternates paths the same as the main object dir
by Jeff King
ยท 7 years ago
b69fb86
sha1_file_name(): overwrite buffer instead of appending
by Jeff King
ยท 7 years ago
263db40
rename "alternate_object_database" to "object_directory"
by Jeff King
ยท 7 years ago
ca473ce
Upcast size_t variables to uintmax_t when printing
by Torsten Bรถgershausen
ยท 7 years ago
18ad13e
Adjust for 2.19.x series
by Junio C Hamano
ยท 7 years ago
2f90b9d
sha1-file: provide functions to look up hash algorithms
by brian m. carlson
ยท 7 years ago
1ccf07c
sha1-file: rename algorithm to "sha1"
by brian m. carlson
ยท 7 years ago
33b9406
packfile: allow has_packed_and_bad to handle arbitrary repositories
by Stefan Beller
ยท 7 years ago
1b9b5c6
sha1_file: allow read_object to read objects in arbitrary repositories
by Stefan Beller
ยท 7 years ago
11877b9
Merge branch 'nd/the-index'
by Junio C Hamano
ยท 7 years ago
ee99ba7
Merge branch 'jt/lazy-object-fetch-fix'
by Junio C Hamano
ยท 7 years ago
58bf2a4
sha1-file.c: remove implicit dependency on the_index
by Nguyแป n Thรกi Ngแปc Duy
ยท 7 years ago
8708ca0
fetch-object: unify fetch_object[s] functions
by Jonathan Tan
ยท 7 years ago
67947c3
convert "hashcmp() != 0" to "!hasheq()"
by Jeff King
ยท 7 years ago
9001dc2
convert "oidcmp() != 0" to "!oideq()"
by Jeff King
ยท 7 years ago
4a7e27e
convert "oidcmp() == 0" to oideq()
by Jeff King
ยท 7 years ago
dc0f6f9
Merge branch 'nd/no-the-index'
by Junio C Hamano
ยท 7 years ago
0c54cda
Merge branch 'jk/for-each-object-iteration'
by Junio C Hamano
ยท 7 years ago
4bea848
Merge branch 'nd/i18n'
by Junio C Hamano
ยท 7 years ago
7f944e2
convert.c: remove an implicit dependency on the_index
by Nguyแป n Thรกi Ngแปc Duy
ยท 7 years ago
a7ff6f5
for_each_*_object: take flag arguments as enum
by Jeff King
ยท 7 years ago
3a2a1dc
Merge branch 'sb/object-store-lookup'
by Junio C Hamano
ยท 7 years ago
259328b
sha1-file.c: mark more strings for translation
by Nguyแป n Thรกi Ngแปc Duy
ยท 7 years ago
1a07e59
Update messages in preparation for i18n
by Nguyแป n Thรกi Ngแปc Duy
ยท 7 years ago
94b5e09
sha1-file: convert constants to uses of the_hash_algo
by brian m. carlson
ยท 7 years ago
0e740fe
tag: add repository argument to parse_tag_buffer
by Stefan Beller
ยท 7 years ago
08f4f44
commit: add repository argument to parse_commit_buffer
by Stefan Beller
ยท 7 years ago
a856e7d
Merge branch 'ds/commit-graph-lockfile-fix'
by Junio C Hamano
ยท 7 years ago
1bd0e67
Merge branch 'rd/comment-typofix-in-sha1-file'
by Junio C Hamano
ยท 7 years ago
42c8ce1
Merge branch 'bc/object-id'
by Junio C Hamano
ยท 8 years ago
7913f53
Sync with Git 2.17.1
by Junio C Hamano
ยท 8 years ago
fcb6df3
Merge branch 'sb/oid-object-info'
by Junio C Hamano
ยท 8 years ago
1ac0ce4
Merge branch 'ls/checkout-encoding'
by Junio C Hamano
ยท 8 years ago
174774c
Merge branch 'sb/object-store-replace'
by Junio C Hamano
ยท 8 years ago
fc1395f
sha1_file.c: rename to use dash in file name
by Stefan Beller
ยท 8 years ago
[Renamed from sha1_file.c]
3a1ec60
Merge branch 'sb/packfiles-in-repository'
by Junio C Hamano
ยท 8 years ago
Next »