aboutsummaryrefslogtreecommitdiff
path: root/read-cache.c
Commit message (Expand)AuthorAge
...
| * | untracked cache: invalidate at index addition or removalNguyễn Thái Ngọc Duy2015-03-12
| * | untracked cache: load from UNTR index extensionNguyễn Thái Ngọc Duy2015-03-12
| * | untracked cache: save to an index extensionNguyễn Thái Ngọc Duy2015-03-12
* | | Merge branch 'sb/leaks'Junio C Hamano2015-03-27
|\ \ \
| * | | read-cache: fix memleakStefan Beller2015-03-23
| * | | add_to_index(): free unused cache-entryJunio C Hamano2015-03-23
| * | | read-cache: free cache entry in add_to_index in case of early returnStefan Beller2015-03-22
| |/ /
* | | Merge branch 'tg/fix-check-order-with-split-index'Junio C Hamano2015-03-25
|\ \ \ | |/ / |/| |
| * | read-cache: fix reading of split indexThomas Gummerer2015-03-20
| |/
* | Merge branch 'sb/plug-leak-in-make-cache-entry'Junio C Hamano2015-02-25
|\ \ | |/ |/|
| * read-cache.c: free cache entry when refreshing failsStefan Beller2015-02-17
* | Sync with v2.1.4Junio C Hamano2014-12-17
|\ \
| * \ Sync with v2.0.5Junio C Hamano2014-12-17
| |\ \
| | * \ Sync with v1.9.5Junio C Hamano2014-12-17
| | |\ \ | | | |/
| | | * Sync with v1.8.5.6Junio C Hamano2014-12-17
| | | |\
| | | | * read-cache: optionally disallow NTFS .git variantsJohannes Schindelin2014-12-17
| | | | * read-cache: optionally disallow HFS+ .git variantsJeff King2014-12-17
| | | | * verify_dotfile(): reject .git case-insensitivelyJeff King2014-12-17
| * | | | Merge branch 'rs/refresh-beyond-symlink' into maintJunio C Hamano2014-09-19
| |\ \ \ \
* | | | | | lockfile.h: extract new header file for the functions in lockfile.cMichael Haggerty2014-10-01
* | | | | | hold_locked_index(): move from lockfile.c to read-cache.cMichael Haggerty2014-10-01
* | | | | | 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