summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Git 2.21-rc1v2.21.0-rc1Junio C Hamano2019-02-131-0/+10
* Merge branch 'ab/rebase-test-fix'Junio C Hamano2019-02-131-3/+6
|\
| * rebase: fix regression in rebase.useBuiltin=false test modeÆvar Arnfjörð Bjarmason2019-02-131-3/+6
* | Merge branch 'rb/no-dev-zero-in-test'Junio C Hamano2019-02-133-3/+16
|\ \
| * | t5562: replace /dev/zero with a pipe from generate_zero_bytesRandall S. Becker2019-02-131-2/+2
| * | t5318: replace use of /dev/zero with generate_zero_bytesRandall S. Becker2019-02-131-1/+1
| * | test-lib-functions.sh: add generate_zero_bytes functionRandall S. Becker2019-02-121-0/+13
| |/
* | Merge branch 'rs/bash-is-in-coreutils-on-nonstop'Junio C Hamano2019-02-131-3/+1
|\ \
| * | config.mak.uname: move location of bash on NonStop to CoreUtilsRandall S. Becker2019-02-131-3/+1
| |/
* | Merge branch 'js/mingw-host-cpu'Junio C Hamano2019-02-132-19/+2
|\ \
| * | mingw: use a more canonical method to fix the CPU reportingJohannes Schindelin2019-02-132-19/+2
* | | Merge branch 'sg/stress-test'Junio C Hamano2019-02-133-4/+23
|\ \ \
| * | | test-lib: fix non-portable pattern bracket expressionsSZEDER Gábor2019-02-112-3/+3
| * | | test-lib: make '--stress' more bisect-friendlySZEDER Gábor2019-02-082-2/+21
* | | | Merge branch 'kd/t0028-octal-del-is-377-not-777'Junio C Hamano2019-02-131-4/+4
|\ \ \ \
| * | | | t0028: fix wrong octal values for BOM in setupKevin Daudt2019-02-111-4/+4
* | | | | Merge branch 'bc/utf16-portability-fix'Junio C Hamano2019-02-133-5/+50
|\ \ \ \ \
| * | | | | utf8: handle systems that don't write BOM for UTF-16brian m. carlson2019-02-113-5/+50
* | | | | | Merge branch 'nd/fileno-may-be-macro'Junio C Hamano2019-02-134-0/+24
|\ \ \ \ \ \
| * | | | | | git-compat-util: work around fileno(fp) that is a macroDuy Nguyen2019-02-124-0/+24
* | | | | | | Merge branch 'nd/get-oid-with-context-returns-an-enum'Junio C Hamano2019-02-131-3/+5
|\ \ \ \ \ \ \
| * | | | | | | get_oid_with_context(): match prototype and implementationDuy Nguyen2019-02-121-3/+5
* | | | | | | | Merge branch 'rj/sequencer-sign-off-header-static'Junio C Hamano2019-02-132-3/+1
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | sequencer: make sign_off_header a file local symbolRamsay Jones2019-02-112-3/+1
| | |_|_|/ / / | |/| | | | |
* | | | | | | RelNotes/2.21: misc typo/English fixupsJeff King2019-02-121-5/+5
* | | | | | | RelNotes/2.21: tweak "--date=auto" mentionJeff King2019-02-121-3/+3
* | | | | | | Merge branch 'nd/imap-send-typofix'Junio C Hamano2019-02-121-1/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | imap-send.c: add a missing space in error messageNguyễn Thái Ngọc Duy2019-02-111-1/+1
| | |/ / / / | |/| | | |
* | | | | | config.mak.uname: add FREAD_READS_DIRECTORIES for NonStop platformRandall S. Becker2019-02-111-0/+1
* | | | | | Fix typos in translatable strings for v2.21.0Jean-Noël Avila2019-02-113-4/+4
| |_|/ / / |/| | | |
* | | | | Seventh batch for 2.21Junio C Hamano2019-02-081-1/+13
* | | | | Merge branch 'js/mingw-host-cpu'Junio C Hamano2019-02-081-0/+19
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | mingw: fix CPU reporting in `git version --build-options`Johannes Schindelin2019-02-071-0/+19
| |/ / /
* | | | Merge branch 'js/fuzz-commit-graph-update'Junio C Hamano2019-02-082-0/+5
|\ \ \ \
| * | | | object: fix leak of shallow_statJosh Steadmon2019-02-071-0/+2
| * | | | fuzz-commit-graph: initialize repo objectJosh Steadmon2019-02-071-0/+3
* | | | | Merge branch 'kl/pretty-doc-markup-fix'Junio C Hamano2019-02-081-1/+1
|\ \ \ \ \
| * | | | | doc: prevent overflowing <code> tag in rendered HTMLKatrin Leinweber2019-02-071-1/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'sg/ci-parallel-build'Junio C Hamano2019-02-081-3/+6
|\ \ \ \ \
| * | | | | ci: clear and mark MAKEFLAGS exported just onceJunio C Hamano2019-02-071-3/+6
| * | | | | ci: make sure we build Git parallelSZEDER Gábor2019-02-071-1/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'ld/git-p4-remove-flakey-test'Junio C Hamano2019-02-081-27/+0
|\ \ \ \ \
| * | | | | git-p4: remove ticket expiry testLuke Diamand2019-02-061-27/+0
| | |/ / / | |/| | |
* | | | | Merge branch 'js/rebase-i-redo-exec-fix'Junio C Hamano2019-02-084-36/+0
|\ \ \ \ \
| * | | | | Revert "rebase: introduce a shortcut for --reschedule-failed-exec"Johannes Schindelin2019-02-064-36/+0
* | | | | | Merge branch 'nd/checkout-noisy-unmerge'Junio C Hamano2019-02-081-7/+12
|\ \ \ \ \ \
| * | | | | | checkout: count and print -m paths separatelyNguyễn Thái Ngọc Duy2019-02-061-3/+8
| * | | | | | checkout: update count-checkouts messagesNguyễn Thái Ngọc Duy2019-02-061-4/+4
* | | | | | | Merge branch 'js/smart-http-detect-remote-error'Junio C Hamano2019-02-085-43/+70
|\ \ \ \ \ \ \
| * | | | | | | t5551: test server-side ERR packetJosh Steadmon2019-02-064-0/+13