summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-02-19Git 2.21-rc2v2.21.0-rc2Junio C Hamano1-1/+1
2019-02-19Merge branch 'js/test-tool-gen-nuls'Junio C Hamano5-7/+25
2019-02-19Merge branch 'mk/t5562-no-input-to-too-large-an-input-test'Junio C Hamano1-2/+2
2019-02-19Merge branch 'mk/t5562-do-not-reuse-output-files'Junio C Hamano1-4/+4
2019-02-19t5562: do not reuse output filesMax Kirillov1-4/+4
2019-02-19tests: teach the test-tool to generate NUL bytes and use itJohannes Schindelin5-7/+25
2019-02-19t5562: do not depend on /dev/zeroMax Kirillov1-1/+1
2019-02-19Revert "t5562: replace /dev/zero with a pipe from generate_zero_bytes"Junio C Hamano1-2/+2
2019-02-15mingw: safe-guard a bit more against getenv() problemsJohannes Schindelin1-1/+1
2019-02-14Merge branch 'ea/rebase-compat-doc-fix'Junio C Hamano1-1/+0
2019-02-14Merge branch 'jc/no-grepping-for-strerror-in-tests'Junio C Hamano1-1/+1
2019-02-14Merge branch 'jt/fetch-v2-sideband'Junio C Hamano1-0/+1
2019-02-14Merge branch 'en/rebase-merge-on-sequencer'Junio C Hamano1-2/+0
2019-02-14git-rebase.txt: update to reflect merge now implemented on sequencerElijah Newren1-2/+0
2019-02-14t/lib-httpd: pass GIT_TEST_SIDEBAND_ALL through ApacheTodd Zullinger1-0/+1
2019-02-14t1404: do not rely on the exact phrasing of strerror()Junio C Hamano1-1/+1
2019-02-14docs/git-rebase: remove redundant entry in incompatible options listEmilio Cobos Álvarez1-1/+0
2019-02-13Git 2.21-rc1v2.21.0-rc1Junio C Hamano1-0/+10
2019-02-13Merge branch 'ab/rebase-test-fix'Junio C Hamano1-3/+6
2019-02-13Merge branch 'rb/no-dev-zero-in-test'Junio C Hamano3-3/+16
2019-02-13Merge branch 'rs/bash-is-in-coreutils-on-nonstop'Junio C Hamano1-3/+1
2019-02-13Merge branch 'js/mingw-host-cpu'Junio C Hamano2-19/+2
2019-02-13Merge branch 'sg/stress-test'Junio C Hamano3-4/+23
2019-02-13Merge branch 'kd/t0028-octal-del-is-377-not-777'Junio C Hamano1-4/+4
2019-02-13Merge branch 'bc/utf16-portability-fix'Junio C Hamano3-5/+50
2019-02-13Merge branch 'nd/fileno-may-be-macro'Junio C Hamano4-0/+24
2019-02-13Merge branch 'nd/get-oid-with-context-returns-an-enum'Junio C Hamano1-3/+5
2019-02-13Merge branch 'rj/sequencer-sign-off-header-static'Junio C Hamano2-3/+1
2019-02-13rebase: fix regression in rebase.useBuiltin=false test modeÆvar Arnfjörð Bjarmason1-3/+6
2019-02-13mingw: use a more canonical method to fix the CPU reportingJohannes Schindelin2-19/+2
2019-02-13config.mak.uname: move location of bash on NonStop to CoreUtilsRandall S. Becker1-3/+1
2019-02-13t5562: replace /dev/zero with a pipe from generate_zero_bytesRandall S. Becker1-2/+2
2019-02-13t5318: replace use of /dev/zero with generate_zero_bytesRandall S. Becker1-1/+1
2019-02-12get_oid_with_context(): match prototype and implementationDuy Nguyen1-3/+5
2019-02-12git-compat-util: work around fileno(fp) that is a macroDuy Nguyen4-0/+24
2019-02-12test-lib-functions.sh: add generate_zero_bytes functionRandall S. Becker1-0/+13
2019-02-12RelNotes/2.21: misc typo/English fixupsJeff King1-5/+5
2019-02-12RelNotes/2.21: tweak "--date=auto" mentionJeff King1-3/+3
2019-02-12Merge branch 'nd/imap-send-typofix'Junio C Hamano1-1/+1
2019-02-11imap-send.c: add a missing space in error messageNguyễn Thái Ngọc Duy1-1/+1
2019-02-11utf8: handle systems that don't write BOM for UTF-16brian m. carlson3-5/+50
2019-02-11t0028: fix wrong octal values for BOM in setupKevin Daudt1-4/+4
2019-02-11test-lib: fix non-portable pattern bracket expressionsSZEDER Gábor2-3/+3
2019-02-11sequencer: make sign_off_header a file local symbolRamsay Jones2-3/+1
2019-02-11config.mak.uname: add FREAD_READS_DIRECTORIES for NonStop platformRandall S. Becker1-0/+1
2019-02-11Fix typos in translatable strings for v2.21.0Jean-Noël Avila3-4/+4
2019-02-08Seventh batch for 2.21Junio C Hamano1-1/+13
2019-02-08Merge branch 'js/mingw-host-cpu'Junio C Hamano1-0/+19
2019-02-08Merge branch 'js/fuzz-commit-graph-update'Junio C Hamano2-0/+5
2019-02-08Merge branch 'kl/pretty-doc-markup-fix'Junio C Hamano1-1/+1
2019-02-08Merge branch 'sg/ci-parallel-build'Junio C Hamano1-3/+6
2019-02-08Merge branch 'ld/git-p4-remove-flakey-test'Junio C Hamano1-27/+0
2019-02-08Merge branch 'js/rebase-i-redo-exec-fix'Junio C Hamano4-36/+0
2019-02-08Merge branch 'nd/checkout-noisy-unmerge'Junio C Hamano1-7/+12
2019-02-08Merge branch 'js/smart-http-detect-remote-error'Junio C Hamano5-43/+70
2019-02-08Merge branch 'ds/coverage-prove'Junio C Hamano1-0/+5
2019-02-08Merge branch 'tz/gpg-test-fix'Junio C Hamano1-2/+1
2019-02-08Merge branch 'os/rebase-runs-post-checkout-hook'Junio C Hamano1-1/+1
2019-02-08test-lib: make '--stress' more bisect-friendlySZEDER Gábor2-2/+21
2019-02-08t5403: correct bash ambiguous redirect error in subtest 8 by quoting $GIT_DIRRandall S. Becker1-1/+1
2019-02-08.mailmap: map Clemens Buchacher's mail addressesJohannes Schindelin1-0/+2
2019-02-08t/lib-gpg: drop redundant killing of gpg-agentTodd Zullinger1-1/+0
2019-02-08t/lib-gpg: quote path to ${GNUPGHOME}/trustlist.txtTodd Zullinger1-1/+1
2019-02-07mingw: fix CPU reporting in `git version --build-options`Johannes Schindelin1-0/+19
2019-02-07object: fix leak of shallow_statJosh Steadmon1-0/+2
2019-02-07fuzz-commit-graph: initialize repo objectJosh Steadmon1-0/+3
2019-02-07doc: prevent overflowing <code> tag in rendered HTMLKatrin Leinweber1-1/+1
2019-02-07ci: clear and mark MAKEFLAGS exported just onceJunio C Hamano1-3/+6
2019-02-07ci: make sure we build Git parallelSZEDER Gábor1-1/+1
2019-02-06Git 2.21-rc0v2.21.0-rc0Junio C Hamano2-8/+105
2019-02-06Merge branch 'jk/add-ignore-errors-bit-assignment-fix'Junio C Hamano1-1/+1
2019-02-06Merge branch 'rj/sparse-flags'Junio C Hamano2-6/+9
2019-02-06Merge branch 'bc/fetch-pack-clear-alternate-shallow'Junio C Hamano1-0/+5
2019-02-06Merge branch 'ma/doc-diff-usage-fix'Junio C Hamano1-3/+2
2019-02-06Merge branch 'ab/diff-tree-doc-fix'Junio C Hamano1-50/+1
2019-02-06Merge branch 'ss/describe-dirty-in-the-right-directory'Junio C Hamano2-0/+40
2019-02-06Merge branch 'sg/travis-osx-brew-breakage-workaround'Junio C Hamano1-1/+1
2019-02-06Merge branch 'nd/commit-doc'Junio C Hamano1-7/+11
2019-02-06Merge branch 'sl/const'Junio C Hamano4-15/+15
2019-02-06Merge branch 'sh/submodule-summary-abbrev-fix'Junio C Hamano1-2/+5
2019-02-06Merge branch 'nd/help-align-command-desc'Junio C Hamano1-1/+2
2019-02-06Merge branch 'jk/loose-object-cache-oid'Junio C Hamano22-183/+159
2019-02-06Merge branch 'pw/rebase-x-sanity-check'Junio C Hamano2-0/+36
2019-02-06Merge branch 'js/vsts-ci'Junio C Hamano29-49/+862
2019-02-06Merge branch 'br/commit-tree-fully-spelled-gpg-sign-option'Junio C Hamano2-5/+24
2019-02-06Merge branch 'sb/submodule-abort-update-upon-config-failure'Junio C Hamano1-1/+1
2019-02-06Merge branch 'sg/travis-specific-cc'Junio C Hamano6-6/+23
2019-02-06Merge branch 'ds/push-sparse-tree-walk'Junio C Hamano12-17/+378
2019-02-06Merge branch 'tb/test-lint-sed-options'Junio C Hamano1-1/+1
2019-02-06Merge branch 'lt/date-human'Junio C Hamano7-25/+176
2019-02-06Merge branch 'jk/autocrlf-overrides-eol-doc'Junio C Hamano2-3/+8
2019-02-06Merge branch 'jk/unused-parameter-cleanup'Junio C Hamano11-42/+37
2019-02-06Merge branch 'nd/the-index-final'Junio C Hamano74-296/+394
2019-02-06Merge branch 'js/rebase-am'Junio C Hamano1-125/+311
2019-02-06Merge branch 'tt/bisect-in-c'Junio C Hamano6-320/+595
2019-02-06Merge branch 'tb/utf-16-le-with-explicit-bom'Junio C Hamano5-14/+48
2019-02-06Merge branch 'dt/cat-file-batch-ambiguous'Junio C Hamano7-49/+72
2019-02-06Merge branch 'km/init-doc-typofix'Junio C Hamano1-1/+1
2019-02-06Merge branch 'en/rebase-merge-on-sequencer'Junio C Hamano17-340/+121
2019-02-06add_to_index(): convert forgotten HASH_RENORMALIZE checkJeff King1-1/+1
2019-02-06fetch-pack: clear alternate shallow in one more placebrian m. carlson1-0/+2
2019-02-06git-p4: remove ticket expiry testLuke Diamand1-27/+0
2019-02-06checkout: count and print -m paths separatelyNguyễn Thái Ngọc Duy1-3/+8
2019-02-06checkout: update count-checkouts messagesNguyễn Thái Ngọc Duy1-4/+4
2019-02-06t5551: test server-side ERR packetJosh Steadmon4-0/+13
2019-02-06remote-curl: tighten "version 2" check for smart-httpJeff King1-1/+1
2019-02-06remote-curl: refactor smart-http discoveryJeff King1-43/+57
2019-02-06test-date: drop unused parameter to getnanos()Jeff King1-2/+2
2019-02-06Revert "rebase: introduce a shortcut for --reschedule-failed-exec"Johannes Schindelin4-36/+0
2019-02-05Fifth batch for 2.21Junio C Hamano1-0/+90
2019-02-05Merge branch 'sg/object-as-type-commit-graph-fix'Junio C Hamano3-6/+12
2019-02-05Merge branch 'nd/fetch-compact-update'Junio C Hamano1-2/+6
2019-02-05Merge branch 'sg/strbuf-addbuf-cocci'Junio C Hamano1-0/+30
2019-02-05Merge branch 'az/instaweb-py3-http-server'Junio C Hamano2-2/+128
2019-02-05Merge branch 'pw/no-editor-in-rebase-i-implicit'Junio C Hamano5-10/+16
2019-02-05Merge branch 'jk/diff-cc-stat-fixes'Junio C Hamano8-30/+147
2019-02-05Merge branch 'bp/checkout-new-branch-optim'Junio C Hamano2-0/+17
2019-02-05Merge branch 'ja/doc-style-fix'Junio C Hamano14-94/+93
2019-02-05Merge branch 'ph/pack-objects-mutex-fix'Junio C Hamano3-23/+19
2019-02-05Merge branch 'jk/attr-macro-fix'Junio C Hamano2-15/+21
2019-02-05Merge branch 'js/test-git-installed'Junio C Hamano1-1/+1
2019-02-05Merge branch 'js/abspath-part-inside-repo'Junio C Hamano2-3/+10
2019-02-05Merge branch 'jt/namespaced-ls-refs-fix'Junio C Hamano2-1/+22
2019-02-05Merge branch 'ab/commit-graph-write-progress'Junio C Hamano5-48/+106
2019-02-05Merge branch 'ab/commit-graph-write-optim'Junio C Hamano1-2/+4
2019-02-05Merge branch 'js/t6042-timing-fix'Junio C Hamano1-2/+2
2019-02-05Merge branch 'jk/add-ignore-errors-bit-assignment-fix'Junio C Hamano4-5/+15
2019-02-05Merge branch 'js/mingw-unc-path-w-backslashes'Junio C Hamano3-1/+91
2019-02-05Merge branch 'cc/test-ref-store-typofix'Junio C Hamano1-1/+1
2019-02-05Merge branch 'jt/fetch-v2-sideband'Junio C Hamano23-301/+520
2019-02-05Merge branch 'sg/obstack-cast-function-type-fix'Junio C Hamano2-15/+20
2019-02-05Merge branch 'js/commit-graph-chunk-table-fix'Junio C Hamano6-23/+83
2019-02-05Merge branch 'ld/git-p4-shelve-update-fix'Junio C Hamano2-3/+56
2019-02-05Merge branch 'jt/get-reference-with-commit-graph'Junio C Hamano1-1/+14
2019-02-05Merge branch 'js/filter-options-should-use-plain-int'Junio C Hamano11-44/+329
2019-02-05Merge branch 'sb/more-repo-in-api'Junio C Hamano20-150/+452
2019-02-05Makefile: improve SPARSE_FLAGS customisationRamsay Jones1-5/+9
2019-02-05config.mak.uname: remove obsolete SPARSE_FLAGS settingRamsay Jones1-1/+0
2019-02-04git-submodule.sh: shorten submodule SHA-1s using rev-parseSven van Haastregt1-2/+5
2019-02-04fetch-pack: clear alternate shallow when completebrian m. carlson1-0/+3
2019-02-04doc-diff: don't `cd_to_toplevel`Martin Ågren1-3/+2
2019-02-04diff-tree doc: correct & remove wrong documentationÆvar Arnfjörð Bjarmason1-50/+1
2019-02-04t6120: test for describe with a bare repositorySebastian Staudt1-0/+6
2019-02-04describe: setup working tree for --dirtySebastian Staudt2-0/+34
2019-02-04travis-ci: make the OSX build jobs' 'brew update' more quietSZEDER Gábor1-1/+1
2019-02-04git-commit.txt: better description what it doesNguyễn Thái Ngọc Duy1-7/+11
2019-02-04various: tighten constness of some local variablesShahzad Lone4-15/+15
2019-01-31help: align the longest command in the command listingNguyễn Thái Ngọc Duy1-1/+2
2019-01-31t1512: test ambiguous cat-file --batch and --batch-outputEric Wong1-0/+10
2019-01-31Support working-tree-encoding "UTF-16LE-BOM"Torsten Bögershausen5-14/+48
2019-01-31init docs: correct a punctuation typoKyle Meyer1-1/+1
2019-01-29rebase -x: sanity check commandPhillip Wood2-0/+36
2019-01-29Fourth batch after 2.20Junio C Hamano1-0/+54
2019-01-29Merge branch 'it/log-format-source'Junio C Hamano7-1/+71
2019-01-29Merge branch 'js/add-e-clear-patch-before-stating'Junio C Hamano1-1/+1
2019-01-29Merge branch 'bc/tree-walk-oid'Junio C Hamano21-98/+84
2019-01-29Merge branch 'jt/upload-pack-deepen-relative-proto-v2'Junio C Hamano4-4/+80
2019-01-29Merge branch 'jk/remote-insteadof-cleanup'Junio C Hamano1-2/+2
2019-01-29Merge branch 'ms/http-no-more-failonerror'Junio C Hamano5-19/+72
2019-01-29Merge branch 'os/rebase-runs-post-checkout-hook'Junio C Hamano2-56/+52
2019-01-29Merge branch 'bc/sha-256'Junio C Hamano16-94/+642
2019-01-29Merge branch 'sb/submodule-recursive-fetch-gets-the-tip'Junio C Hamano12-89/+426
2019-01-29Merge branch 'jt/fetch-pack-v2'Junio C Hamano2-10/+21
2019-01-29Merge branch 'jk/proto-v2-hidden-refs-fix'Junio C Hamano2-0/+22
2019-01-29Merge branch 'jk/save-getenv-result'Junio C Hamano6-12/+23
2019-01-29Merge branch 'pw/diff-color-moved-ws-fix'Junio C Hamano4-87/+256
2019-01-29Merge branch 'ja/doc-build-l10n'Junio C Hamano1-5/+17
2019-01-29Merge branch 'js/rebase-i-redo-exec'Junio C Hamano9-5/+108
2019-01-29Merge branch 'cc/fetch-error-message-fix'Junio C Hamano1-2/+4
2019-01-29Merge branch 'cc/partial-clone-doc-typofix'Junio C Hamano1-1/+1
2019-01-29Merge branch 'kg/external-diff-save-env'Junio C Hamano1-1/+1
2019-01-29Makefile: add coverage-prove targetDerrick Stolee1-0/+5
2019-01-29Add `human` date format tests.Stephen P. Smith1-0/+18
2019-01-29Add `human` format to test-toolStephen P. Smith4-7/+33
2019-01-29ci: parallelize testing on WindowsJohannes Schindelin5-8/+141
2019-01-29ci: speed up Windows phaseJohannes Schindelin1-0/+2
2019-01-29tests: optionally skip bin-wrappers/Johannes Schindelin2-6/+22
2019-01-29t0061: workaround issues with --with-dashes and RUNTIME_PREFIXJohannes Schindelin1-1/+2
2019-01-29tests: add t/helper/ to the PATH with --with-dashesJohannes Schindelin1-1/+1
2019-01-29mingw: try to work around issues with the test cleanupJohannes Schindelin1-1/+5
2019-01-29tests: include detailed trace logs with --write-junit-xml upon failureJohannes Schindelin2-1/+42
2019-01-29tests: avoid calling Perl just to determine file sizesJohannes Schindelin5-4/+16
2019-01-29README: add a build badge (status of the Azure Pipelines build)Johannes Schindelin1-0/+2
2019-01-29mingw: be more generous when wrapping up the setitimer() emulationJohannes Schindelin1-1/+1
2019-01-29ci: use git-sdk-64-minimal build artifactJohannes Schindelin1-35/+9
2019-01-29ci: add a Windows job to the Azure Pipelines definitionJohannes Schindelin1-0/+91
2019-01-29Add a build definition for Azure DevOpsJohannes Schindelin2-0/+284
2019-01-29ci/lib.sh: add support for Azure PipelinesJohannes Schindelin2-0/+30
2019-01-29tests: optionally write results as JUnit-style .xmlJohannes Schindelin6-0/+175
2019-01-29docs/config: clarify "text property" in core.eolJeff King1-2/+5
2019-01-29doc/gitattributes: clarify "autocrlf overrides eol"Jeff King1-1/+3
2019-01-28test-lint: only use only sed [-n] [-e command] [-f command_file]Torsten Bögershausen1-1/+1
2019-01-28pack-objects: merge read_lock and lock in packing_data structPatrick Hogg3-31/+19
2019-01-28pack-objects: move read mutex to packing_data structPatrick Hogg3-5/+13
2019-01-28git-instaweb: add Python builtin http.server supportArti Zirk2-2/+128
2019-01-28test-date: add a subcommand to measure times in shell scriptsJohannes Schindelin1-0/+12
2019-01-28ci: use a junction on Windows instead of a symlinkJohannes Schindelin1-1/+4
2019-01-28ci: inherit --jobs via MAKEFLAGS in run-build-and-testsJohannes Schindelin5-5/+6
2019-01-28ci/lib.sh: encapsulate Travis-specific thingsJohannes Schindelin4-14/+43
2019-01-28ci: rename the library of common functionsJohannes Schindelin8-7/+7