summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Git 2.37-rc1v2.37.0-rc1Junio C Hamano2022-06-172-4/+3
* Merge branch 'cb/path-owner-check-with-sudo-plus'Junio C Hamano2022-06-173-18/+11
|\
| * git-compat-util: allow root to access both SUDO_UID and root ownedCarlo Marcelo Arenas Belón2022-06-173-18/+11
* | i18n: fix mismatched camelCase config variablesJiang Xin2022-06-1711-11/+11
* | Another batch of fixes before -rc1Junio C Hamano2022-06-172-2/+5
* | Merge branch 'jk/bug-fl-va-list-fix'Junio C Hamano2022-06-172-5/+7
|\ \
| * | bug_fl(): correctly initialize trace2 va_listJeff King2022-06-162-5/+7
* | | Merge branch 'ab/credentials-in-url-more'Junio C Hamano2022-06-176-30/+56
|\ \ \
| * | | transfer doc: move fetch.credentialsInUrl to "transfer" config namespaceÆvar Arnfjörð Bjarmason2022-06-156-51/+53
| * | | fetch doc: note "pushurl" caveat about "credentialsInUrl", elaborateÆvar Arnfjörð Bjarmason2022-06-152-7/+31
* | | | Merge branch 'js/ci-github-workflow-markup'Junio C Hamano2022-06-173-4/+27
|\ \ \ \
| * | | | ci(github): also mark up compile errorsJohannes Schindelin2022-06-131-2/+8
| * | | | ci(github): use grouping also in the `win-build` jobJohannes Schindelin2022-06-131-1/+1
| * | | | ci(github): bring back the 'print test failures' stepJohannes Schindelin2022-06-082-1/+18
* | | | | Merge branch 'js/misc-fixes'Junio C Hamano2022-06-176-11/+17
|\ \ \ \ \
| * | | | | relative_url(): fix incorrect conditionJohannes Schindelin2022-06-161-1/+1
| * | | | | pack-mtimes: avoid closing a bogus file descriptorJohannes Schindelin2022-06-161-1/+2
| * | | | | read_index_from(): avoid memory leakJohannes Schindelin2022-06-161-3/+3
| * | | | | submodule--helper: avoid memory leak when fetching submodulesJohannes Schindelin2022-06-161-0/+1
| * | | | | submodule-config: avoid memory leakJohannes Schindelin2022-06-161-4/+4
| * | | | | fsmonitor: avoid memory leak in `fsm_settings__get_incompatible_msg()`Johannes Schindelin2022-06-161-2/+6
| | |/ / / | |/| | |
* | | | | Merge branch 'jc/cocci-cleanup'Junio C Hamano2022-06-171-12/+0
|\ \ \ \ \
| * | | | | cocci: retire is_null_sha1() ruleJunio C Hamano2022-06-071-12/+0
* | | | | | Merge branch 'ds/more-test-coverage'Junio C Hamano2022-06-175-47/+34
|\ \ \ \ \ \
| * | | | | | cache-tree: remove cache_tree_find_path()Derrick Stolee2022-06-162-29/+0
| * | | | | | pack-write: drop always-NULL parameterDerrick Stolee2022-06-161-11/+6
| * | | | | | t5329: test 'git gc --cruft' without '--prune=now'Derrick Stolee2022-06-161-1/+3
| * | | | | | t2107: test 'git update-index --verbose'Derrick Stolee2022-06-161-6/+25
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'jk/perf-lib-test-titles'Junio C Hamano2022-06-171-1/+1
|\ \ \ \ \ \
| * | | | | | perf-lib: fix missing test titles in outputJeff King2022-06-161-1/+1
* | | | | | | builtin/rebase: remove a redundant space in l10n stringFangyi Zhou2022-06-161-1/+1
* | | | | | | Fixes and updates post -rc0Junio C Hamano2022-06-151-5/+16
* | | | | | | Merge branch 'fs/ssh-default-key-command-doc'Junio C Hamano2022-06-151-3/+6
|\ \ \ \ \ \ \
| * | | | | | | gpg docs: explain better use of ssh.defaultKeyCommandFabian Stelzer2022-06-081-3/+6
* | | | | | | | Merge branch 'po/rebase-preserve-merges'Junio C Hamano2022-06-151-5/+9
|\ \ \ \ \ \ \ \
| * | | | | | | | rebase: translate a die(preserve-merges) messagePhilip Oakley2022-06-061-2/+2
| * | | | | | | | rebase: note `preserve` merges may be a pull config optionPhilip Oakley2022-06-061-1/+3
| * | | | | | | | rebase: help users when dying with `preserve-merges`Philip Oakley2022-06-061-2/+4
| * | | | | | | | rebase.c: state preserve-merges has been removedPhilip Oakley2022-06-061-2/+2
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'jc/revert-show-parent-info'Junio C Hamano2022-06-156-5/+85
|\ \ \ \ \ \ \ \
| * | | | | | | | revert: --reference should apply only to 'revert', not 'cherry-pick'Junio C Hamano2022-05-313-3/+14
| * | | | | | | | revert: optionally refer to commit in the "reference" formatJunio C Hamano2022-05-266-5/+74
* | | | | | | | | tests: add LIBCURL prerequisite to tests needing libcurlÆvar Arnfjörð Bjarmason2022-06-154-5/+6
* | | | | | | | | push: fix capitalisation of the option name autoSetupMergeFangyi Zhou2022-06-151-1/+1
* | | | | | | | | add -i tests: mark "TODO" depending on GIT_TEST_ADD_I_USE_BUILTINÆvar Arnfjörð Bjarmason2022-06-153-3/+15
| |_|_|_|/ / / / |/| | | | | | |
* | | | | | | | Git 2.37-rc0v2.37.0-rc0Junio C Hamano2022-06-131-0/+37
* | | | | | | | Merge branch 'gc/document-config-worktree-scope'Junio C Hamano2022-06-132-1/+10
|\ \ \ \ \ \ \ \
| * | | | | | | | config: document and test the 'worktree' scopeGlen Choo2022-06-072-1/+10
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'js/wait-or-whine-can-fail'Junio C Hamano2022-06-131-1/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | run-command: don't spam trace2_child_exit()Josh Steadmon2022-06-071-1/+2
| | |/ / / / / / | |/| | | | | |