Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'jk/bug-fl-va-list-fix' | Junio C Hamano | 2022-06-17 | 2 | -5/+7 |
|\ | |||||
| * | bug_fl(): correctly initialize trace2 va_list | Jeff King | 2022-06-16 | 2 | -5/+7 |
* | | Merge branch 'ab/credentials-in-url-more' | Junio C Hamano | 2022-06-17 | 6 | -30/+56 |
|\ \ | |||||
| * | | transfer doc: move fetch.credentialsInUrl to "transfer" config namespace | Ævar Arnfjörð Bjarmason | 2022-06-15 | 6 | -51/+53 |
| * | | fetch doc: note "pushurl" caveat about "credentialsInUrl", elaborate | Ævar Arnfjörð Bjarmason | 2022-06-15 | 2 | -7/+31 |
* | | | Merge branch 'js/ci-github-workflow-markup' | Junio C Hamano | 2022-06-17 | 3 | -4/+27 |
|\ \ \ | |||||
| * | | | ci(github): also mark up compile errors | Johannes Schindelin | 2022-06-13 | 1 | -2/+8 |
| * | | | ci(github): use grouping also in the `win-build` job | Johannes Schindelin | 2022-06-13 | 1 | -1/+1 |
| * | | | ci(github): bring back the 'print test failures' step | Johannes Schindelin | 2022-06-09 | 2 | -1/+18 |
* | | | | Merge branch 'js/misc-fixes' | Junio C Hamano | 2022-06-17 | 6 | -11/+17 |
|\ \ \ \ | |||||
| * | | | | relative_url(): fix incorrect condition | Johannes Schindelin | 2022-06-16 | 1 | -1/+1 |
| * | | | | pack-mtimes: avoid closing a bogus file descriptor | Johannes Schindelin | 2022-06-16 | 1 | -1/+2 |
| * | | | | read_index_from(): avoid memory leak | Johannes Schindelin | 2022-06-16 | 1 | -3/+3 |
| * | | | | submodule--helper: avoid memory leak when fetching submodules | Johannes Schindelin | 2022-06-16 | 1 | -0/+1 |
| * | | | | submodule-config: avoid memory leak | Johannes Schindelin | 2022-06-16 | 1 | -4/+4 |
| * | | | | fsmonitor: avoid memory leak in `fsm_settings__get_incompatible_msg()` | Johannes Schindelin | 2022-06-16 | 1 | -2/+6 |
| | |/ / | |/| | | |||||
* | | | | Merge branch 'jc/cocci-cleanup' | Junio C Hamano | 2022-06-17 | 1 | -12/+0 |
|\ \ \ \ | |||||
| * | | | | cocci: retire is_null_sha1() rule | Junio C Hamano | 2022-06-08 | 1 | -12/+0 |
* | | | | | Merge branch 'ds/more-test-coverage' | Junio C Hamano | 2022-06-17 | 5 | -47/+34 |
|\ \ \ \ \ | |||||
| * | | | | | cache-tree: remove cache_tree_find_path() | Derrick Stolee | 2022-06-16 | 2 | -29/+0 |
| * | | | | | pack-write: drop always-NULL parameter | Derrick Stolee | 2022-06-16 | 1 | -11/+6 |
| * | | | | | t5329: test 'git gc --cruft' without '--prune=now' | Derrick Stolee | 2022-06-16 | 1 | -1/+3 |
| * | | | | | t2107: test 'git update-index --verbose' | Derrick Stolee | 2022-06-16 | 1 | -6/+25 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge branch 'jk/perf-lib-test-titles' | Junio C Hamano | 2022-06-17 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | perf-lib: fix missing test titles in output | Jeff King | 2022-06-16 | 1 | -1/+1 |
* | | | | | | builtin/rebase: remove a redundant space in l10n string | Fangyi Zhou | 2022-06-16 | 1 | -1/+1 |
* | | | | | | Fixes and updates post -rc0 | Junio C Hamano | 2022-06-16 | 1 | -5/+16 |
* | | | | | | Merge branch 'fs/ssh-default-key-command-doc' | Junio C Hamano | 2022-06-16 | 1 | -3/+6 |
|\ \ \ \ \ \ | |||||
| * | | | | | | gpg docs: explain better use of ssh.defaultKeyCommand | Fabian Stelzer | 2022-06-09 | 1 | -3/+6 |
* | | | | | | | Merge branch 'po/rebase-preserve-merges' | Junio C Hamano | 2022-06-16 | 1 | -5/+9 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | rebase: translate a die(preserve-merges) message | Philip Oakley | 2022-06-06 | 1 | -2/+2 |
| * | | | | | | | rebase: note `preserve` merges may be a pull config option | Philip Oakley | 2022-06-06 | 1 | -1/+3 |
| * | | | | | | | rebase: help users when dying with `preserve-merges` | Philip Oakley | 2022-06-06 | 1 | -2/+4 |
| * | | | | | | | rebase.c: state preserve-merges has been removed | Philip Oakley | 2022-06-06 | 1 | -2/+2 |
| | |_|_|/ / / | |/| | | | | | |||||
* | | | | | | | Merge branch 'jc/revert-show-parent-info' | Junio C Hamano | 2022-06-16 | 6 | -5/+85 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | revert: --reference should apply only to 'revert', not 'cherry-pick' | Junio C Hamano | 2022-05-31 | 3 | -3/+14 |
| * | | | | | | | revert: optionally refer to commit in the "reference" format | Junio C Hamano | 2022-05-27 | 6 | -5/+74 |
* | | | | | | | | tests: add LIBCURL prerequisite to tests needing libcurl | Ævar Arnfjörð Bjarmason | 2022-06-15 | 4 | -5/+6 |
* | | | | | | | | push: fix capitalisation of the option name autoSetupMerge | Fangyi Zhou | 2022-06-15 | 1 | -1/+1 |
* | | | | | | | | add -i tests: mark "TODO" depending on GIT_TEST_ADD_I_USE_BUILTIN | Ævar Arnfjörð Bjarmason | 2022-06-15 | 3 | -3/+15 |
| |_|_|_|/ / / |/| | | | | | | |||||
* | | | | | | | Git 2.37-rc0v2.37.0-rc0 | Junio C Hamano | 2022-06-14 | 1 | -0/+37 |
* | | | | | | | Merge branch 'gc/document-config-worktree-scope' | Junio C Hamano | 2022-06-14 | 2 | -1/+10 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | config: document and test the 'worktree' scope | Glen Choo | 2022-06-08 | 2 | -1/+10 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Merge branch 'js/wait-or-whine-can-fail' | Junio C Hamano | 2022-06-14 | 1 | -1/+2 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | run-command: don't spam trace2_child_exit() | Josh Steadmon | 2022-06-07 | 1 | -1/+2 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Merge branch 'ab/remote-free-fix' | Junio C Hamano | 2022-06-14 | 1 | -7/+4 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | remote.c: don't dereference NULL in freeing loop | Ævar Arnfjörð Bjarmason | 2022-06-07 | 1 | -1/+1 |
| * | | | | | | | remote.c: remove braces from one-statement "for"-loops | Ævar Arnfjörð Bjarmason | 2022-06-07 | 1 | -6/+3 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Merge branch 'sn/fsmonitor-missing-clock' | Junio C Hamano | 2022-06-14 | 1 | -2/+3 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | fsmonitor: query watchman with right valid json | Son Luong Ngoc | 2022-06-07 | 1 | -2/+3 |
| |/ / / / / / |