index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
index-pack.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use the final_oid_fn to finalize hashing of object IDs
brian m. carlson
2021-04-27
1
-1
/
+1
*
Always use oidread to read into struct object_id
brian m. carlson
2021-04-27
1
-2
/
+2
*
Merge branch 'ab/fsck-api-cleanup'
Junio C Hamano
2021-04-08
1
-25
/
+5
|
\
|
*
fetch-pack: use new fsck API to printing dangling submodules
Ævar Arnfjörð Bjarmason
2021-03-29
1
-20
/
+1
|
*
fetch-pack: don't needlessly copy fsck_options
Ævar Arnfjörð Bjarmason
2021-03-29
1
-7
/
+3
|
*
fsck.c: pass along the fsck_msg_id in the fsck_error callback
Ævar Arnfjörð Bjarmason
2021-03-29
1
-1
/
+2
|
*
fsck.h: move FSCK_{FATAL,INFO,ERROR,WARN,IGNORE} into an enum
Ævar Arnfjörð Bjarmason
2021-03-29
1
-1
/
+2
|
*
fsck.h: use "enum object_type" instead of "int"
Ævar Arnfjörð Bjarmason
2021-03-29
1
-1
/
+2
*
|
use CALLOC_ARRAY
René Scharfe
2021-03-14
1
-5
/
+5
|
/
*
Merge branch 'jt/transfer-fsck-across-packs'
Junio C Hamano
2021-03-01
1
-2
/
+23
|
\
|
*
fetch-pack: print and use dangling .gitmodules
Jonathan Tan
2021-02-22
1
-2
/
+23
*
|
t: support GIT_TEST_WRITE_REV_INDEX
Taylor Blau
2021-01-26
1
-1
/
+4
*
|
builtin/index-pack.c: write reverse indexes
Taylor Blau
2021-01-26
1
-3
/
+47
*
|
builtin/index-pack.c: allow stripping arbitrary extensions
Taylor Blau
2021-01-26
1
-8
/
+8
|
/
*
object-file.c: rename from sha1-file.c
Martin Ågren
2021-01-04
1
-1
/
+1
*
compute pack .idx byte offsets using size_t
Jeff King
2020-11-16
1
-1
/
+1
*
Merge branch 'jk/index-pack-hotfixes'
Junio C Hamano
2020-10-09
1
-17
/
+12
|
\
|
*
index-pack: make get_base_data() comment clearer
Jonathan Tan
2020-10-07
1
-11
/
+8
|
*
index-pack: drop type_cas mutex
Jeff King
2020-10-07
1
-6
/
+0
|
*
index-pack: restore "resolving deltas" progress meter
Jeff King
2020-10-07
1
-0
/
+4
*
|
Merge branch 'jt/threaded-index-pack'
Junio C Hamano
2020-09-22
1
-206
/
+250
|
\
|
|
*
index-pack: make quantum of work smaller
Jonathan Tan
2020-09-09
1
-148
/
+200
|
*
index-pack: make resolve_delta() assume base data
Jonathan Tan
2020-08-24
1
-3
/
+5
|
*
index-pack: calculate {ref,ofs}_{first,last} early
Jonathan Tan
2020-08-24
1
-63
/
+60
|
*
index-pack: remove redundant child field
Jonathan Tan
2020-08-24
1
-19
/
+22
|
*
index-pack: unify threaded and unthreaded code
Jonathan Tan
2020-08-24
1
-9
/
+1
|
*
index-pack: remove redundant parameter
Jonathan Tan
2020-08-24
1
-14
/
+12
*
|
index-pack: adjust default threading cap
Jeff King
2020-08-21
1
-3
/
+16
|
/
*
builtin/index-pack: add option to specify hash algorithm
brian m. carlson
2020-06-19
1
-0
/
+8
*
packfile: compute and use the index CRC offset
brian m. carlson
2020-05-27
1
-5
/
+1
*
promisor-remote: accept 0 as oid_nr in function
Jonathan Tan
2020-04-02
1
-3
/
+2
*
Merge branch 'jk/index-pack-dupfix'
Junio C Hamano
2020-02-14
1
-1
/
+3
|
\
|
*
index-pack: downgrade twice-resolved REF_DELTA to die()
Jeff King
2020-02-04
1
-1
/
+3
*
|
sha1-file: allow check_object_signature() to handle any repo
Matheus Tavares
2020-01-31
1
-2
/
+3
*
|
sha1-file: pass git_hash_algo to hash_object_file()
Matheus Tavares
2020-01-31
1
-1
/
+1
*
|
streaming: allow open_istream() to handle any repo
Matheus Tavares
2020-01-31
1
-1
/
+2
|
/
*
Merge branch 'bc/object-id-part17'
Junio C Hamano
2019-10-11
1
-2
/
+2
|
\
|
*
builtin/index-pack: replace sha1_to_hex
brian m. carlson
2019-08-20
1
-2
/
+2
*
|
Use promisor_remote_get_direct() and has_promisor_remote()
Christian Couder
2019-06-25
1
-4
/
+4
|
/
*
index-pack: prefetch missing REF_DELTA bases
Jonathan Tan
2019-05-15
1
-2
/
+24
*
index-pack: show progress while checking objects
SZEDER Gábor
2019-04-01
1
-1
/
+9
*
convert has_sha1_file() callers to has_object_file()
Jeff King
2019-01-08
1
-1
/
+1
*
Merge branch 'tb/print-size-t-with-uintmax-format'
Junio C Hamano
2018-11-19
1
-4
/
+5
|
\
|
*
Upcast size_t variables to uintmax_t when printing
Torsten Bögershausen
2018-11-12
1
-4
/
+5
*
|
index-pack: remove #ifdef NO_PTHREADS
Nguyễn Thái Ngọc Duy
2018-11-05
1
-49
/
+14
|
/
*
convert "hashcmp() != 0" to "!hasheq()"
Jeff King
2018-08-29
1
-2
/
+2
*
convert "oidcmp() == 0" to oideq()
Jeff King
2018-08-29
1
-2
/
+2
*
Merge branch 'jk/core-use-replace-refs'
Junio C Hamano
2018-08-16
1
-1
/
+1
|
\
|
*
check_replace_refs: rename to read_replace_refs
Jeff King
2018-07-19
1
-1
/
+1
*
|
blob: add repository argument to lookup_blob
Stefan Beller
2018-06-29
1
-1
/
+1
[next]