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
2015-06-24
Merge branch 'nd/untracked-cache'
Junio C Hamano
1
-1
/
+2
2015-06-11
Merge branch 'jk/diagnose-config-mmap-failure'
Junio C Hamano
1
-1
/
+1
2015-06-08
read-cache: fix untracked cache invalidation when split-index is used
Nguyễn Thái Ngọc Duy
1
-1
/
+2
2015-05-28
read-cache.c: drop PROT_WRITE from mmap of index
Jeff King
1
-1
/
+1
2015-05-26
Merge branch 'nd/untracked-cache'
Junio C Hamano
1
-10
/
+45
2015-03-27
Merge branch 'sb/leaks'
Junio C Hamano
1
-10
/
+12
2015-03-25
Merge branch 'tg/fix-check-order-with-split-index'
Junio C Hamano
1
-19
/
+23
2015-03-23
read-cache: fix memleak
Stefan Beller
1
-5
/
+2
2015-03-23
add_to_index(): free unused cache-entry
Junio C Hamano
1
-3
/
+5
2015-03-22
read-cache: free cache entry in add_to_index in case of early return
Stefan Beller
1
-2
/
+5
2015-03-20
read-cache: fix reading of split index
Thomas Gummerer
1
-19
/
+23
2015-03-12
untracked cache: mark index dirty if untracked cache is updated
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2015-03-12
untracked cache: avoid racy timestamps
Nguyễn Thái Ngọc Duy
1
-0
/
+8
2015-03-12
read-cache.c: split racy stat test to a separate function
Nguyễn Thái Ngọc Duy
1
-9
/
+15
2015-03-12
untracked cache: invalidate at index addition or removal
Nguyễn Thái Ngọc Duy
1
-0
/
+4
2015-03-12
untracked cache: load from UNTR index extension
Nguyễn Thái Ngọc Duy
1
-0
/
+5
2015-03-12
untracked cache: save to an index extension
Nguyễn Thái Ngọc Duy
1
-0
/
+12
2015-02-25
Merge branch 'sb/plug-leak-in-make-cache-entry'
Junio C Hamano
1
-2
/
+8
2015-02-17
read-cache.c: free cache entry when refreshing fails
Stefan Beller
1
-2
/
+8
2014-12-17
Sync with v2.1.4
Junio C Hamano
1
-2
/
+8
2014-12-17
Sync with v2.0.5
Junio C Hamano
1
-2
/
+8
2014-12-17
Sync with v1.9.5
Junio C Hamano
1
-2
/
+8
2014-12-17
Sync with v1.8.5.6
Junio C Hamano
1
-2
/
+8
2014-12-17
read-cache: optionally disallow NTFS .git variants
Johannes Schindelin
1
-0
/
+2
2014-12-17
read-cache: optionally disallow HFS+ .git variants
Jeff King
1
-0
/
+3
2014-12-17
verify_dotfile(): reject .git case-insensitively
Jeff King
1
-2
/
+3
2014-10-01
lockfile.h: extract new header file for the functions in lockfile.c
Michael Haggerty
1
-0
/
+1
2014-10-01
hold_locked_index(): move from lockfile.c to read-cache.c
Michael Haggerty
1
-0
/
+8
2014-10-01
commit_lock_file_to(): refactor a helper out of commit_lock_file()
Michael Haggerty
1
-10
/
+3
2014-10-01
lockfile: change lock_file::filename into a strbuf
Michael Haggerty
1
-2
/
+2
2014-10-01
lockfile: avoid transitory invalid states
Michael Haggerty
1
-0
/
+1
2014-10-01
close_lock_file(): exit (successfully) if file is already closed
Michael Haggerty
1
-1
/
+1
2014-09-19
Merge branch 'rs/refresh-beyond-symlink' into maint
Junio C Hamano
1
-0
/
+8
2014-09-19
Merge branch 'jp/index-with-corrupt-stages'
Junio C Hamano
1
-1
/
+18
2014-09-11
Merge branch 'ta/config-set-2'
Junio C Hamano
1
-11
/
+3
2014-09-09
Merge branch 'rs/refresh-beyond-symlink'
Junio C Hamano
1
-0
/
+8
2014-08-29
read_index_unmerged(): remove unnecessary loop index adjustment
Jaime Soriano Pastor
1
-1
/
+0
2014-08-29
read_index_from(): catch out of order entries when reading an index file
Jaime Soriano Pastor
1
-0
/
+18
2014-08-10
read-cache: check for leading symlinks when refreshing index
René Scharfe
1
-0
/
+8
2014-08-07
read-cache.c: replace `git_config()` with `git_config_get_*()` family
Tanay Abhra
1
-11
/
+3
2014-07-16
Merge branch 'nd/split-index'
Junio C Hamano
1
-28
/
+244
2014-06-25
Merge branch 'ym/fix-opportunistic-index-update-race' into maint
Junio C Hamano
1
-1
/
+46
2014-06-20
cleanup duplicate name_compare() functions
Jeremiah Mahler
1
-10
/
+13
2014-06-13
t1700: new tests for split-index mode
Nguyễn Thái Ngọc Duy
1
-2
/
+1
2014-06-13
read-cache: force split index mode with GIT_TEST_SPLIT_INDEX
Nguyễn Thái Ngọc Duy
1
-1
/
+9
2014-06-13
read-tree: force split-index mode off on --index-output
Nguyễn Thái Ngọc Duy
1
-1
/
+2
2014-06-13
update-index --split-index: do not split if $GIT_DIR is read only
Nguyễn Thái Ngọc Duy
1
-3
/
+10
2014-06-13
update-index: new options to enable/disable split index mode
Nguyễn Thái Ngọc Duy
1
-6
/
+61
2014-06-13
split-index: strip pathname of on-disk replaced entries
Nguyễn Thái Ngọc Duy
1
-0
/
+10
2014-06-13
split-index: do not invalidate cache-tree at read time
Nguyễn Thái Ngọc Duy
1
-1
/
+2
[next]