summaryrefslogtreecommitdiffstats
path: root/Makefile (unfollow)
Commit message (Expand)AuthorFilesLines
2014-06-13read-cache: split-index modeNguyễn Thái Ngọc Duy1-0/+1
2014-06-13read-cache: save index SHA-1 after readingNguyễn Thái Ngọc Duy3-2/+6
2014-06-13entry.c: update cache_changed if refresh_cache is set in checkout_entry()Nguyễn Thái Ngọc Duy6-3/+11
2014-06-13cache-tree: mark istate->cache_changed on prime_cache_tree()Nguyễn Thái Ngọc Duy4-7/+8
2014-06-13cache-tree: mark istate->cache_changed on cache tree updateNguyễn Thái Ngọc Duy5-24/+18
2014-06-13cache-tree: mark istate->cache_changed on cache tree invalidationNguyễn Thái Ngọc Duy7-12/+20
2014-06-13unpack-trees: be specific what part of the index has changedNguyễn Thái Ngọc Duy1-2/+6
2014-06-13resolve-undo: be specific what part of the index has changedNguyễn Thái Ngọc Duy2-1/+2
2014-06-13update-index: be specific what part of the index has changedNguyễn Thái Ngọc Duy1-3/+3
2014-06-13read-cache: be specific what part of the index has changedNguyễn Thái Ngọc Duy4-9/+15
2014-06-13read-cache: be strict about "changed" in remove_marked_cache_entries()Nguyễn Thái Ngọc Duy1-0/+2
2014-06-13read-cache: store in-memory flags in the first 12 bits of ce_flagsNguyễn Thái Ngọc Duy2-2/+2
2014-06-13read-cache: relocate and unexport commit_locked_index()Nguyễn Thái Ngọc Duy3-21/+20
2014-06-13read-cache: new API write_locked_index instead of write_index/write_cacheNguyễn Thái Ngọc Duy20-93/+86
2014-04-29sequencer: do not update/refresh index if the lock cannot be heldNguyễn Thái Ngọc Duy1-1/+1
2014-04-29ewah: delete unused ewah_read_mmap_native declarationNguyễn Thái Ngọc Duy1-1/+0
2014-04-29ewah: fix constness of ewah_read_mmapNguyễn Thái Ngọc Duy2-3/+3
2014-04-28Makefile: default to -lcurl when no CURL_CONFIG or CURLDIRDave Borowitz1-13/+28
2014-04-25Git 2.0-rc1v2.0.0-rc1Junio C Hamano2-1/+6
2014-04-23ewah_bitmap.c: do not assume size_t and eword_t are the same sizeKyle J. McKay1-1/+1
2014-04-21Update draft release notes to 2.0Junio C Hamano1-3/+12
2014-04-21t5801 (remote-helpers): cleanup environment setsFelipe Contreras1-7/+4
2014-04-21run_external_diff: use an argv_array for the command lineJeff King1-16/+16
2014-04-19Git 2.0: git svn: Set default --prefix='origin/' if --prefix is not givenJohan Herland20-153/+131
2014-04-18Git 2.0-rc0v2.0.0-rc0Junio C Hamano2-1/+6
2014-04-18i18n: mention "TRANSLATORS:" marker in Documentation/CodingGuidelinesJunio C Hamano1-0/+10
2014-04-17t9362-mw-to-git-utf8.sh: use the $( ... ) construct for command substitutionElia Pinto1-2/+2
2014-04-17t9360-mw-to-git-clone.sh: use the $( ... ) construct for command substitutionElia Pinto1-7/+7
2014-04-17git-tag.sh: use the $( ... ) construct for command substitutionElia Pinto1-1/+1
2014-04-17git-revert.sh: use the $( ... ) construct for command substitutionElia Pinto1-1/+1
2014-04-17git-resolve.sh: use the $( ... ) construct for command substitutionElia Pinto1-1/+1
2014-04-17git-repack.sh: use the $( ... ) construct for command substitutionElia Pinto1-1/+1
2014-04-17git-merge.sh: use the $( ... ) construct for command substitutionElia Pinto1-2/+2
2014-04-17git-ls-remote.sh: use the $( ... ) construct for command substitutionElia Pinto1-2/+2
2014-04-17git-fetch.sh: use the $( ... ) construct for command substitutionElia Pinto1-3/+3
2014-04-17git-commit.sh: use the $( ... ) construct for command substitutionElia Pinto1-5/+5
2014-04-17git-clone.sh: use the $( ... ) construct for command substitutionElia Pinto1-10/+10
2014-04-17git-checkout.sh: use the $( ... ) construct for command substitutionElia Pinto1-4/+4
2014-04-17install-webdoc.sh: use the $( ... ) construct for command substitutionElia Pinto1-3/+3
2014-04-17howto-index.sh: use the $( ... ) construct for command substitutionElia Pinto1-6/+6
2014-04-17i18n: only extract comments marked with "TRANSLATORS:"Jiang Xin2-6/+4
2014-04-17i18n: remove obsolete comments for translators in diffstat generationJiang Xin1-8/+0
2014-04-17i18n: fix uncatchable comments for translators in date.cJiang Xin1-1/+1
2014-04-17Revert "rebase: fix run_specific_rebase's use of "return" on FreeBSD"Kyle J. McKay1-10/+1
2014-04-17rebase: avoid non-function use of "return" on FreeBSDKyle J. McKay3-0/+45
2014-04-16Update draft release notes for 2.0Junio C Hamano1-0/+11
2014-04-16config.c: mark die_bad_number as NORETURNJeff King1-0/+1
2014-04-15Makefile: allow static linking against libcurlDave Borowitz1-3/+13
2014-04-15Makefile: use curl-config to determine curl flagsDave Borowitz1-12/+23
2014-04-14transport-helper: fix sync issue on crashesFelipe Contreras2-3/+30