Age | Commit message (Expand) | Author | Files | Lines |
2019-02-14 | git-rebase.txt: update to reflect merge now implemented on sequencer | Elijah Newren | 1 | -2/+0 |
2019-02-14 | t/lib-httpd: pass GIT_TEST_SIDEBAND_ALL through Apache | Todd Zullinger | 1 | -0/+1 |
2019-02-14 | t1404: do not rely on the exact phrasing of strerror() | Junio C Hamano | 1 | -1/+1 |
2019-02-14 | docs/git-rebase: remove redundant entry in incompatible options list | Emilio Cobos Álvarez | 1 | -1/+0 |
2019-02-13 | Git 2.21-rc1 | Junio C Hamano | 1 | -0/+10 |
2019-02-13 | Merge branch 'ab/rebase-test-fix' | Junio C Hamano | 1 | -3/+6 |
2019-02-13 | Merge branch 'rb/no-dev-zero-in-test' | Junio C Hamano | 3 | -3/+16 |
2019-02-13 | Merge branch 'rs/bash-is-in-coreutils-on-nonstop' | Junio C Hamano | 1 | -3/+1 |
2019-02-13 | Merge branch 'js/mingw-host-cpu' | Junio C Hamano | 2 | -19/+2 |
2019-02-13 | Merge branch 'sg/stress-test' | Junio C Hamano | 3 | -4/+23 |
2019-02-13 | Merge branch 'kd/t0028-octal-del-is-377-not-777' | Junio C Hamano | 1 | -4/+4 |
2019-02-13 | Merge branch 'bc/utf16-portability-fix' | Junio C Hamano | 3 | -5/+50 |
2019-02-13 | Merge branch 'nd/fileno-may-be-macro' | Junio C Hamano | 4 | -0/+24 |
2019-02-13 | Merge branch 'nd/get-oid-with-context-returns-an-enum' | Junio C Hamano | 1 | -3/+5 |
2019-02-13 | Merge branch 'rj/sequencer-sign-off-header-static' | Junio C Hamano | 2 | -3/+1 |
2019-02-13 | rebase: fix regression in rebase.useBuiltin=false test mode | Ævar Arnfjörð Bjarmason | 1 | -3/+6 |
2019-02-13 | mingw: use a more canonical method to fix the CPU reporting | Johannes Schindelin | 2 | -19/+2 |
2019-02-13 | tests: avoid syntax triggering old dash bug | Ævar Arnfjörð Bjarmason | 1 | -0/+1 |
2019-02-13 | config.mak.uname: move location of bash on NonStop to CoreUtils | Randall S. Becker | 1 | -3/+1 |
2019-02-13 | t5562: replace /dev/zero with a pipe from generate_zero_bytes | Randall S. Becker | 1 | -2/+2 |
2019-02-13 | t5318: replace use of /dev/zero with generate_zero_bytes | Randall S. Becker | 1 | -1/+1 |
2019-02-12 | get_oid_with_context(): match prototype and implementation | Duy Nguyen | 1 | -3/+5 |
2019-02-12 | git-compat-util: work around fileno(fp) that is a macro | Duy Nguyen | 4 | -0/+24 |
2019-02-12 | test-lib-functions.sh: add generate_zero_bytes function | Randall S. Becker | 1 | -0/+13 |
2019-02-12 | RelNotes/2.21: misc typo/English fixups | Jeff King | 1 | -5/+5 |
2019-02-12 | RelNotes/2.21: tweak "--date=auto" mention | Jeff King | 1 | -3/+3 |
2019-02-12 | Merge branch 'nd/imap-send-typofix' | Junio C Hamano | 1 | -1/+1 |
2019-02-11 | imap-send.c: add a missing space in error message | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2019-02-11 | utf8: handle systems that don't write BOM for UTF-16 | brian m. carlson | 3 | -5/+50 |
2019-02-11 | t0028: fix wrong octal values for BOM in setup | Kevin Daudt | 1 | -4/+4 |
2019-02-11 | test-lib: fix non-portable pattern bracket expressions | SZEDER Gábor | 2 | -3/+3 |
2019-02-11 | sequencer: make sign_off_header a file local symbol | Ramsay Jones | 2 | -3/+1 |
2019-02-11 | config.mak.uname: add FREAD_READS_DIRECTORIES for NonStop platform | Randall S. Becker | 1 | -0/+1 |
2019-02-11 | Fix typos in translatable strings for v2.21.0 | Jean-Noël Avila | 3 | -4/+4 |
2019-02-09 | l10n: git.pot: v2.21.0 round 1 (214 new, 38 removed) | Jiang Xin | 1 | -2838/+3730 |
2019-02-09 | Merge branch 'master' of git://github.com/git-l10n/git-po | Jiang Xin | 2 | -98/+85 |
2019-02-08 | Seventh batch for 2.21 | Junio C Hamano | 1 | -1/+13 |
2019-02-08 | Merge branch 'js/mingw-host-cpu' | Junio C Hamano | 1 | -0/+19 |
2019-02-08 | Merge branch 'js/fuzz-commit-graph-update' | Junio C Hamano | 2 | -0/+5 |
2019-02-08 | Merge branch 'kl/pretty-doc-markup-fix' | Junio C Hamano | 1 | -1/+1 |
2019-02-08 | Merge branch 'sg/ci-parallel-build' | Junio C Hamano | 1 | -3/+6 |
2019-02-08 | Merge branch 'ld/git-p4-remove-flakey-test' | Junio C Hamano | 1 | -27/+0 |
2019-02-08 | Merge branch 'js/rebase-i-redo-exec-fix' | Junio C Hamano | 4 | -36/+0 |
2019-02-08 | Merge branch 'nd/checkout-noisy-unmerge' | Junio C Hamano | 1 | -7/+12 |
2019-02-08 | Merge branch 'js/smart-http-detect-remote-error' | Junio C Hamano | 5 | -43/+70 |
2019-02-08 | Merge branch 'ds/coverage-prove' | Junio C Hamano | 1 | -0/+5 |
2019-02-08 | Merge branch 'tz/gpg-test-fix' | Junio C Hamano | 1 | -2/+1 |
2019-02-08 | Merge branch 'os/rebase-runs-post-checkout-hook' | Junio C Hamano | 1 | -1/+1 |
2019-02-08 | test-lib: make '--stress' more bisect-friendly | SZEDER Gábor | 2 | -2/+21 |
2019-02-08 | t5403: correct bash ambiguous redirect error in subtest 8 by quoting $GIT_DIR | Randall S. Becker | 1 | -1/+1 |