aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Git 2.8-rc1v2.8.0-rc1Junio C Hamano2016-03-04
* Merge branch 'nd/clear-gitenv-upon-use-of-alias'Junio C Hamano2016-03-04
|\
| * t0001: fix GIT_* environment variable check under --valgrindJohannes Sixt2016-03-03
* | Merge branch 'js/pthread-exit-emu-windows'Junio C Hamano2016-03-04
|\ \
| * | Mark win32's pthread_exit() as NORETURNJohannes Schindelin2016-03-02
* | | Merge branch 'sb/submodule-parallel-fetch'Junio C Hamano2016-03-04
|\ \ \
| * | | run-command: do not pass child process data into callbacksStefan Beller2016-03-01
* | | | Merge branch 'jk/tighten-alloc'Junio C Hamano2016-03-04
|\ \ \ \
| * | | | compat/mingw: brown paper bag fix for 50a6c8eJeff King2016-02-29
* | | | | Merge branch 'nd/i18n-2.8.0'Junio C Hamano2016-03-04
|\ \ \ \ \
| * | | | | trailer.c: mark strings for translationNguyễn Thái Ngọc Duy2016-02-29
| * | | | | ref-filter.c: mark strings for translationNguyễn Thái Ngọc Duy2016-02-29
| * | | | | builtin/clone.c: mark strings for translationNguyễn Thái Ngọc Duy2016-02-29
| * | | | | builtin/checkout.c: mark strings for translationNguyễn Thái Ngọc Duy2016-02-29
* | | | | | Merge branch 'tb/avoid-gcc-on-darwin-10-6'Junio C Hamano2016-03-04
|\ \ \ \ \ \
| * | | | | | config.mak.uname: use clang for Mac OS X 10.6Torsten Bögershausen2016-02-28
| |/ / / / /
* | | | | | Merge branch 'jk/pack-idx-corruption-safety'Junio C Hamano2016-03-04
|\ \ \ \ \ \
| * | | | | | sha1_file.c: mark strings for translationNguyễn Thái Ngọc Duy2016-02-27
| * | | | | | use_pack: handle signed off_t overflowJeff King2016-02-25
| * | | | | | nth_packed_object_offset: bounds-check extended offsetJeff King2016-02-25
| * | | | | | t5313: test bounds-checks of corrupted/malicious pack/idx filesJeff King2016-02-25
* | | | | | | Merge branch 'mg/httpd-tests-update-for-apache-2.4'Junio C Hamano2016-03-04
|\ \ \ \ \ \ \
| * | | | | | | t/lib-httpd: load mod_unixdMichael J Gruber2016-02-25
* | | | | | | | Merge branch 'js/mingw-tests'Junio C Hamano2016-03-04
|\ \ \ \ \ \ \ \
| * | | | | | | | t9700: fix test for perl older than 5.14Jeff King2016-03-04
* | | | | | | | | documentation: fix some typosThomas Ackermann2016-03-03
| |_|_|/ / / / / |/| | | | | | |
* | | | | | | | Git 2.8-rc0v2.8.0-rc0Junio C Hamano2016-02-26
* | | | | | | | Merge branch 'mm/readme-markdown'Junio C Hamano2016-02-26
|\ \ \ \ \ \ \ \
| * | | | | | | | README.md: move down historical explanation about the nameMatthieu Moy2016-02-25
| * | | | | | | | README.md: don't call git stupid in the titleMatthieu Moy2016-02-25
| * | | | | | | | README.md: move the link to git-scm.com upMatthieu Moy2016-02-25
| * | | | | | | | README.md: add hyperlinks on filenamesMatthieu Moy2016-02-25
| * | | | | | | | README: use markdown syntaxMatthieu Moy2016-02-25
* | | | | | | | | Merge branch 'ma/update-hooks-sample-typofix'Junio C Hamano2016-02-26
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | templates/hooks: fix minor typo in the sample update-hookMartin Amdisen2016-02-25
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'ls/makefile-cflags-developer-tweak'Junio C Hamano2016-02-26
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | add DEVELOPER makefile knob to check for acknowledged warningsLars Schneider2016-02-25
* | | | | | | | | | Merge branch 'dt/initial-ref-xn-commit-doc'Junio C Hamano2016-02-26
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | refs: document transaction semanticsDavid Turner2016-02-25
* | | | | | | | | | | Merge branch 'js/config-set-in-non-repository'Junio C Hamano2016-02-26
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | git config: report when trying to modify a non-existing repo configJohannes Schindelin2016-02-25
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'jk/epipe-in-async'Junio C Hamano2016-02-26
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | t5504: handle expected output from SIGPIPE deathJeff King2016-02-25
| * | | | | | | | | | | test_must_fail: report number of unexpected signalJeff King2016-02-25
| * | | | | | | | | | | fetch-pack: ignore SIGPIPE in sideband demuxerJeff King2016-02-25
| * | | | | | | | | | | write_or_die: handle EPIPE in async threadsJeff King2016-02-25
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'mm/push-default-warning'Junio C Hamano2016-02-26
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | push: remove "push.default is unset" warning messageMatthieu Moy2016-02-25
| | |_|_|_|/ / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'fa/merge-recursive-no-rename'Junio C Hamano2016-02-26
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | t3034: test deprecated interfaceFelipe Gonçalves Assis2016-02-24