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-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
2017-04-20
read-cache: avoid using git_path() in freshen_shared_index()
Christian Couder
1
-1
/
+2
2017-04-19
read-cache: speed up has_dir_name (part 2)
Jeff Hostetler
1
-1
/
+62
2017-04-19
read-cache: speed up has_dir_name (part 1)
Jeff Hostetler
1
-0
/
+45
2017-04-19
read-cache: speed up add_index_entry during checkout
Jeff Hostetler
1
-1
/
+10
2017-04-15
read-cache: add strcmp_offset function
Jeff Hostetler
1
-0
/
+20
2017-04-15
read-cache: force_verify_index_checksum
Jeff Hostetler
1
-0
/
+7
2017-03-17
Merge branch 'cc/split-index-config'
Junio C Hamano
1
-10
/
+147
2017-03-06
read-cache: use freshen_shared_index() in read_index_from()
Christian Couder
1
-0
/
+1
2017-03-06
read-cache: refactor read_index_from()
Christian Couder
1
-6
/
+8
2017-03-06
read-cache: unlink old sharedindex files
Christian Couder
1
-1
/
+63
2017-03-01
read-cache: touch shared index files when used
Christian Couder
1
-3
/
+26
2017-03-01
read-cache: regenerate shared index if necessary
Christian Couder
1
-0
/
+32
2017-03-01
read-cache: add and then use tweak_split_index()
Christian Couder
1
-0
/
+17
2017-01-31
Merge branch 'sb/in-core-index-doc'
Junio C Hamano
1
-1
/
+0
2017-01-19
cache.h: document remove_index_entry_at
Stefan Beller
1
-1
/
+0
2017-01-11
index: improve constness for reading blob data
Brandon Williams
1
-1
/
+2
2017-01-10
Merge branch 'jc/git-open-cloexec'
Junio C Hamano
1
-8
/
+1
2016-12-07
hold_locked_index(): align error handling with hold_lockfile_for_update()
Junio C Hamano
1
-5
/
+2
2016-10-28
git_open(): untangle possible NOATIME and CLOEXEC interactions
Junio C Hamano
1
-8
/
+1
2016-10-25
read-cache: make sure file handles are not inherited by child processes
Lars Schneider
1
-1
/
+8
2016-09-26
Merge branch 'tg/add-chmod+x-fix'
Junio C Hamano
1
-8
/
+35
2016-09-15
add: modify already added files when --chmod is given
Thomas Gummerer
1
-8
/
+6
2016-09-15
read-cache: introduce chmod_index_entry
Thomas Gummerer
1
-0
/
+29
[next]