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
2019-09-18
Merge branch 'cc/multi-promisor'
Junio C Hamano
1
-7
/
+8
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
2018-11-13
sha1-file: use loose object cache for quick existence check
Jeff King
1
-0
/
+20
2018-11-13
object-store: provide helpers for loose_objects_cache
Jeff King
1
-0
/
+26
2018-11-13
sha1-file: use an object_directory for the main object dir
Jeff King
1
-78
/
+44
2018-11-13
handle alternates paths the same as the main object dir
Jeff King
1
-28
/
+16
2018-11-13
sha1_file_name(): overwrite buffer instead of appending
Jeff King
1
-10
/
+8
2018-11-13
rename "alternate_object_database" to "object_directory"
Jeff King
1
-24
/
+24
2018-11-12
Upcast size_t variables to uintmax_t when printing
Torsten Bögershausen
1
-3
/
+3
2018-10-31
Adjust for 2.19.x series
Junio C Hamano
1
-1
/
+2
2018-10-22
sha1-file: provide functions to look up hash algorithms
brian m. carlson
1
-0
/
+21
2018-10-22
sha1-file: rename algorithm to "sha1"
brian m. carlson
1
-1
/
+1
2018-10-19
packfile: allow has_packed_and_bad to handle arbitrary repositories
Stefan Beller
1
-1
/
+1
[next]