summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2023-05-17worktree add: include -B in usage docsJacob Abel-2/+2
2023-05-17l10n: update uk localizationArkadii Yakovets-1129/+1869
2023-05-17send-email: clear the $message_id after validationJunio C Hamano-1/+18
2023-05-17upload-pack: advertise capabilities when cloning empty reposbrian m. carlson-7/+73
2023-05-17A bit more before -rc1Junio C Hamano-1/+5
2023-05-17Merge branch 'jc/attr-source-tree'Junio C Hamano-29/+140
2023-05-17fetch: use `fetch_config` to store "submodule.fetchJobs" valuePatrick Steinhardt-5/+6
2023-05-17fetch: use `fetch_config` to store "fetch.parallel" valuePatrick Steinhardt-7/+8
2023-05-17fetch: use `fetch_config` to store "fetch.recurseSubmodules" valuePatrick Steinhardt-15/+16
2023-05-17fetch: use `fetch_config` to store "fetch.showForcedUpdates" valuePatrick Steinhardt-14/+21
2023-05-17fetch: use `fetch_config` to store "fetch.pruneTags" valuePatrick Steinhardt-4/+5
2023-05-17fetch: use `fetch_config` to store "fetch.prune" valuePatrick Steinhardt-4/+5
2023-05-17fetch: pass through `fetch_config` directlyPatrick Steinhardt-15/+16
2023-05-17fetch: drop unneeded NULL-check for `remote_ref`Patrick Steinhardt-3/+2
2023-05-17fetch: drop unused DISPLAY_FORMAT_UNKNOWN enum valuePatrick Steinhardt-1/+0
2023-05-17imap-send: include strbuf.hChristian Hesse-0/+1
2023-05-16run-command.c: fix missing include under `NO_PTHREADS`Taylor Blau-0/+1
2023-05-16tag: keep the message file in case ref transaction failsKristoffer Haugsbakk-9/+25
2023-05-16t/t7004-tag: add regression test for successful tag creationKristoffer Haugsbakk-0/+9
2023-05-16doc: tag: document `TAG_EDITMSG`Kristoffer Haugsbakk-0/+10
2023-05-16test: do not negate test_path_is_* to assert absenseJunio C Hamano-3/+3
2023-05-16t2021: do not negate test_path_is_dirJunio C Hamano-1/+1
2023-05-16tests: do not negate test_path_existsJunio C Hamano-3/+3
2023-05-16Merge tag 'v2.41.0-rc0'Jiang Xin-7037/+14318
2023-05-15Git 2.41-rc0v2.41.0-rc0Junio C Hamano-0/+43
2023-05-15Merge branch 'ps/fetch-output-format'Junio C Hamano-250/+607
2023-05-15Merge branch 'sg/retire-unused-cocci'Junio C Hamano-170/+0
2023-05-15Merge branch 'sl/diff-files-sparse'Junio C Hamano-2/+70
2023-05-15Merge branch 'ds/merge-tree-use-config'Junio C Hamano-0/+21
2023-05-15Merge branch 'js/subtree-fully-spelt-quiet-and-debug-options'Junio C Hamano-2/+2
2023-05-15Merge branch 'ar/test-cleanup-unused-file-creation'Junio C Hamano-1/+2
2023-05-15Merge branch 'jk/test-verbose-no-more'Junio C Hamano-81/+77
2023-05-15Merge branch 'tl/push-branches-is-an-alias-for-all'Junio C Hamano-7/+135
2023-05-15Merge branch 'jc/name-rev-deprecate-stdin-further'Junio C Hamano-8/+9
2023-05-15Merge branch 'jc/t9800-fix-use-of-show-s-raw'Junio C Hamano-1/+1
2023-05-15Merge branch 'jc/dirstat-plug-leaks'Junio C Hamano-14/+22
2023-05-15Merge branch 'ds/fsck-bitmap'Junio C Hamano-3/+98
2023-05-15Merge branch 'js/gitk-fixes-from-gfw'Junio C Hamano-5/+31
2023-05-15Merge branch 'fc/doc-use-datestamp-in-commit'Junio C Hamano-1/+1
2023-05-15Merge branch 'ar/config-count-tests-updates'Junio C Hamano-11/+22
2023-05-15Merge branch 'kh/doc-interpret-trailers-updates'Junio C Hamano-42/+55
2023-05-15Merge branch 'gc/trace-bare-repo-setup'Junio C Hamano-7/+26
2023-05-15Merge branch 'mc/send-email-header-cmd'Junio C Hamano-20/+151
2023-05-15Merge branch 'jc/doc-clarify-git-default-hash-variable'Junio C Hamano-3/+3
2023-05-15Merge branch 'rj/branch-unborn-in-other-worktrees'Junio C Hamano-48/+105
2023-05-14doc/git-config: add unit for http.lowSpeedLimitCorentin Garcia-2/+3
2023-05-14rebase -r: fix the total number shown in the progressJohannes Schindelin-3/+14
2023-05-14rebase --update-refs: fix loopsJohannes Schindelin-2/+2
2023-05-12pack-refs: teach pack-refs --include optionJohn Cai-12/+67
2023-05-12pack-refs: teach --exclude option to exclude refs from being packedJohn Cai-20/+69