summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Git 2.27-rc1v2.27.0-rc1Junio C Hamano2020-05-202-1/+15
* Merge branch 'es/bugreport'Junio C Hamano2020-05-201-1/+1
|\
| * git-bugreport.txt: adjust reference to strftime(3)Todd Zullinger2020-05-181-1/+1
* | Merge branch 'ak/slab-decl-cleanup'Junio C Hamano2020-05-201-3/+3
|\ \
| * | commit-slab-decl.h: update include guardAbhishek Kumar2020-05-181-3/+3
* | | Merge branch 'jc/fix-tap-output-under-bash'Junio C Hamano2020-05-203-36/+1
|\ \ \
| * | | Revert "tests: when run in Bash, annotate test failures with file name/line n...Junio C Hamano2020-05-151-13/+1
| * | | Revert "ci: add a problem matcher for GitHub Actions"Junio C Hamano2020-05-152-21/+0
| * | | Revert "t/test_lib: avoid naked bash arrays in file_lineno"Junio C Hamano2020-05-151-10/+8
| |/ /
* | | Merge branch 'en/sparse-checkout'Junio C Hamano2020-05-201-3/+3
|\ \ \
| * | | unpack-trees: also allow get_progress() to work on a different indexElijah Newren2020-05-151-3/+3
* | | | Merge branch 'ds/trace-log-progress-fix'Junio C Hamano2020-05-201-6/+2
|\ \ \ \
| * | | | progress: call trace2_region_leave() only after calling _enter()Derrick Stolee2020-05-151-6/+2
* | | | | Merge branch 'js/ci-sdk-download-fix'Junio C Hamano2020-05-201-11/+44
|\ \ \ \ \
| * | | | | ci: avoid pounding on the poor ci-artifacts containerJohannes Schindelin2020-05-151-11/+44
* | | | | | Merge branch 'en/merge-rename-rename-worktree-fix'Junio C Hamano2020-05-202-0/+67
|\ \ \ \ \ \
| * | | | | | merge-recursive: fix rename/rename(1to2) for working tree with a binaryElijah Newren2020-05-142-0/+67
* | | | | | | Merge branch 'cb/no-more-gmtime'Junio C Hamano2020-05-204-45/+0
|\ \ \ \ \ \ \
| * | | | | | | compat: remove gmtimeCarlo Marcelo Arenas Belón2020-05-144-45/+0
* | | | | | | | Merge branch 'dd/t1509-i18n-fix'Junio C Hamano2020-05-201-2/+2
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | t1509: correct i18n testĐoàn Trần Công Danh2020-05-131-2/+2
* | | | | | | | Git 2.27-rc0v2.27.0-rc0Junio C Hamano2020-05-142-1/+28
* | | | | | | | Merge branch 'es/trace-log-progress'Junio C Hamano2020-05-142-0/+43
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | trace2: log progress time and throughputEmily Shaffer2020-05-122-0/+43
| |/ / / / / /
* | | | | | | Merge branch 'jt/t5500-unflake'Junio C Hamano2020-05-141-6/+6
|\ \ \ \ \ \ \
| * | | | | | | t5500: count objects through stderr, not traceJonathan Tan2020-05-061-6/+6
* | | | | | | | Merge branch 'sn/midx-repack-with-config'Junio C Hamano2020-05-143-5/+67
|\ \ \ \ \ \ \ \
| * | | | | | | | multi-pack-index: respect repack.packKeptObjects=falseDerrick Stolee2020-05-103-5/+51
| * | | | | | | | midx: teach "git multi-pack-index repack" honor "git repack" configurationsSon Luong Ngoc2020-05-101-0/+16
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'ds/bloom-cleanup'Junio C Hamano2020-05-146-28/+49
|\ \ \ \ \ \ \ \
| * | | | | | | | completion: offer '--(no-)patch' among 'git log' optionsSZEDER Gábor2020-05-111-0/+1
| * | | | | | | | bloom: use num_changes not nr for limit detectionDerrick Stolee2020-05-112-2/+2
| * | | | | | | | bloom: de-duplicate directory entriesDerrick Stolee2020-05-112-11/+28
| * | | | | | | | Documentation: changed-path Bloom filters use byte wordsDerrick Stolee2020-05-111-4/+4
| * | | | | | | | bloom: parse commit before computing filtersDerrick Stolee2020-05-111-0/+3
| * | | | | | | | test-bloom: fix usage typoDerrick Stolee2020-05-011-1/+1
| * | | | | | | | bloom: fix whitespace around tab lengthDerrick Stolee2020-05-012-10/+10
* | | | | | | | | Merge branch 'rs/fsck-duplicate-names-in-trees'Junio C Hamano2020-05-142-2/+86
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | fsck: report non-consecutive duplicate names in treesRené Scharfe2020-05-112-2/+86
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'ao/p4-d-f-conflict-recover'Junio C Hamano2020-05-142-2/+111
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | git-p4: recover from inconsistent perforce historyAndrew Oakley2020-05-102-2/+111
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'js/rebase-autosquash-double-fixup-fix'Junio C Hamano2020-05-142-2/+21
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | rebase --autosquash: fix a potential segfaultJohannes Schindelin2020-05-092-2/+21
* | | | | | | | | | Merge branch 'jc/codingstyle-compare-with-null'Junio C Hamano2020-05-141-0/+12
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | CodingGuidelines: do not ==/!= compare with 0 or '\0' or NULLJunio C Hamano2020-05-081-0/+12
* | | | | | | | | | | Merge branch 'cw/bisect-replay-with-dos'Junio C Hamano2020-05-142-0/+9
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | bisect: allow CRLF line endings in "git bisect replay" inputChristopher Warrington2020-05-082-0/+9
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'es/bugreport-with-hooks'Junio C Hamano2020-05-143-0/+68
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | |
| * | | | | | | | | | bugreport: collect list of populated hooksEmily Shaffer2020-05-073-0/+68
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | The ninth batchJunio C Hamano2020-05-131-0/+24