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
/
read-cache.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-02
Update struct index_state to use struct object_id
brian m. carlson
1
-8
/
+8
2018-05-02
split-index: convert struct split_index to object_id
brian m. carlson
1
-11
/
+11
2018-04-16
read-cache.c: make $GIT_TEST_SPLIT_INDEX boolean
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2018-04-10
Merge branch 'bc/object-id'
Junio C Hamano
1
-2
/
+2
2018-03-22
Merge branch 'nd/shared-index-fix' into maint
Junio C Hamano
1
-18
/
+22
2018-03-22
Merge branch 'tg/split-index-fixes' into maint
Junio C Hamano
1
-11
/
+14
2018-03-21
Merge branch 'rj/warning-uninitialized-fix'
Junio C Hamano
1
-2
/
+4
2018-03-21
Merge branch 'bp/refresh-cache-ent-rehash-fix'
Junio C Hamano
1
-1
/
+3
2018-03-21
Merge branch 'ma/skip-writing-unchanged-index'
Junio C Hamano
1
-0
/
+6
2018-03-20
read-cache: fix an -Wmaybe-uninitialized warning
Ramsay Jones
1
-2
/
+4
2018-03-15
Fix bugs preventing adding updated cache entries to the name hash
Ben Peart
1
-1
/
+3
2018-03-14
sha1_file: convert read_sha1_file to struct object_id
brian m. carlson
1
-2
/
+2
2018-03-06
Merge branch 'bw/c-plus-plus'
Junio C Hamano
1
-20
/
+20
2018-03-01
write_locked_index(): add flag to avoid writing unchanged index
Martin Ågren
1
-0
/
+6
2018-02-22
read-cache: rename 'new' variables
Brandon Williams
1
-20
/
+20
2018-02-15
Merge branch 'bc/hash-algo'
Junio C Hamano
1
-29
/
+29
2018-02-15
Merge branch 'nd/trace-index-ops'
Junio C Hamano
1
-0
/
+7
2018-02-15
Merge branch 'po/object-id'
Junio C Hamano
1
-3
/
+3
2018-02-13
Merge branch 'nd/shared-index-fix'
Junio C Hamano
1
-18
/
+22
2018-02-13
Merge branch 'sg/cocci-move-array'
Junio C Hamano
1
-3
/
+2
2018-02-13
Merge branch 'tg/split-index-fixes'
Junio C Hamano
1
-11
/
+14
2018-02-02
read-cache: abstract away uses of SHA-1
brian m. carlson
1
-29
/
+29
2018-02-02
trace: measure where the time is spent in the index-heavy operations
Nguyễn Thái Ngọc Duy
1
-0
/
+7
2018-01-30
sha1_file: convert write_sha1_file to object_id
Patryk Obara
1
-3
/
+3
2018-01-24
read-cache: don't write index twice if we can't write shared index
Nguyễn Thái Ngọc Duy
1
-2
/
+3
2018-01-22
Use MOVE_ARRAY
SZEDER Gábor
1
-3
/
+2
2018-01-19
split-index: don't write cache tree with null oid entries
Thomas Gummerer
1
-1
/
+1
2018-01-19
read-cache: fix reading the shared index for other repos
Thomas Gummerer
1
-10
/
+13
2018-01-16
read-cache.c: move tempfile creation/cleanup out of write_shared_index
Nguyễn Thái Ngọc Duy
1
-16
/
+17
2018-01-16
read-cache.c: change type of "temp" in write_shared_index()
Nguyễn Thái Ngọc Duy
1
-9
/
+11
2017-11-27
Merge branch 'tb/add-renormalize'
Junio C Hamano
1
-11
/
+19
2017-11-21
Merge branch 'av/fsmonitor'
Junio C Hamano
1
-0
/
+3
2017-11-21
Merge branch 'bp/fsmonitor'
Junio C Hamano
1
-5
/
+40
2017-11-17
add: introduce "--renormalize"
Torsten Bögershausen
1
-11
/
+19
2017-11-15
Merge branch 'bp/read-index-from-skip-verification'
Junio C Hamano
1
-0
/
+6
2017-11-10
fsmonitor: store fsmonitor bitmap before splitting index
Alex Vandiver
1
-0
/
+3
2017-11-08
read_index_from(): speed index loading by skipping verification of the entry ...
Ben Peart
1
-0
/
+6
2017-11-06
Merge branch 'bc/object-id'
Junio C Hamano
1
-3
/
+3
2017-10-16
refs: convert resolve_gitlink_ref to struct object_id
brian m. carlson
1
-1
/
+1
2017-10-16
Convert remaining callers of resolve_gitlink_ref to object_id
brian m. carlson
1
-3
/
+3
2017-10-07
read_cache: roll back lock in `update_index_if_able()`
Martin Ågren
1
-3
/
+2
2017-10-07
read-cache: leave lock in right state in `write_locked_index()`
Martin Ågren
1
-6
/
+8
2017-10-07
read-cache: drop explicit `CLOSE_LOCK`-flag
Martin Ågren
1
-6
/
+8
2017-10-01
fsmonitor: teach git to optionally utilize a file system monitor to speed up ...
Ben Peart
1
-5
/
+40
2017-09-28
Merge branch 'jk/fallthrough'
Junio C Hamano
1
-0
/
+1
2017-09-25
Merge branch 'jk/write-in-full-fix'
Junio C Hamano
1
-3
/
+3
2017-09-25
Merge branch 'kw/write-index-reduce-alloc'
Junio C Hamano
1
-1
/
+3
2017-09-22
consistently use "fallthrough" comments in switches
Jeff King
1
-0
/
+1
2017-09-14
avoid "write_in_full(fd, buf, len) != len" pattern
Jeff King
1
-3
/
+3
2017-09-08
read-cache: fix index corruption with index v4
Thomas Gummerer
1
-1
/
+3
[prev]
[next]