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
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
2014-06-13
split-index: the reading part
Nguyễn Thái Ngọc Duy
1
-2
/
+0
2014-06-13
read-cache: mark updated entries for split index
Nguyễn Thái Ngọc Duy
1
-1
/
+4
2014-06-13
read-cache: save deleted entries in split index
Nguyễn Thái Ngọc Duy
1
-6
/
+8
2014-06-13
read-cache: mark new entries for split index
Nguyễn Thái Ngọc Duy
1
-1
/
+2
2014-06-13
read-cache: split-index mode
Nguyễn Thái Ngọc Duy
1
-5
/
+91
2014-06-13
read-cache: save index SHA-1 after reading
Nguyễn Thái Ngọc Duy
1
-2
/
+4
2014-06-13
cache-tree: mark istate->cache_changed on cache tree invalidation
Nguyễn Thái Ngọc Duy
1
-3
/
+3
2014-06-13
read-cache: be specific what part of the index has changed
Nguyễn Thái Ngọc Duy
1
-5
/
+6
2014-06-13
read-cache: be strict about "changed" in remove_marked_cache_entries()
Nguyễn Thái Ngọc Duy
1
-0
/
+2
2014-06-13
read-cache: store in-memory flags in the first 12 bits of ce_flags
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2014-06-13
read-cache: relocate and unexport commit_locked_index()
Nguyễn Thái Ngọc Duy
1
-0
/
+20
2014-06-13
read-cache: new API write_locked_index instead of write_index/write_cache
Nguyễn Thái Ngọc Duy
1
-4
/
+24
2014-06-03
Merge branch 'ym/fix-opportunistic-index-update-race'
Junio C Hamano
1
-1
/
+46
2014-04-10
read-cache.c: verify index file before we opportunistically update it
Yiannis Marangos
1
-1
/
+46
2014-03-18
Merge branch 'bk/refresh-missing-ok-in-merge-recursive' into maint
Junio C Hamano
1
-12
/
+15
2014-03-18
Merge branch 'dd/use-alloc-grow'
Junio C Hamano
1
-5
/
+1
2014-03-14
Merge branch 'tg/index-v4-format'
Junio C Hamano
1
-1
/
+37
2014-03-03
read-cache.c: use ALLOC_GROW() in add_index_entry()
Dmitry S. Dolzhenko
1
-5
/
+1
2014-02-27
Merge branch 'jk/pack-bitmap'
Junio C Hamano
1
-32
/
+12
[next]