aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* ewah: delete unused ewah_read_mmap_native declarationNguyễn Thái Ngọc Duy2014-04-29
* ewah: fix constness of ewah_read_mmapNguyễn Thái Ngọc Duy2014-04-29
* Merge branch 'db/make-with-curl'Junio C Hamano2014-04-28
|\
| * Makefile: default to -lcurl when no CURL_CONFIG or CURLDIRDave Borowitz2014-04-28
* | Merge branch 'jk/external-diff-use-argv-array' (early part)Junio C Hamano2014-04-28
|\ \
| * | run_external_diff: use an argv_array for the command lineJeff King2014-04-21
* | | Git 2.0-rc1v2.0.0-rc1Junio C Hamano2014-04-25
* | | Merge branch 'jk/pack-bitmap'Junio C Hamano2014-04-24
|\ \ \
| * | | ewah_bitmap.c: do not assume size_t and eword_t are the same sizeKyle J. McKay2014-04-22
* | | | Merge branch 'fc/transport-helper-sync-error-fix'Junio C Hamano2014-04-24
|\ \ \ \
| * | | | t5801 (remote-helpers): cleanup environment setsFelipe Contreras2014-04-21
| * | | | transport-helper: fix sync issue on crashesFelipe Contreras2014-04-14
| * | | | transport-helper: trivial cleanupFelipe Contreras2014-04-14
| * | | | transport-helper: propagate recvline() error pushingFelipe Contreras2014-04-14
| * | | | remote-helpers: make recvline return an errorFelipe Contreras2014-04-14
| * | | | transport-helper: remove barely used xchgline()Felipe Contreras2014-04-14
* | | | | Merge branch 'db/make-with-curl'Junio C Hamano2014-04-24
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Makefile: allow static linking against libcurlDave Borowitz2014-04-15
| * | | | Makefile: use curl-config to determine curl flagsDave Borowitz2014-04-15
| |/ / /
* | | | Update draft release notes to 2.0Junio C Hamano2014-04-21
* | | | Merge git://bogomips.org/git-svnJunio C Hamano2014-04-21
|\ \ \ \
| * | | | Git 2.0: git svn: Set default --prefix='origin/' if --prefix is not givenJohan Herland2014-04-19
* | | | | Merge branch 'jx/i18n'Junio C Hamano2014-04-21
|\ \ \ \ \
| * | | | | i18n: mention "TRANSLATORS:" marker in Documentation/CodingGuidelinesJunio C Hamano2014-04-18
| * | | | | i18n: only extract comments marked with "TRANSLATORS:"Jiang Xin2014-04-17
| * | | | | i18n: remove obsolete comments for translators in diffstat generationJiang Xin2014-04-17
| * | | | | i18n: fix uncatchable comments for translators in date.cJiang Xin2014-04-17
* | | | | | Merge branch 'km/avoid-non-function-return-in-rebase'Junio C Hamano2014-04-21
|\ \ \ \ \ \
| * | | | | | Revert "rebase: fix run_specific_rebase's use of "return" on FreeBSD"Kyle J. McKay2014-04-17
| * | | | | | rebase: avoid non-function use of "return" on FreeBSDKyle J. McKay2014-04-17
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'ep/shell-command-substitution'Junio C Hamano2014-04-21
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | t9362-mw-to-git-utf8.sh: use the $( ... ) construct for command substitutionElia Pinto2014-04-17
| * | | | | t9360-mw-to-git-clone.sh: use the $( ... ) construct for command substitutionElia Pinto2014-04-17
| * | | | | git-tag.sh: use the $( ... ) construct for command substitutionElia Pinto2014-04-17
| * | | | | git-revert.sh: use the $( ... ) construct for command substitutionElia Pinto2014-04-17
| * | | | | git-resolve.sh: use the $( ... ) construct for command substitutionElia Pinto2014-04-17
| * | | | | git-repack.sh: use the $( ... ) construct for command substitutionElia Pinto2014-04-17
| * | | | | git-merge.sh: use the $( ... ) construct for command substitutionElia Pinto2014-04-17
| * | | | | git-ls-remote.sh: use the $( ... ) construct for command substitutionElia Pinto2014-04-17
| * | | | | git-fetch.sh: use the $( ... ) construct for command substitutionElia Pinto2014-04-17
| * | | | | git-commit.sh: use the $( ... ) construct for command substitutionElia Pinto2014-04-17
| * | | | | git-clone.sh: use the $( ... ) construct for command substitutionElia Pinto2014-04-17
| * | | | | git-checkout.sh: use the $( ... ) construct for command substitutionElia Pinto2014-04-17
| * | | | | install-webdoc.sh: use the $( ... ) construct for command substitutionElia Pinto2014-04-17
| * | | | | howto-index.sh: use the $( ... ) construct for command substitutionElia Pinto2014-04-17
* | | | | | Git 2.0-rc0v2.0.0-rc0Junio C Hamano2014-04-18
* | | | | | Merge branch 'jk/config-die-bad-number-noreturn'Junio C Hamano2014-04-18
|\ \ \ \ \ \
| * | | | | | config.c: mark die_bad_number as NORETURNJeff King2014-04-16
* | | | | | | Merge branch 'fc/remote-helper-fixes'Junio C Hamano2014-04-18
|\ \ \ \ \ \ \
| * | | | | | | remote-bzr: trivial test fixFelipe Contreras2014-04-14