summaryrefslogtreecommitdiff
path: root/read-cache.c
AgeCommit message (Expand)Author
2017-03-17Merge branch 'cc/split-index-config'Junio C Hamano
2017-03-06read-cache: use freshen_shared_index() in read_index_from()Christian Couder
2017-03-06read-cache: refactor read_index_from()Christian Couder
2017-03-06read-cache: unlink old sharedindex filesChristian Couder
2017-03-01read-cache: touch shared index files when usedChristian Couder
2017-03-01read-cache: regenerate shared index if necessaryChristian Couder
2017-03-01read-cache: add and then use tweak_split_index()Christian Couder
2017-01-31Merge branch 'sb/in-core-index-doc'Junio C Hamano
2017-01-19cache.h: document remove_index_entry_atStefan Beller
2017-01-11index: improve constness for reading blob dataBrandon Williams
2017-01-10Merge branch 'jc/git-open-cloexec'Junio C Hamano
2016-12-07hold_locked_index(): align error handling with hold_lockfile_for_update()Junio C Hamano
2016-10-28git_open(): untangle possible NOATIME and CLOEXEC interactionsJunio C Hamano
2016-10-25read-cache: make sure file handles are not inherited by child processesLars Schneider
2016-09-26Merge branch 'tg/add-chmod+x-fix'Junio C Hamano
2016-09-15add: modify already added files when --chmod is givenThomas Gummerer
2016-09-15read-cache: introduce chmod_index_entryThomas Gummerer
2016-09-07cache: convert struct cache_entry to use struct object_idbrian m. carlson
2016-07-25Merge branch 'jc/renormalize-merge-kill-safer-crlf'Junio C Hamano
2016-07-12merge: avoid "safer crlf" during recording of merge resultsJunio C Hamano
2016-06-08add: add --chmod=+x / --chmod=-x optionsEdward Thomson
2016-02-10Merge branch 'cc/untracked'Junio C Hamano
2016-01-27config: add core.untrackedCacheChristian Couder
2016-01-20Merge branch 'nd/ita-cleanup'Junio C Hamano
2015-10-29Merge branch 'dt/name-hash-dir-entry-fix'Junio C Hamano
2015-10-29Merge branch 'tk/sigchain-unnecessary-post-tempfile'Junio C Hamano
2015-10-22read-cache: remove unused #include "sigchain.h"Tobias Klauser
2015-10-21name-hash: don't reuse cache_entry in dir_entryDavid Turner
2015-09-07add and use a convenience macro ce_intent_to_add()Nguyễn Thái Ngọc Duy
2015-08-31read-cache: fix indentation in read_index_fromStefan Beller
2015-08-25Merge branch 'mh/tempfile'Junio C Hamano
2015-08-10write_shared_index(): use tempfile moduleMichael Haggerty
2015-08-10lockfile: add accessors get_lock_file_fd() and get_lock_file_fp()Michael Haggerty
2015-06-24Merge branch 'nd/untracked-cache'Junio C Hamano
2015-06-11Merge branch 'jk/diagnose-config-mmap-failure'Junio C Hamano
2015-06-08read-cache: fix untracked cache invalidation when split-index is usedNguyễn Thái Ngọc Duy
2015-05-28read-cache.c: drop PROT_WRITE from mmap of indexJeff King
2015-05-26Merge branch 'nd/untracked-cache'Junio C Hamano
2015-03-27Merge branch 'sb/leaks'Junio C Hamano
2015-03-25Merge branch 'tg/fix-check-order-with-split-index'Junio C Hamano
2015-03-23read-cache: fix memleakStefan Beller
2015-03-23add_to_index(): free unused cache-entryJunio C Hamano
2015-03-22read-cache: free cache entry in add_to_index in case of early returnStefan Beller
2015-03-20read-cache: fix reading of split indexThomas Gummerer
2015-03-12untracked cache: mark index dirty if untracked cache is updatedNguyễn Thái Ngọc Duy
2015-03-12untracked cache: avoid racy timestampsNguyễn Thái Ngọc Duy
2015-03-12read-cache.c: split racy stat test to a separate functionNguyễn Thái Ngọc Duy
2015-03-12untracked cache: invalidate at index addition or removalNguyễn Thái Ngọc Duy
2015-03-12untracked cache: load from UNTR index extensionNguyễn Thái Ngọc Duy
2015-03-12untracked cache: save to an index extensionNguyễn Thái Ngọc Duy