summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-12-11index-format.txt: add a missing closing quoteNguyễn Thái Ngọc Duy
2014-06-13t1700: new tests for split-index modeNguyễn Thái Ngọc Duy
2014-06-13t2104: make sure split index mode is off for the version testNguyễn Thái Ngọc Duy
2014-06-13read-cache: force split index mode with GIT_TEST_SPLIT_INDEXNguyễn Thái Ngọc Duy
2014-06-13read-tree: note about dropping split-index mode or index versionNguyễn Thái Ngọc Duy
2014-06-13read-tree: force split-index mode off on --index-outputNguyễn Thái Ngọc Duy
2014-06-13rev-parse: add --shared-index-path to get shared index pathNguyễn Thái Ngọc Duy
2014-06-13update-index --split-index: do not split if $GIT_DIR is read onlyNguyễn Thái Ngọc Duy
2014-06-13update-index: new options to enable/disable split index modeNguyễn Thái Ngọc Duy
2014-06-13split-index: strip pathname of on-disk replaced entriesNguyễn Thái Ngọc Duy
2014-06-13split-index: do not invalidate cache-tree at read timeNguyễn Thái Ngọc Duy
2014-06-13split-index: the reading partNguyễn Thái Ngọc Duy
2014-06-13split-index: the writing partNguyễn Thái Ngọc Duy
2014-06-13read-cache: mark updated entries for split indexNguyễn Thái Ngọc Duy
2014-06-13read-cache: save deleted entries in split indexNguyễn Thái Ngọc Duy
2014-06-13read-cache: mark new entries for split indexNguyễn Thái Ngọc Duy
2014-06-13read-cache: split-index modeNguyễn Thái Ngọc Duy
2014-06-13read-cache: save index SHA-1 after readingNguyễn Thái Ngọc Duy
2014-06-13entry.c: update cache_changed if refresh_cache is set in checkout_entry()Nguyễn Thái Ngọc Duy
2014-06-13cache-tree: mark istate->cache_changed on prime_cache_tree()Nguyễn Thái Ngọc Duy
2014-06-13cache-tree: mark istate->cache_changed on cache tree updateNguyễn Thái Ngọc Duy
2014-06-13cache-tree: mark istate->cache_changed on cache tree invalidationNguyễn Thái Ngọc Duy
2014-06-13unpack-trees: be specific what part of the index has changedNguyễn Thái Ngọc Duy
2014-06-13resolve-undo: be specific what part of the index has changedNguyễn Thái Ngọc Duy
2014-06-13update-index: be specific what part of the index has changedNguyễn Thái Ngọc Duy
2014-06-13read-cache: be specific what part of the index has changedNguyễn Thái Ngọc Duy
2014-06-13read-cache: be strict about "changed" in remove_marked_cache_entries()Nguyễn Thái Ngọc Duy
2014-06-13read-cache: store in-memory flags in the first 12 bits of ce_flagsNguyễn Thái Ngọc Duy
2014-06-13read-cache: relocate and unexport commit_locked_index()Nguyễn Thái Ngọc Duy
2014-06-13read-cache: new API write_locked_index instead of write_index/write_cacheNguyễn Thái Ngọc Duy
2014-04-29sequencer: do not update/refresh index if the lock cannot be heldNguyễn Thái Ngọc Duy
2014-04-29ewah: delete unused ewah_read_mmap_native declarationNguyễn Thái Ngọc Duy
2014-04-29ewah: fix constness of ewah_read_mmapNguyễn Thái Ngọc Duy
2014-04-28Merge branch 'db/make-with-curl'Junio C Hamano
2014-04-28Merge branch 'jk/external-diff-use-argv-array' (early part)Junio C Hamano
2014-04-28Makefile: default to -lcurl when no CURL_CONFIG or CURLDIRDave Borowitz
2014-04-25Git 2.0-rc1v2.0.0-rc1Junio C Hamano
2014-04-24Merge branch 'jk/pack-bitmap'Junio C Hamano
2014-04-24Merge branch 'fc/transport-helper-sync-error-fix'Junio C Hamano
2014-04-24Merge branch 'db/make-with-curl'Junio C Hamano
2014-04-22ewah_bitmap.c: do not assume size_t and eword_t are the same sizeKyle J. McKay
2014-04-21Update draft release notes to 2.0Junio C Hamano
2014-04-21Merge git://bogomips.org/git-svnJunio C Hamano
2014-04-21Merge branch 'jx/i18n'Junio C Hamano
2014-04-21Merge branch 'km/avoid-non-function-return-in-rebase'Junio C Hamano
2014-04-21Merge branch 'ep/shell-command-substitution'Junio C Hamano
2014-04-21t5801 (remote-helpers): cleanup environment setsFelipe Contreras
2014-04-21run_external_diff: use an argv_array for the command lineJeff King
2014-04-19Git 2.0: git svn: Set default --prefix='origin/' if --prefix is not givenJohan Herland
2014-04-18Git 2.0-rc0v2.0.0-rc0Junio C Hamano