summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-05-13commit-graph: fix the_repository referenceDerrick Stolee
2019-04-01commit-graph: improve & i18n error messagesÆvar Arnfjörð Bjarmason
2019-04-01commit-graph write: don't die if the existing graph is corruptÆvar Arnfjörð Bjarmason
2019-04-01commit-graph verify: detect inability to read the graphÆvar Arnfjörð Bjarmason
2019-04-01commit-graph: don't pass filename to load_commit_graph_one_fd_st()Ævar Arnfjörð Bjarmason
2019-04-01commit-graph: don't early exit(1) on e.g. "git status"Ævar Arnfjörð Bjarmason
2019-04-01commit-graph: fix segfault on e.g. "git status"Ævar Arnfjörð Bjarmason
2019-02-22commit-graph tests: test a graph that's too smallÆvar Arnfjörð Bjarmason
2019-02-22commit-graph tests: split up corrupt_graph_and_verify()Ævar Arnfjörð Bjarmason
2019-02-19Git 2.21-rc2v2.21.0-rc2Junio C Hamano
2019-02-19Merge branch 'js/test-tool-gen-nuls'Junio C Hamano
2019-02-19Merge branch 'mk/t5562-no-input-to-too-large-an-input-test'Junio C Hamano
2019-02-19Merge branch 'mk/t5562-do-not-reuse-output-files'Junio C Hamano
2019-02-19t5562: do not reuse output filesMax Kirillov
2019-02-19tests: teach the test-tool to generate NUL bytes and use itJohannes Schindelin
2019-02-19t5562: do not depend on /dev/zeroMax Kirillov
2019-02-19Revert "t5562: replace /dev/zero with a pipe from generate_zero_bytes"Junio C Hamano
2019-02-15mingw: safe-guard a bit more against getenv() problemsJohannes Schindelin
2019-02-14Merge branch 'ea/rebase-compat-doc-fix'Junio C Hamano
2019-02-14Merge branch 'jc/no-grepping-for-strerror-in-tests'Junio C Hamano
2019-02-14Merge branch 'jt/fetch-v2-sideband'Junio C Hamano
2019-02-14Merge branch 'en/rebase-merge-on-sequencer'Junio C Hamano
2019-02-14git-rebase.txt: update to reflect merge now implemented on sequencerElijah Newren
2019-02-14t/lib-httpd: pass GIT_TEST_SIDEBAND_ALL through ApacheTodd Zullinger
2019-02-14t1404: do not rely on the exact phrasing of strerror()Junio C Hamano
2019-02-14docs/git-rebase: remove redundant entry in incompatible options listEmilio Cobos Álvarez
2019-02-14Git 2.21-rc1v2.21.0-rc1Junio C Hamano
2019-02-14Merge branch 'ab/rebase-test-fix'Junio C Hamano
2019-02-14Merge branch 'rb/no-dev-zero-in-test'Junio C Hamano
2019-02-14Merge branch 'rs/bash-is-in-coreutils-on-nonstop'Junio C Hamano
2019-02-14Merge branch 'js/mingw-host-cpu'Junio C Hamano
2019-02-14Merge branch 'sg/stress-test'Junio C Hamano
2019-02-14Merge branch 'kd/t0028-octal-del-is-377-not-777'Junio C Hamano
2019-02-14Merge branch 'bc/utf16-portability-fix'Junio C Hamano
2019-02-14Merge branch 'nd/fileno-may-be-macro'Junio C Hamano
2019-02-14Merge branch 'nd/get-oid-with-context-returns-an-enum'Junio C Hamano
2019-02-14Merge branch 'rj/sequencer-sign-off-header-static'Junio C Hamano
2019-02-13rebase: fix regression in rebase.useBuiltin=false test modeÆvar Arnfjörð Bjarmason
2019-02-13mingw: use a more canonical method to fix the CPU reportingJohannes Schindelin
2019-02-13config.mak.uname: move location of bash on NonStop to CoreUtilsRandall S. Becker
2019-02-13t5562: replace /dev/zero with a pipe from generate_zero_bytesRandall S. Becker
2019-02-13t5318: replace use of /dev/zero with generate_zero_bytesRandall S. Becker
2019-02-12get_oid_with_context(): match prototype and implementationDuy Nguyen
2019-02-12git-compat-util: work around fileno(fp) that is a macroDuy Nguyen
2019-02-12test-lib-functions.sh: add generate_zero_bytes functionRandall S. Becker
2019-02-12RelNotes/2.21: misc typo/English fixupsJeff King
2019-02-12RelNotes/2.21: tweak "--date=auto" mentionJeff King
2019-02-12Merge branch 'nd/imap-send-typofix'Junio C Hamano
2019-02-12imap-send.c: add a missing space in error messageNguyễn Thái Ngọc Duy
2019-02-12utf8: handle systems that don't write BOM for UTF-16brian m. carlson