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
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
2017-09-06
tempfile: auto-allocate tempfiles on heap
Jeff King
1
-13
/
+12
2017-09-06
lockfile: do not rollback lock on failed close
Jeff King
1
-1
/
+1
2017-09-06
tempfile: do not delete tempfile on failed close
Jeff King
1
-2
/
+5
2017-08-26
Merge branch 'kw/write-index-reduce-alloc'
Junio C Hamano
1
-28
/
+34
2017-08-21
read-cache: avoid allocating every ondisk entry when writing
Kevin Willford
1
-25
/
+25
2017-08-21
read-cache: fix memory leak in do_write_index
Kevin Willford
1
-3
/
+9
2017-08-20
sha1_file: convert index_fd to struct object_id
Patryk Obara
1
-1
/
+1
2017-08-20
sha1_file: convert index_path to struct object_id
Patryk Obara
1
-1
/
+1
2017-08-20
read-cache: convert to struct object_id
Patryk Obara
1
-3
/
+3
2017-07-17
use MOVE_ARRAY
René Scharfe
1
-3
/
+2
2017-07-05
Merge branch 'cc/shared-index-permfix'
Junio C Hamano
1
-0
/
+8
2017-06-25
read-cache: use shared perms when writing shared index
Christian Couder
1
-0
/
+8
2017-06-24
Merge branch 'ab/free-and-null'
Junio C Hamano
1
-4
/
+2
2017-06-24
Merge branch 'bw/config-h'
Junio C Hamano
1
-0
/
+1
2017-06-24
Merge branch 'nd/split-index-unshare'
Junio C Hamano
1
-2
/
+8
2017-06-24
Revert "split-index: add and use unshare_split_index()"
Junio C Hamano
1
-2
/
+8
2017-06-16
coccinelle: make use of the "type" FREE_AND_NULL() rule
Ævar Arnfjörð Bjarmason
1
-4
/
+2
2017-06-15
config: don't include config.h by default
Brandon Williams
1
-0
/
+1
2017-06-13
Merge branch 'jh/close-index-before-stat' into maint
Junio C Hamano
1
-4
/
+9
2017-06-05
Merge branch 'jh/close-index-before-stat'
Junio C Hamano
1
-4
/
+9
2017-05-30
Merge branch 'dt/unpack-save-untracked-cache-extension'
Junio C Hamano
1
-0
/
+6
2017-05-29
Merge branch 'nd/split-index-unshare'
Junio C Hamano
1
-8
/
+2
2017-05-20
unpack-trees: preserve index extensions
David Turner
1
-0
/
+6
2017-05-16
Merge branch 'jk/no-null-sha1-in-cache-tree'
Junio C Hamano
1
-1
/
+4
2017-05-08
split-index: add and use unshare_split_index()
Nguyễn Thái Ngọc Duy
1
-8
/
+2
2017-05-01
i18n: read-cache: typofix
Peter Krefting
1
-1
/
+1
2017-04-28
read-cache: close index.lock in do_write_index
Jeff Hostetler
1
-4
/
+9
2017-04-26
Merge branch 'cc/split-index-config'
Junio C Hamano
1
-1
/
+2
2017-04-26
Merge branch 'jh/add-index-entry-optim'
Junio C Hamano
1
-2
/
+137
2017-04-23
cache-tree: reject entries with null sha1
Jeff King
1
-1
/
+4
[next]