summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2014-04-18Merge branch 'jk/config-die-bad-number-noreturn'Junio C Hamano
2014-04-18Merge branch 'fc/remote-helper-fixes'Junio C Hamano
2014-04-18Merge branch 'fc/complete-aliased-push'Junio C Hamano
2014-04-18Merge branch 'fc/prompt-zsh-read-from-file'Junio C Hamano
2014-04-18i18n: mention "TRANSLATORS:" marker in Documentation/CodingGuidelinesJunio C Hamano
2014-04-17t9362-mw-to-git-utf8.sh: use the $( ... ) construct for command substitutionElia Pinto
2014-04-17t9360-mw-to-git-clone.sh: use the $( ... ) construct for command substitutionElia Pinto
2014-04-17git-tag.sh: use the $( ... ) construct for command substitutionElia Pinto
2014-04-17git-revert.sh: use the $( ... ) construct for command substitutionElia Pinto
2014-04-17git-resolve.sh: use the $( ... ) construct for command substitutionElia Pinto
2014-04-17git-repack.sh: use the $( ... ) construct for command substitutionElia Pinto
2014-04-17git-merge.sh: use the $( ... ) construct for command substitutionElia Pinto
2014-04-17git-ls-remote.sh: use the $( ... ) construct for command substitutionElia Pinto
2014-04-17git-fetch.sh: use the $( ... ) construct for command substitutionElia Pinto
2014-04-17git-commit.sh: use the $( ... ) construct for command substitutionElia Pinto
2014-04-17git-clone.sh: use the $( ... ) construct for command substitutionElia Pinto
2014-04-17git-checkout.sh: use the $( ... ) construct for command substitutionElia Pinto
2014-04-17install-webdoc.sh: use the $( ... ) construct for command substitutionElia Pinto
2014-04-17howto-index.sh: use the $( ... ) construct for command substitutionElia Pinto
2014-04-17i18n: only extract comments marked with "TRANSLATORS:"Jiang Xin