index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sha1-file.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-24
packed_object_info(): use object_id for returning delta base
Jeff King
1
-4
/
+4
2020-02-14
Merge branch 'mt/use-passed-repo-more-in-funcs'
Junio C Hamano
1
-24
/
+31
2020-02-14
Merge branch 'mt/threaded-grep-in-object-store'
Junio C Hamano
1
-5
/
+52
2020-01-31
sha1-file: allow check_object_signature() to handle any repo
Matheus Tavares
1
-10
/
+11
2020-01-31
sha1-file: pass git_hash_algo to hash_object_file()
Matheus Tavares
1
-9
/
+11
2020-01-31
sha1-file: pass git_hash_algo to write_object_file_prepare()
Matheus Tavares
1
-8
/
+12
2020-01-31
streaming: allow open_istream() to handle any repo
Matheus Tavares
1
-1
/
+1
2020-01-17
object-store: allow threaded access to object reading
Matheus Tavares
1
-5
/
+52
2020-01-02
sha1-file: remove OBJECT_INFO_SKIP_CACHED
Jonathan Tan
1
-20
/
+18
2019-10-11
Merge branch 'bc/object-id-part17'
Junio C Hamano
1
-1
/
+0
2019-09-18
Merge branch 'cc/multi-promisor'
Junio C Hamano
1
-7
/
+8
2019-08-19
cache: remove null_sha1
brian m. carlson
1
-1
/
+0
2019-08-13
packfile: drop release_pack_memory()
Jeff King
1
-6
/
+2
2019-08-07
sha1-file: release strbuf after use
René Scharfe
1
-0
/
+1
2019-07-19
Merge branch 'jk/check-connected-with-alternates'
Junio C Hamano
1
-0
/
+97
2019-07-01
object-store.h: move for_each_alternate_ref() from transport.h
Jeff King
1
-0
/
+97
2019-06-27
sha1-file.c: remove the_repo from read_object_with_reference()
Nguyễn Thái Ngọc Duy
1
-2
/
+3
2019-06-25
Use promisor_remote_get_direct() and has_promisor_remote()
Christian Couder
1
-7
/
+8
2019-06-25
fetch-object: make functions return an error code
Christian Couder
1
-2
/
+2
2019-06-17
Merge branch 'ds/object-info-for-prefetch-fix'
Junio C Hamano
1
-1
/
+1
2019-05-28
sha1-file: split OBJECT_INFO_FOR_PREFETCH
Derrick Stolee
1
-1
/
+1
2019-04-25
Merge branch 'jt/batch-fetch-blobs-in-diff'
Junio C Hamano
1
-1
/
+2
2019-04-01
sha1-file: support OBJECT_INFO_FOR_PREFETCH
Jonathan Tan
1
-1
/
+2
2019-04-01
hash: add a function to lookup hash algorithm by length
brian m. carlson
1
-0
/
+8
2019-02-06
Merge branch 'jk/loose-object-cache-oid'
Junio C Hamano
1
-116
/
+104
2019-02-05
Merge branch 'sb/more-repo-in-api'
Junio C Hamano
1
-14
/
+20
2019-01-29
Merge branch 'bc/sha-256'
Junio C Hamano
1
-1
/
+69
2019-01-18
Merge branch 'rs/sha1-file-close-mapped-file-on-error'
Junio C Hamano
1
-0
/
+1
2019-01-08
prefer "hash mismatch" to "sha1 mismatch"
Jeff King
1
-2
/
+2
2019-01-08
sha1-file: avoid "sha1 file" for generic use in messages
Jeff King
1
-2
/
+2
2019-01-08
sha1-file: prefer "loose object file" to "sha1 file" in messages
Jeff King
1
-3
/
+3
2019-01-08
sha1-file: drop has_sha1_file()
Jeff King
1
-14
/
+2
2019-01-08
convert has_sha1_file() callers to has_object_file()
Jeff King
1
-1
/
+1
2019-01-08
sha1-file: convert pass-through functions to object_id
Jeff King
1
-13
/
+7
2019-01-08
object-store: retire odb_load_loose_cache()
René Scharfe
1
-7
/
+2
2019-01-08
sha1-file: modernize loose header/stream functions
Jeff King
1
-41
/
+43
2019-01-08
object-store: use one oid_array per subdirectory for loose cache
René Scharfe
1
-3
/
+6
2019-01-08
sha1-file: modernize loose object file functions
Jeff King
1
-40
/
+41
2019-01-08
object-store: factor out odb_clear_loose_cache()
René Scharfe
1
-0
/
+7
2019-01-08
object-store: factor out odb_loose_cache()
René Scharfe
1
-3
/
+9
2019-01-08
sha1-file: fix outdated sha1 comment references
Jeff King
1
-3
/
+3
2019-01-07
sha1-file: close fd of empty file in map_sha1_file_1()
René Scharfe
1
-0
/
+1
2019-01-04
Merge branch 'jk/loose-object-cache'
Junio C Hamano
1
-106
/
+105
2018-11-24
odb_load_loose_cache: fix strbuf leak
Jeff King
1
-0
/
+1
2018-11-19
Merge branch 'tb/print-size-t-with-uintmax-format'
Junio C Hamano
1
-3
/
+3
2018-11-14
object-store: prepare has_{sha1, object}_file to handle any repo
Stefan Beller
1
-6
/
+9
2018-11-14
object-store: allow read_object_file_extended to read from any repo
Stefan Beller
1
-5
/
+6
2018-11-14
Add a base implementation of SHA-256 support
brian m. carlson
1
-0
/
+45
2018-11-14
sha1-file: add a constant for hash block size
brian m. carlson
1
-0
/
+2
2018-11-13
Merge branch 'jk/detect-truncated-zlib-input'
Junio C Hamano
1
-1
/
+2
[next]