summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* commit-graph: extract write_commit_graph_file()Derrick Stolee2019-06-121-75/+80
* commit-graph: extract copy_oids_to_commits()Derrick Stolee2019-06-121-25/+32
* commit-graph: extract count_distinct_commits()Derrick Stolee2019-06-121-13/+22
* commit-graph: extract fill_oids_from_all_packs()Derrick Stolee2019-06-121-11/+15
* commit-graph: extract fill_oids_from_commit_hex()Derrick Stolee2019-06-121-32/+40
* commit-graph: extract fill_oids_from_packs()Derrick Stolee2019-06-121-36/+47
* commit-graph: create write_commit_graph_contextDerrick Stolee2019-06-121-196/+194
* commit-graph: remove Future Work sectionDerrick Stolee2019-06-121-17/+0
* commit-graph: collapse parameters into flagsDerrick Stolee2019-06-125-13/+18
* commit-graph: return with errors during writeDerrick Stolee2019-06-126-39/+77
* commit-graph: fix the_repository referenceDerrick Stolee2019-05-131-1/+1
* commit-graph: improve & i18n error messagesÆvar Arnfjörð Bjarmason2019-04-011-19/+19
* commit-graph write: don't die if the existing graph is corruptÆvar Arnfjörð Bjarmason2019-04-014-5/+23
* commit-graph verify: detect inability to read the graphÆvar Arnfjörð Bjarmason2019-04-012-1/+9
* commit-graph: don't pass filename to load_commit_graph_one_fd_st()Ævar Arnfjörð Bjarmason2019-04-013-8/+6
* commit-graph: don't early exit(1) on e.g. "git status"Ævar Arnfjörð Bjarmason2019-04-014-18/+51
* commit-graph: fix segfault on e.g. "git status"Ævar Arnfjörð Bjarmason2019-04-012-10/+36
* commit-graph tests: test a graph that's too smallÆvar Arnfjörð Bjarmason2019-02-221-0/+6
* commit-graph tests: split up corrupt_graph_and_verify()Ævar Arnfjörð Bjarmason2019-02-221-6/+16
* Git 2.21-rc2v2.21.0-rc2Junio C Hamano2019-02-191-1/+1
* Merge branch 'js/test-tool-gen-nuls'Junio C Hamano2019-02-195-7/+25
|\
| * tests: teach the test-tool to generate NUL bytes and use itJohannes Schindelin2019-02-195-7/+25
* | Merge branch 'mk/t5562-no-input-to-too-large-an-input-test'Junio C Hamano2019-02-191-2/+2
|\ \
| * | t5562: do not depend on /dev/zeroMax Kirillov2019-02-191-1/+1
| |/
| * Revert "t5562: replace /dev/zero with a pipe from generate_zero_bytes"Junio C Hamano2019-02-191-2/+2
* | Merge branch 'mk/t5562-do-not-reuse-output-files'Junio C Hamano2019-02-191-4/+4
|\ \ | |/ |/|
| * t5562: do not reuse output filesMax Kirillov2019-02-191-4/+4
|/
* mingw: safe-guard a bit more against getenv() problemsJohannes Schindelin2019-02-151-1/+1
* Merge branch 'ea/rebase-compat-doc-fix'Junio C Hamano2019-02-141-1/+0
|\
| * docs/git-rebase: remove redundant entry in incompatible options listEmilio Cobos Álvarez2019-02-141-1/+0
* | Merge branch 'jc/no-grepping-for-strerror-in-tests'Junio C Hamano2019-02-141-1/+1
|\ \
| * | t1404: do not rely on the exact phrasing of strerror()Junio C Hamano2019-02-141-1/+1
* | | Merge branch 'jt/fetch-v2-sideband'Junio C Hamano2019-02-141-0/+1
|\ \ \
| * | | t/lib-httpd: pass GIT_TEST_SIDEBAND_ALL through ApacheTodd Zullinger2019-02-141-0/+1
* | | | Merge branch 'en/rebase-merge-on-sequencer'Junio C Hamano2019-02-141-2/+0
|\ \ \ \
| * | | | git-rebase.txt: update to reflect merge now implemented on sequencerElijah Newren2019-02-141-2/+0
* | | | | Git 2.21-rc1v2.21.0-rc1Junio C Hamano2019-02-141-0/+10
* | | | | Merge branch 'ab/rebase-test-fix'Junio C Hamano2019-02-141-3/+6
|\ \ \ \ \
| * | | | | rebase: fix regression in rebase.useBuiltin=false test modeÆvar Arnfjörð Bjarmason2019-02-141-3/+6
* | | | | | Merge branch 'rb/no-dev-zero-in-test'Junio C Hamano2019-02-143-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-141-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-142-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-143-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