index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sha1-file.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'rs/sha1-file-close-mapped-file-on-error'
Junio C Hamano
2019-01-18
1
-0
/
+1
|
\
|
*
sha1-file: close fd of empty file in map_sha1_file_1()
René Scharfe
2019-01-07
1
-0
/
+1
*
|
object-store: retire odb_load_loose_cache()
René Scharfe
2019-01-08
1
-7
/
+2
*
|
object-store: use one oid_array per subdirectory for loose cache
René Scharfe
2019-01-08
1
-3
/
+6
*
|
object-store: factor out odb_clear_loose_cache()
René Scharfe
2019-01-08
1
-0
/
+7
*
|
object-store: factor out odb_loose_cache()
René Scharfe
2019-01-08
1
-3
/
+9
*
|
Merge branch 'jk/loose-object-cache'
Junio C Hamano
2019-01-04
1
-106
/
+105
|
\
\
|
|
/
|
/
|
|
*
odb_load_loose_cache: fix strbuf leak
Jeff King
2018-11-24
1
-0
/
+1
|
*
sha1-file: use loose object cache for quick existence check
Jeff King
2018-11-13
1
-0
/
+20
|
*
object-store: provide helpers for loose_objects_cache
Jeff King
2018-11-13
1
-0
/
+26
|
*
sha1-file: use an object_directory for the main object dir
Jeff King
2018-11-13
1
-78
/
+44
|
*
handle alternates paths the same as the main object dir
Jeff King
2018-11-13
1
-28
/
+16
|
*
sha1_file_name(): overwrite buffer instead of appending
Jeff King
2018-11-13
1
-10
/
+8
|
*
rename "alternate_object_database" to "object_directory"
Jeff King
2018-11-13
1
-24
/
+24
*
|
Merge branch 'tb/print-size-t-with-uintmax-format'
Junio C Hamano
2018-11-19
1
-3
/
+3
|
\
\
|
*
|
Upcast size_t variables to uintmax_t when printing
Torsten Bögershausen
2018-11-12
1
-3
/
+3
|
|
/
*
|
Merge branch 'jk/detect-truncated-zlib-input'
Junio C Hamano
2018-11-13
1
-1
/
+2
|
\
\
|
|
/
|
/
|
|
*
Adjust for 2.19.x series
Junio C Hamano
2018-10-31
1
-1
/
+2
*
|
Merge branch 'nd/the-index'
Junio C Hamano
2018-10-19
1
-21
/
+29
|
\
\
|
*
|
sha1-file.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
2018-09-21
1
-21
/
+29
|
|
/
*
|
Merge branch 'jt/lazy-object-fetch-fix'
Junio C Hamano
2018-09-24
1
-1
/
+1
|
\
\
|
*
|
fetch-object: unify fetch_object[s] functions
Jonathan Tan
2018-09-13
1
-1
/
+1
|
|
/
*
|
convert "hashcmp() != 0" to "!hasheq()"
Jeff King
2018-08-29
1
-1
/
+1
*
|
convert "oidcmp() != 0" to "!oideq()"
Jeff King
2018-08-29
1
-3
/
+3
*
|
convert "oidcmp() == 0" to oideq()
Jeff King
2018-08-29
1
-2
/
+2
|
/
*
Merge branch 'nd/no-the-index'
Junio C Hamano
2018-08-20
1
-2
/
+2
|
\
|
*
convert.c: remove an implicit dependency on the_index
Nguyễn Thái Ngọc Duy
2018-08-13
1
-2
/
+2
*
|
Merge branch 'jk/for-each-object-iteration'
Junio C Hamano
2018-08-20
1
-1
/
+2
|
\
\
|
*
|
for_each_*_object: take flag arguments as enum
Jeff King
2018-08-13
1
-1
/
+2
|
|
/
*
|
Merge branch 'nd/i18n'
Junio C Hamano
2018-08-16
1
-55
/
+55
|
\
\
|
|
/
|
/
|
|
*
sha1-file.c: mark more strings for translation
Nguyễn Thái Ngọc Duy
2018-07-23
1
-52
/
+52
|
*
Update messages in preparation for i18n
Nguyễn Thái Ngọc Duy
2018-07-23
1
-4
/
+4
*
|
Merge branch 'sb/object-store-lookup'
Junio C Hamano
2018-08-03
1
-2
/
+2
|
\
\
|
*
|
tag: add repository argument to parse_tag_buffer
Stefan Beller
2018-06-29
1
-1
/
+1
|
*
|
commit: add repository argument to parse_commit_buffer
Stefan Beller
2018-06-29
1
-1
/
+1
|
|
/
*
/
sha1-file: convert constants to uses of the_hash_algo
brian m. carlson
2018-07-16
1
-4
/
+4
|
/
*
Merge branch 'ds/commit-graph-lockfile-fix'
Junio C Hamano
2018-06-25
1
-1
/
+1
*
Merge branch 'rd/comment-typofix-in-sha1-file'
Junio C Hamano
2018-06-18
1
-1
/
+1
*
Merge branch 'bc/object-id'
Junio C Hamano
2018-05-30
1
-30
/
+51
*
Sync with Git 2.17.1
Junio C Hamano
2018-05-29
1
-1
/
+1
*
Merge branch 'sb/oid-object-info'
Junio C Hamano
2018-05-23
1
-16
/
+21
*
Merge branch 'ls/checkout-encoding'
Junio C Hamano
2018-05-08
1
-1
/
+1
*
Merge branch 'sb/object-store-replace'
Junio C Hamano
2018-05-08
1
-3
/
+4
*
sha1_file.c: rename to use dash in file name
Stefan Beller
2018-04-11
1
-0
/
+2254