summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Git 2.29-rc2v2.29.0-rc2Junio C Hamano2020-10-151-1/+1
* Git 2.29-rc1v2.29.0-rc1Junio C Hamano2020-10-082-14/+22
* Merge branch 'js/default-branch-name-part-3'Junio C Hamano2020-10-085-25/+25
|\
| * tests: avoid using the branch name `main`Johannes Schindelin2020-10-084-16/+16
| * t1415: avoid using `main` as ref nameJohannes Schindelin2020-10-081-9/+9
* | Merge branch 'js/ci-ghwf-dedup-tests'Junio C Hamano2020-10-082-1/+40
|\ \
| * | ci: do not skip tagged revisions in GitHub workflowsJohannes Schindelin2020-10-081-0/+2
| * | ci: skip GitHub workflow runs for already-tested commits/treesJohannes Schindelin2020-10-081-1/+38
| |/
* | Merge branch 'ja/misc-doc-fixes'Junio C Hamano2020-10-085-21/+21
|\ \
| * | doc: fix the bnf like style of some commandsJean-Noël Avila2020-10-082-2/+2
| * | doc: git-remote fix upsJean-Noël Avila2020-10-081-10/+10
| * | doc: use linkgit macro where needed.Jean-Noël Avila2020-10-081-1/+1
| * | git-bisect-lk2009: make continuation of list indentedJean-Noël Avila2020-10-081-8/+8
| |/
* | Merge branch 'dl/makefile-sort'Junio C Hamano2020-10-081-5/+5
|\ \
| * | Makefile: ASCII-sort += listsDenton Liu2020-10-081-5/+5
| |/
* | Merge branch 'js/no-builtins-on-disk-option'Junio C Hamano2020-10-083-0/+22
|\ \
| * | help: do not expect built-in commands to be hardlinkedJohannes Schindelin2020-10-073-0/+22
* | | Merge branch 'js/ghwf-setup-msbuild-update'Junio C Hamano2020-10-081-1/+1
|\ \ \
| * | | GitHub workflow: automatically follow minor updates of setup-msbuildJohannes Schindelin2020-10-071-1/+1
| | |/ | |/|
* | | Merge branch 'jk/index-pack-hotfixes'Junio C Hamano2020-10-082-17/+19
|\ \ \
| * | | index-pack: make get_base_data() comment clearerJonathan Tan2020-10-071-11/+8
| * | | index-pack: drop type_cas mutexJeff King2020-10-071-6/+0
| * | | index-pack: restore "resolving deltas" progress meterJeff King2020-10-072-0/+11
* | | | Merge branch 'dl/mingw-header-cleanup'Junio C Hamano2020-10-081-1/+1
|\ \ \ \
| * | | | compat/mingw.h: drop extern from function declarationDenton Liu2020-10-071-1/+1
| | |/ / | |/| |
* | | | Merge branch 'hx/push-atomic-with-cert'Junio C Hamano2020-10-081-4/+3
|\ \ \ \ | |/ / / |/| | |
| * | | t5534: split stdout and stderr redirectionĐoàn Trần Công Danh2020-10-061-4/+3
* | | | Git 2.29-rc0v2.29.0-rc0Junio C Hamano2020-10-052-1/+32
* | | | Merge branch 'nl/credential-crlf'Junio C Hamano2020-10-051-1/+1
|\ \ \ \
| * | | | credential: treat CR/LF as line endings in the credential protocolNikita Leonov2020-10-031-1/+1
* | | | | Merge branch 'sn/fast-import-doc'Junio C Hamano2020-10-051-1/+1
|\ \ \ \ \
| * | | | | fast-import: fix typo in documentationSamanta Navarro2020-10-041-1/+1
* | | | | | Merge branch 'pb/submodule-doc-fix'Junio C Hamano2020-10-051-10/+13
|\ \ \ \ \ \
| * | | | | | gitsubmodules doc: invoke 'ls-files' with '--recurse-submodules'Philippe Blain2020-10-041-10/+13
* | | | | | | Merge branch 'jk/format-auto-base-when-able'Junio C Hamano2020-10-053-26/+130
|\ \ \ \ \ \ \
| * | | | | | | format-patch: teach format.useAutoBase "whenAble" optionJacob Keller2020-10-013-26/+130
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'jk/diff-cc-oidfind-fix'Junio C Hamano2020-10-052-2/+96
|\ \ \ \ \ \ \
| * | | | | | | combine-diff: handle --find-object in multitree code pathJeff King2020-09-302-2/+96
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'jk/refspecs-negative'Junio C Hamano2020-10-057-13/+367
|\ \ \ \ \ \ \
| * | | | | | | refspec: add support for negative refspecsJacob Keller2020-09-307-13/+367
* | | | | | | | Merge branch 'rs/archive-add-file'Junio C Hamano2020-10-058-71/+203
|\ \ \ \ \ \ \ \
| * | | | | | | | Makefile: use git-archive --add-fileRené Scharfe2020-09-191-22/+19
| * | | | | | | | archive: add --add-fileRené Scharfe2020-09-195-1/+150
| * | | | | | | | archive: read short blobs in archive.c::write_archive_entry()René Scharfe2020-09-194-48/+34
* | | | | | | | | Merge branch 'jt/keep-partial-clone-filter-upon-lazy-fetch'Junio C Hamano2020-10-055-9/+13
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | fetch: do not override partial clone filterJonathan Tan2020-09-283-3/+12
| * | | | | | | | | promisor-remote: remove unused variableJonathan Tan2020-09-212-6/+1
| |/ / / / / / / /
* | | | | | | | | Merge branch 'td/submodule-update-quiet'Junio C Hamano2020-10-052-3/+15
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | submodule update: silence underlying merge/rebase with "--quiet"Theodore Dubois2020-10-012-3/+15
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'jk/unused'Junio C Hamano2020-10-0515-33/+88
|\ \ \ \ \ \ \ \ \