aboutsummaryrefslogtreecommitdiffstats
path: root/read-cache.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-14avoid "write_in_full(fd, buf, len) != len" patternJeff King1-3/+3
2017-07-17use MOVE_ARRAYRené Scharfe1-3/+2
2017-07-05Merge branch 'cc/shared-index-permfix'Junio C Hamano1-0/+8
2017-06-25read-cache: use shared perms when writing shared indexChristian Couder1-0/+8
2017-06-24Merge branch 'ab/free-and-null'Junio C Hamano1-4/+2
2017-06-24Merge branch 'bw/config-h'Junio C Hamano1-0/+1
2017-06-24Merge branch 'nd/split-index-unshare'Junio C Hamano1-2/+8
2017-06-24Revert "split-index: add and use unshare_split_index()"Junio C Hamano1-2/+8
2017-06-16coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason1-4/+2
2017-06-15config: don't include config.h by defaultBrandon Williams1-0/+1
2017-06-13Merge branch 'jh/close-index-before-stat' into maintJunio C Hamano1-4/+9
2017-06-05Merge branch 'jh/close-index-before-stat'Junio C Hamano1-4/+9
2017-05-30Merge branch 'dt/unpack-save-untracked-cache-extension'Junio C Hamano1-0/+6
2017-05-29Merge branch 'nd/split-index-unshare'Junio C Hamano1-8/+2
2017-05-20unpack-trees: preserve index extensionsDavid Turner1-0/+6
2017-05-16Merge branch 'jk/no-null-sha1-in-cache-tree'Junio C Hamano1-1/+4
2017-05-08split-index: add and use unshare_split_index()Nguyễn Thái Ngọc Duy1-8/+2
2017-05-01i18n: read-cache: typofixPeter Krefting1-1/+1
2017-04-28read-cache: close index.lock in do_write_indexJeff Hostetler1-4/+9
2017-04-26Merge branch 'cc/split-index-config'Junio C Hamano1-1/+2
2017-04-26Merge branch 'jh/add-index-entry-optim'Junio C Hamano1-2/+137
2017-04-23cache-tree: reject entries with null sha1Jeff King1-1/+4
2017-04-20read-cache: avoid using git_path() in freshen_shared_index()Christian Couder1-1/+2
2017-04-19read-cache: speed up has_dir_name (part 2)Jeff Hostetler1-1/+62
2017-04-19read-cache: speed up has_dir_name (part 1)Jeff Hostetler1-0/+45
2017-04-19read-cache: speed up add_index_entry during checkoutJeff Hostetler1-1/+10
2017-04-15read-cache: add strcmp_offset functionJeff Hostetler1-0/+20
2017-04-15read-cache: force_verify_index_checksumJeff Hostetler1-0/+7
2017-03-17Merge branch 'cc/split-index-config'Junio C Hamano1-10/+147
2017-03-06read-cache: use freshen_shared_index() in read_index_from()Christian Couder1-0/+1
2017-03-06read-cache: refactor read_index_from()Christian Couder1-6/+8
2017-03-06read-cache: unlink old sharedindex filesChristian Couder1-1/+63
2017-03-01read-cache: touch shared index files when usedChristian Couder1-3/+26
2017-03-01read-cache: regenerate shared index if necessaryChristian Couder1-0/+32
2017-03-01read-cache: add and then use tweak_split_index()Christian Couder1-0/+17
2017-01-31Merge branch 'sb/in-core-index-doc'Junio C Hamano1-1/+0
2017-01-19cache.h: document remove_index_entry_atStefan Beller1-1/+0
2017-01-11index: improve constness for reading blob dataBrandon Williams1-1/+2
2017-01-10Merge branch 'jc/git-open-cloexec'Junio C Hamano1-8/+1
2016-12-07hold_locked_index(): align error handling with hold_lockfile_for_update()Junio C Hamano1-5/+2
2016-10-28git_open(): untangle possible NOATIME and CLOEXEC interactionsJunio C Hamano1-8/+1
2016-10-25read-cache: make sure file handles are not inherited by child processesLars Schneider1-1/+8
2016-09-26Merge branch 'tg/add-chmod+x-fix'Junio C Hamano1-8/+35
2016-09-15add: modify already added files when --chmod is givenThomas Gummerer1-8/+6
2016-09-15read-cache: introduce chmod_index_entryThomas Gummerer1-0/+29
2016-09-07cache: convert struct cache_entry to use struct object_idbrian m. carlson1-12/+12
2016-07-25Merge branch 'jc/renormalize-merge-kill-safer-crlf'Junio C Hamano1-4/+1
2016-07-12merge: avoid "safer crlf" during recording of merge resultsJunio C Hamano1-4/+1
2016-06-07add: add --chmod=+x / --chmod=-x optionsEdward Thomson1-4/+7
2016-02-10Merge branch 'cc/untracked'Junio C Hamano1-2/+25