summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2014-04-17i18n: remove obsolete comments for translators in diffstat generationJiang Xin
2014-04-17i18n: fix uncatchable comments for translators in date.cJiang Xin
2014-04-17Revert "rebase: fix run_specific_rebase's use of "return" on FreeBSD"Kyle J. McKay
2014-04-17rebase: avoid non-function use of "return" on FreeBSDKyle J. McKay
2014-04-16Update draft release notes for 2.0Junio C Hamano
2014-04-16Merge branch 'mh/multimail'Junio C Hamano
2014-04-16Merge branch 'tb/unicode-6.3-zero-width'Junio C Hamano
2014-04-16Merge branch 'km/avoid-cp-a'Junio C Hamano
2014-04-16Merge branch 'km/avoid-bs-in-shell-glob'Junio C Hamano
2014-04-16config.c: mark die_bad_number as NORETURNJeff King
2014-04-15Makefile: allow static linking against libcurlDave Borowitz
2014-04-15Makefile: use curl-config to determine curl flagsDave Borowitz
2014-04-14transport-helper: fix sync issue on crashesFelipe Contreras