aboutsummaryrefslogtreecommitdiff
path: root/read-cache.c
Commit message (Expand)AuthorAge
...
* | | | | | commit_lock_file_to(): refactor a helper out of commit_lock_file()Michael Haggerty2014-10-01
* | | | | | lockfile: change lock_file::filename into a strbufMichael Haggerty2014-10-01
* | | | | | lockfile: avoid transitory invalid statesMichael Haggerty2014-10-01
* | | | | | close_lock_file(): exit (successfully) if file is already closedMichael Haggerty2014-10-01
* | | | | | Merge branch 'jp/index-with-corrupt-stages'Junio C Hamano2014-09-19
|\ \ \ \ \ \
| * | | | | | read_index_unmerged(): remove unnecessary loop index adjustmentJaime Soriano Pastor2014-08-29
| * | | | | | read_index_from(): catch out of order entries when reading an index fileJaime Soriano Pastor2014-08-29
| | |_|/ / / | |/| | | |
| * | | | | Merge branch 'ym/fix-opportunistic-index-update-race' into maintJunio C Hamano2014-06-25
| |\ \ \ \ \
* | \ \ \ \ \ Merge branch 'ta/config-set-2'Junio C Hamano2014-09-11
|\ \ \ \ \ \ \
| * | | | | | | read-cache.c: replace `git_config()` with `git_config_get_*()` familyTanay Abhra2014-08-07
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'rs/refresh-beyond-symlink'Junio C Hamano2014-09-09
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | / / / | | |_|/ / / | |/| | | |
| * | | | | read-cache: check for leading symlinks when refreshing indexRené Scharfe2014-08-10
| | |_|/ / | |/| | |
| * | | | Merge branch 'bk/refresh-missing-ok-in-merge-recursive' into maintJunio C Hamano2014-03-18
| |\ \ \ \
* | \ \ \ \ Merge branch 'nd/split-index'Junio C Hamano2014-07-16
|\ \ \ \ \ \
| * | | | | | t1700: new tests for split-index modeNguyễn Thái Ngọc Duy2014-06-13
| * | | | | | read-cache: force split index mode with GIT_TEST_SPLIT_INDEXNguyễn Thái Ngọc Duy2014-06-13
| * | | | | | read-tree: force split-index mode off on --index-outputNguyễn Thái Ngọc Duy2014-06-13
| * | | | | | update-index --split-index: do not split if $GIT_DIR is read onlyNguyễn Thái Ngọc Duy2014-06-13
| * | | | | | update-index: new options to enable/disable split index modeNguyễn Thái Ngọc Duy2014-06-13
| * | | | | | split-index: strip pathname of on-disk replaced entriesNguyễn Thái Ngọc Duy2014-06-13
| * | | | | | split-index: do not invalidate cache-tree at read timeNguyễn Thái Ngọc Duy2014-06-13
| * | | | | | split-index: the reading partNguyễn Thái Ngọc Duy2014-06-13
| * | | | | | read-cache: mark updated entries for split indexNguyễn Thái Ngọc Duy2014-06-13
| * | | | | | read-cache: save deleted entries in split indexNguyễn Thái Ngọc Duy2014-06-13
| * | | | | | read-cache: mark new entries for split indexNguyễn Thái Ngọc Duy2014-06-13
| * | | | | | read-cache: split-index modeNguyễn Thái Ngọc Duy2014-06-13
| * | | | | | read-cache: save index SHA-1 after readingNguyễn Thái Ngọc Duy2014-06-13
| * | | | | | cache-tree: mark istate->cache_changed on cache tree invalidationNguyễn Thái Ngọc Duy2014-06-13
| * | | | | | read-cache: be specific what part of the index has changedNguyễn Thái Ngọc Duy2014-06-13
| * | | | | | read-cache: be strict about "changed" in remove_marked_cache_entries()Nguyễn Thái Ngọc Duy2014-06-13
| * | | | | | read-cache: store in-memory flags in the first 12 bits of ce_flagsNguyễn Thái Ngọc Duy2014-06-13
| * | | | | | read-cache: relocate and unexport commit_locked_index()Nguyễn Thái Ngọc Duy2014-06-13
| * | | | | | read-cache: new API write_locked_index instead of write_index/write_cacheNguyễn Thái Ngọc Duy2014-06-13
| | |_|/ / / | |/| | | |
* | | | | | cleanup duplicate name_compare() functionsJeremiah Mahler2014-06-20
* | | | | | Merge branch 'ym/fix-opportunistic-index-update-race'Junio C Hamano2014-06-03
|\ \ \ \ \ \ | |/ / / / / |/| | | / / | | |_|/ / | |/| | |
| * | | | read-cache.c: verify index file before we opportunistically update itYiannis Marangos2014-04-10
| | |_|/ | |/| |
* | | | Merge branch 'dd/use-alloc-grow'Junio C Hamano2014-03-18
|\ \ \ \
| * | | | read-cache.c: use ALLOC_GROW() in add_index_entry()Dmitry S. Dolzhenko2014-03-03
| |/ / /
* | | | Merge branch 'tg/index-v4-format'Junio C Hamano2014-03-14
|\ \ \ \
| * | | | read-cache: add index.version config variableThomas Gummerer2014-02-24
| * | | | introduce GIT_INDEX_VERSION environment variableThomas Gummerer2014-02-24
| |/ / /
* | | | Merge branch 'jk/pack-bitmap'Junio C Hamano2014-02-27
|\ \ \ \
| * | | | read-cache: use get_be32 instead of hand-rolled ntoh_lJeff King2014-01-23
| |/ / /
* | | | Merge branch 'nd/reset-intent-to-add'Junio C Hamano2014-02-27
|\ \ \ \
| * | | | reset: support "--mixed --intent-to-add" modeNguyễn Thái Ngọc Duy2014-02-05
| |/ / /
* | | | Merge branch 'nd/submodule-pathspec-ending-with-slash'Junio C Hamano2014-02-27
|\ \ \ \ | | |/ / | |/| |
| * | | pathspec: convert some match_pathspec_depth() to ce_path_match()Nguyễn Thái Ngọc Duy2014-02-24
| |/ /
* | | Merge branch 'bk/refresh-missing-ok-in-merge-recursive'Junio C Hamano2014-02-27
|\ \ \ | | |/ | |/|
| * | read-cache.c: extend make_cache_entry refresh flag with optionsBrad King2014-02-24
| * | read-cache.c: refactor --ignore-missing implementationBrad King2014-02-24