summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-06-16Merge branch 'jk/do-not-run-httpd-tests-as-root'Libravatar Junio C Hamano1-0/+5
2014-06-16Merge branch 'cc/replace-edit'Libravatar Junio C Hamano3-46/+222
2014-06-16Merge branch 'mt/patch-id-stable' (early part)Libravatar Junio C Hamano5-31/+208
2014-06-15gitk: Use mktemp -d to avoid predictable temporary directoriesLibravatar David Aguilar1-1/+2
2014-06-15gitk: Show staged submodules regardless of ignore configLibravatar Jens Lehmann1-3/+10
2014-06-15gitk: Honor TMPDIR when viewing external diffsLibravatar David Aguilar1-2/+9
2014-06-15gitk: Allow displaying time zones from author and commit dates timestampsLibravatar Anders Kaseorg1-1/+23
2014-06-15gitk: Switch to patch mode when searching for line originLibravatar Max Kirillov1-2/+6
2014-06-15gitk: Replace SHA1 entry field on keyboard pasteLibravatar Ilya Bobyr1-0/+1
2014-06-13submodule: document "sync --recursive"Libravatar Matthew Chen1-1/+1
2014-06-13blame: simplify prepare_lines()Libravatar René Scharfe1-13/+7
2014-06-13blame: factor out get_next_line()Libravatar René Scharfe1-18/+10
2014-06-13completion: handle '!f() { ... }; f' and "!sh -c '...' -" aliasesLibravatar Steffen Prohaska2-0/+37
2014-06-13t0008: do not depend on 'echo' handling backslashes speciallyLibravatar Junio C Hamano1-6/+8
2014-06-13reuse cached commit buffer when parsing signaturesLibravatar Jeff King3-19/+12
2014-06-13commit: record buffer length in cacheLibravatar Jeff King16-38/+68
2014-06-13commit: convert commit->buffer to a slabLibravatar Jeff King2-8/+13
2014-06-13commit-slab: provide a static initializerLibravatar Jeff King1-0/+12
2014-06-13use get_commit_buffer everywhereLibravatar Jeff King7-9/+33
2014-06-13convert logmsg_reencode to get_commit_bufferLibravatar Jeff King6-35/+16
2014-06-13use get_commit_buffer to avoid duplicate codeLibravatar Jeff King2-27/+7
2014-06-13use get_cached_commit_buffer where appropriateLibravatar Jeff King3-3/+3
2014-06-13provide helpers to access the commit bufferLibravatar Jeff King2-0/+49
2014-06-13provide a helper to set the commit bufferLibravatar Jeff King4-3/+14
2014-06-13provide a helper to free commit bufferLibravatar Jeff King6-9/+30
2014-06-13t1700: new tests for split-index modeLibravatar Nguyễn Thái Ngọc Duy6-2/+233
2014-06-13t2104: make sure split index mode is off for the version testLibravatar Nguyễn Thái Ngọc Duy1-0/+2
2014-06-13read-cache: force split index mode with GIT_TEST_SPLIT_INDEXLibravatar Nguyễn Thái Ngọc Duy1-1/+9
2014-06-13read-tree: note about dropping split-index mode or index versionLibravatar Nguyễn Thái Ngọc Duy1-0/+9
2014-06-13read-tree: force split-index mode off on --index-outputLibravatar Nguyễn Thái Ngọc Duy1-1/+2
2014-06-13rev-parse: add --shared-index-path to get shared index pathLibravatar Nguyễn Thái Ngọc Duy2-0/+14
2014-06-13update-index --split-index: do not split if $GIT_DIR is read onlyLibravatar Nguyễn Thái Ngọc Duy1-3/+10
2014-06-13update-index: new options to enable/disable split index modeLibravatar Nguyễn Thái Ngọc Duy5-6/+114
2014-06-13split-index: strip pathname of on-disk replaced entriesLibravatar Nguyễn Thái Ngọc Duy3-2/+23
2014-06-13split-index: do not invalidate cache-tree at read timeLibravatar Nguyễn Thái Ngọc Duy3-1/+4
2014-06-13split-index: the reading partLibravatar Nguyễn Thái Ngọc Duy3-4/+84
2014-06-13split-index: the writing partLibravatar Nguyễn Thái Ngọc Duy2-2/+103
2014-06-13read-cache: mark updated entries for split indexLibravatar Nguyễn Thái Ngọc Duy7-2/+30
2014-06-13read-cache: save deleted entries in split indexLibravatar Nguyễn Thái Ngọc Duy3-6/+21
2014-06-13read-cache: mark new entries for split indexLibravatar Nguyễn Thái Ngọc Duy1-1/+2
2014-06-13read-cache: split-index modeLibravatar Nguyễn Thái Ngọc Duy8-5/+253
2014-06-13read-cache: save index SHA-1 after readingLibravatar Nguyễn Thái Ngọc Duy3-2/+6
2014-06-13entry.c: update cache_changed if refresh_cache is set in checkout_entry()Libravatar Nguyễn Thái Ngọc Duy6-3/+11
2014-06-13cache-tree: mark istate->cache_changed on prime_cache_tree()Libravatar Nguyễn Thái Ngọc Duy4-7/+8
2014-06-13cache-tree: mark istate->cache_changed on cache tree updateLibravatar Nguyễn Thái Ngọc Duy5-24/+18
2014-06-13cache-tree: mark istate->cache_changed on cache tree invalidationLibravatar Nguyễn Thái Ngọc Duy7-12/+20
2014-06-13unpack-trees: be specific what part of the index has changedLibravatar Nguyễn Thái Ngọc Duy1-2/+6
2014-06-13resolve-undo: be specific what part of the index has changedLibravatar Nguyễn Thái Ngọc Duy2-1/+2
2014-06-13update-index: be specific what part of the index has changedLibravatar Nguyễn Thái Ngọc Duy1-3/+3
2014-06-13read-cache: be specific what part of the index has changedLibravatar Nguyễn Thái Ngọc Duy4-9/+15