summaryrefslogtreecommitdiff
path: root/read-cache.c
Commit message (Expand)AuthorAgeFilesLines
* use MOVE_ARRAYRené Scharfe2017-07-171-3/+2
* Merge branch 'cc/shared-index-permfix'Junio C Hamano2017-07-051-0/+8
|\
| * read-cache: use shared perms when writing shared indexChristian Couder2017-06-251-0/+8
| * Merge branch 'jh/close-index-before-stat' into maintJunio C Hamano2017-06-131-4/+9
| |\
* | \ Merge branch 'ab/free-and-null'Junio C Hamano2017-06-241-4/+2
|\ \ \
| * | | coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason2017-06-161-4/+2
* | | | Merge branch 'bw/config-h'Junio C Hamano2017-06-241-0/+1
|\ \ \ \
| * | | | config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
| | |/ / | |/| |
* | | | Merge branch 'nd/split-index-unshare'Junio C Hamano2017-06-241-2/+8
|\ \ \ \ | |_|/ / |/| | |
| * | | Revert "split-index: add and use unshare_split_index()"nd/split-index-unshareJunio C Hamano2017-06-241-2/+8
* | | | Merge branch 'jh/close-index-before-stat'Junio C Hamano2017-06-051-4/+9
|\ \ \ \ | | |_|/ | |/| |
| * | | read-cache: close index.lock in do_write_indexjh/close-index-before-statJeff Hostetler2017-04-281-4/+9
* | | | Merge branch 'dt/unpack-save-untracked-cache-extension'Junio C Hamano2017-05-301-0/+6
|\ \ \ \
| * | | | unpack-trees: preserve index extensionsdt/unpack-save-untracked-cache-extensionDavid Turner2017-05-201-0/+6
| | |_|/ | |/| |
* | | | Merge branch 'nd/split-index-unshare'Junio C Hamano2017-05-291-8/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | split-index: add and use unshare_split_index()Nguyễn Thái Ngọc Duy2017-05-081-8/+2
| |/ /
* | | Merge branch 'jk/no-null-sha1-in-cache-tree'Junio C Hamano2017-05-161-1/+4
|\ \ \ | |/ / |/| |
| * | cache-tree: reject entries with null sha1jk/no-null-sha1-in-cache-treeJeff King2017-04-231-1/+4
| |/
* | i18n: read-cache: typofixja/i18n-cleanupPeter Krefting2017-05-011-1/+1
* | Merge branch 'cc/split-index-config'Junio C Hamano2017-04-261-1/+2
|\ \
| * | read-cache: avoid using git_path() in freshen_shared_index()cc/split-index-configChristian Couder2017-04-201-1/+2
* | | Merge branch 'jh/add-index-entry-optim'Junio C Hamano2017-04-261-2/+137
|\ \ \
| * | | read-cache: speed up has_dir_name (part 2)jh/add-index-entry-optimJeff Hostetler2017-04-191-1/+62
| * | | read-cache: speed up has_dir_name (part 1)Jeff Hostetler2017-04-191-0/+45
| * | | read-cache: speed up add_index_entry during checkoutJeff Hostetler2017-04-191-1/+10
| * | | read-cache: add strcmp_offset functionJeff Hostetler2017-04-151-0/+20
* | | | read-cache: force_verify_index_checksumJeff Hostetler2017-04-151-0/+7
|/ / /
* | | Merge branch 'cc/split-index-config'Junio C Hamano2017-03-171-10/+147
|\ \ \ | |/ / | | / | |/ |/|
| * read-cache: use freshen_shared_index() in read_index_from()Christian Couder2017-03-061-0/+1
| * read-cache: refactor read_index_from()Christian Couder2017-03-061-6/+8
| * read-cache: unlink old sharedindex filesChristian Couder2017-03-061-1/+63
| * read-cache: touch shared index files when usedChristian Couder2017-03-011-3/+26
| * read-cache: regenerate shared index if necessaryChristian Couder2017-03-011-0/+32
| * read-cache: add and then use tweak_split_index()Christian Couder2017-03-011-0/+17
* | Merge branch 'sb/in-core-index-doc'Junio C Hamano2017-01-311-1/+0
|\ \
| * | cache.h: document remove_index_entry_atStefan Beller2017-01-191-1/+0
* | | index: improve constness for reading blob databw/read-blob-data-does-not-modify-index-stateBrandon Williams2017-01-111-1/+2
* | | Merge branch 'jc/git-open-cloexec'Junio C Hamano2017-01-101-8/+1
|\ \ \ | |_|/ |/| |
| * | git_open(): untangle possible NOATIME and CLOEXEC interactionsJunio C Hamano2016-10-281-8/+1
| |/
* | hold_locked_index(): align error handling with hold_lockfile_for_update()Junio C Hamano2016-12-071-5/+2
|/
* read-cache: make sure file handles are not inherited by child processesls/git-open-cloexecLars Schneider2016-10-251-1/+8
* Merge branch 'tg/add-chmod+x-fix'Junio C Hamano2016-09-261-8/+35
|\
| * add: modify already added files when --chmod is givenThomas Gummerer2016-09-151-8/+6
| * read-cache: introduce chmod_index_entryThomas Gummerer2016-09-151-0/+29
* | cache: convert struct cache_entry to use struct object_idbrian m. carlson2016-09-071-12/+12
* | Merge branch 'jc/renormalize-merge-kill-safer-crlf'Junio C Hamano2016-07-251-4/+1
|\ \ | |/ |/|
| * merge: avoid "safer crlf" during recording of merge resultsJunio C Hamano2016-07-121-4/+1
* | add: add --chmod=+x / --chmod=-x optionsEdward Thomson2016-06-071-4/+7
|/
* Merge branch 'cc/untracked'Junio C Hamano2016-02-101-2/+25
|\
| * config: add core.untrackedCacheChristian Couder2016-01-271-2/+25