aboutsummaryrefslogtreecommitdiff
path: root/read-cache.c
Commit message (Expand)AuthorAge
* Merge branch 'cc/split-index-config'Junio C Hamano2017-04-26
|\
| * read-cache: avoid using git_path() in freshen_shared_index()Christian Couder2017-04-20
* | Merge branch 'jh/add-index-entry-optim'Junio C Hamano2017-04-26
|\ \
| * | read-cache: speed up has_dir_name (part 2)Jeff Hostetler2017-04-19
| * | read-cache: speed up has_dir_name (part 1)Jeff Hostetler2017-04-19
| * | read-cache: speed up add_index_entry during checkoutJeff Hostetler2017-04-19
| * | read-cache: add strcmp_offset functionJeff Hostetler2017-04-15
* | | read-cache: force_verify_index_checksumJeff Hostetler2017-04-15
|/ /
* | Merge branch 'cc/split-index-config'Junio C Hamano2017-03-17
|\ \ | |/
| * read-cache: use freshen_shared_index() in read_index_from()Christian Couder2017-03-06
| * read-cache: refactor read_index_from()Christian Couder2017-03-06
| * read-cache: unlink old sharedindex filesChristian Couder2017-03-06
| * read-cache: touch shared index files when usedChristian Couder2017-03-01
| * read-cache: regenerate shared index if necessaryChristian Couder2017-03-01
| * read-cache: add and then use tweak_split_index()Christian Couder2017-03-01
* | Merge branch 'sb/in-core-index-doc'Junio C Hamano2017-01-31
|\ \
| * | cache.h: document remove_index_entry_atStefan Beller2017-01-19
* | | index: improve constness for reading blob dataBrandon Williams2017-01-11
* | | Merge branch 'jc/git-open-cloexec'Junio C Hamano2017-01-10
|\ \ \ | |_|/ |/| |
| * | git_open(): untangle possible NOATIME and CLOEXEC interactionsJunio C Hamano2016-10-28
| |/
* | hold_locked_index(): align error handling with hold_lockfile_for_update()Junio C Hamano2016-12-07
|/
* read-cache: make sure file handles are not inherited by child processesLars Schneider2016-10-25
* Merge branch 'tg/add-chmod+x-fix'Junio C Hamano2016-09-26
|\
| * add: modify already added files when --chmod is givenThomas Gummerer2016-09-15
| * read-cache: introduce chmod_index_entryThomas Gummerer2016-09-15
* | cache: convert struct cache_entry to use struct object_idbrian m. carlson2016-09-07
* | Merge branch 'jc/renormalize-merge-kill-safer-crlf'Junio C Hamano2016-07-25
|\ \ | |/ |/|
| * merge: avoid "safer crlf" during recording of merge resultsJunio C Hamano2016-07-12
* | add: add --chmod=+x / --chmod=-x optionsEdward Thomson2016-06-07
|/
* Merge branch 'cc/untracked'Junio C Hamano2016-02-10
|\
| * config: add core.untrackedCacheChristian Couder2016-01-27
* | Merge branch 'nd/ita-cleanup'Junio C Hamano2016-01-20
|\ \ | |/ |/|
| * add and use a convenience macro ce_intent_to_add()Nguyễn Thái Ngọc Duy2015-09-06
* | Merge branch 'dt/name-hash-dir-entry-fix'Junio C Hamano2015-10-29
|\ \
| * | name-hash: don't reuse cache_entry in dir_entryDavid Turner2015-10-21
* | | Merge branch 'tk/sigchain-unnecessary-post-tempfile'Junio C Hamano2015-10-29
|\ \ \
| * | | read-cache: remove unused #include "sigchain.h"Tobias Klauser2015-10-22
* | | | read-cache: fix indentation in read_index_fromStefan Beller2015-08-31
* | | | Merge branch 'mh/tempfile'Junio C Hamano2015-08-25
|\ \ \ \ | |/ / /
| * | | write_shared_index(): use tempfile moduleMichael Haggerty2015-08-10
| * | | lockfile: add accessors get_lock_file_fd() and get_lock_file_fp()Michael Haggerty2015-08-10
* | | | Merge branch 'nd/untracked-cache'Junio C Hamano2015-06-24
|\ \ \ \
| * | | | read-cache: fix untracked cache invalidation when split-index is usedNguyễn Thái Ngọc Duy2015-06-08
* | | | | Merge branch 'jk/diagnose-config-mmap-failure'Junio C Hamano2015-06-11
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | read-cache.c: drop PROT_WRITE from mmap of indexJeff King2015-05-28
| | |/ / | |/| |
* | | | Merge branch 'nd/untracked-cache'Junio C Hamano2015-05-26
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | untracked cache: mark index dirty if untracked cache is updatedNguyễn Thái Ngọc Duy2015-03-12
| * | untracked cache: avoid racy timestampsNguyễn Thái Ngọc Duy2015-03-12
| * | read-cache.c: split racy stat test to a separate functionNguyễn Thái Ngọc Duy2015-03-12
| * | untracked cache: invalidate at index addition or removalNguyễn Thái Ngọc Duy2015-03-12