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
/
builtin
/
index-pack.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-25
Merge branch 'ns/core-fsyncmethod'
Junio C Hamano
1
-2
/
+2
2022-03-16
Merge branch 'ab/string-list-count-in-size-t'
Junio C Hamano
1
-1
/
+1
2022-03-16
Merge branch 'ab/object-file-api-updates'
Junio C Hamano
1
-6
/
+4
2022-03-13
Merge branch 'ab/plug-random-leaks'
Junio C Hamano
1
-0
/
+5
2022-03-10
core.fsync: introduce granular fsync control infrastructure
Neeraj Singh
1
-2
/
+2
2022-03-07
gettext API users: don't explicitly cast ngettext()'s "n"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2022-03-04
index-pack: fix memory leaks
Ævar Arnfjörð Bjarmason
1
-0
/
+5
2022-02-25
object-file API: have hash_object_file() take "enum object_type"
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2022-02-25
object-file API: split up and simplify check_object_signature()
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2022-02-25
object API users + docs: check <0, not !0 with check_object_signature()
Ævar Arnfjörð Bjarmason
1
-3
/
+2
2022-02-25
object-file API: add a format_object_header() function
Ævar Arnfjörð Bjarmason
1
-2
/
+1
2022-02-23
index-pack: clarify the breached limit
Matt Cooper
1
-2
/
+6
2022-01-05
i18n: factorize "--foo requires --bar" and the like
Jean-Noël Avila
1
-1
/
+1
2022-01-05
i18n: turn "options are incompatible" into "cannot be used together"
Jean-Noël Avila
1
-1
/
+1
2021-10-31
i18n: fix typos found during l10n for git 2.34.0
Jiang Xin
1
-1
/
+1
2021-10-25
Merge branch 'ab/fsck-unexpected-type'
Junio C Hamano
1
-1
/
+1
2021-10-01
fsck: report invalid object type-path combinations
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2021-09-23
Merge branch 'rs/use-xopen-in-index-pack'
Junio C Hamano
1
-3
/
+1
2021-09-20
Merge branch 'ab/unbundle-progress'
Junio C Hamano
1
-0
/
+6
2021-09-20
Merge branch 'tb/pack-finalize-ordering'
Junio C Hamano
1
-25
/
+23
2021-09-10
index-pack: use xopen in init_thread
René Scharfe
1
-3
/
+1
2021-09-09
builtin/index-pack.c: move `.idx` files into place last
Taylor Blau
1
-2
/
+2
2021-09-09
index-pack: refactor renaming in final()
Ævar Arnfjörð Bjarmason
1
-25
/
+23
2021-09-07
index-pack: add --progress-title option
Ævar Arnfjörð Bjarmason
1
-0
/
+6
2021-08-25
use xopen() to handle fatal open(2) failures
René Scharfe
1
-6
/
+2
2021-07-12
*.c static functions: don't forward-declare __attribute__
Ævar Arnfjörð Bjarmason
1
-3
/
+1
2021-04-27
Use the final_oid_fn to finalize hashing of object IDs
brian m. carlson
1
-1
/
+1
2021-04-27
Always use oidread to read into struct object_id
brian m. carlson
1
-2
/
+2
2021-04-07
Merge branch 'ab/fsck-api-cleanup'
Junio C Hamano
1
-25
/
+5
2021-03-28
fetch-pack: use new fsck API to printing dangling submodules
Ævar Arnfjörð Bjarmason
1
-20
/
+1
2021-03-28
fetch-pack: don't needlessly copy fsck_options
Ævar Arnfjörð Bjarmason
1
-7
/
+3
2021-03-28
fsck.c: pass along the fsck_msg_id in the fsck_error callback
Ævar Arnfjörð Bjarmason
1
-1
/
+2
2021-03-28
fsck.h: move FSCK_{FATAL,INFO,ERROR,WARN,IGNORE} into an enum
Ævar Arnfjörð Bjarmason
1
-1
/
+2
2021-03-28
fsck.h: use "enum object_type" instead of "int"
Ævar Arnfjörð Bjarmason
1
-1
/
+2
2021-03-13
use CALLOC_ARRAY
René Scharfe
1
-5
/
+5
2021-03-01
Merge branch 'jt/transfer-fsck-across-packs'
Junio C Hamano
1
-2
/
+23
2021-02-22
fetch-pack: print and use dangling .gitmodules
Jonathan Tan
1
-2
/
+23
2021-01-25
t: support GIT_TEST_WRITE_REV_INDEX
Taylor Blau
1
-1
/
+4
2021-01-25
builtin/index-pack.c: write reverse indexes
Taylor Blau
1
-3
/
+47
2021-01-25
builtin/index-pack.c: allow stripping arbitrary extensions
Taylor Blau
1
-8
/
+8
2021-01-04
object-file.c: rename from sha1-file.c
Martin Ågren
1
-1
/
+1
2020-11-16
compute pack .idx byte offsets using size_t
Jeff King
1
-1
/
+1
2020-10-08
Merge branch 'jk/index-pack-hotfixes'
Junio C Hamano
1
-17
/
+12
2020-10-07
index-pack: make get_base_data() comment clearer
Jonathan Tan
1
-11
/
+8
2020-10-07
index-pack: drop type_cas mutex
Jeff King
1
-6
/
+0
2020-10-07
index-pack: restore "resolving deltas" progress meter
Jeff King
1
-0
/
+4
2020-09-22
Merge branch 'jt/threaded-index-pack'
Junio C Hamano
1
-206
/
+250
2020-09-08
index-pack: make quantum of work smaller
Jonathan Tan
1
-148
/
+200
2020-08-24
index-pack: make resolve_delta() assume base data
Jonathan Tan
1
-3
/
+5
2020-08-24
index-pack: calculate {ref,ofs}_{first,last} early
Jonathan Tan
1
-63
/
+60
[next]