Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Git 2.37-rc2v2.37.0-rc2 | Junio C Hamano | 2022-06-22 | 1 | -1/+1 |
* | Merge branch 'tb/cruft-packs' | Junio C Hamano | 2022-06-22 | 1 | -2/+1 |
|\ | |||||
| * | gc: simplify --cruft description | René Scharfe | 2022-06-21 | 1 | -2/+1 |
* | | Merge branch 'jp/prompt-clear-before-upstream-mark' | Junio C Hamano | 2022-06-21 | 2 | -16/+18 |
|\ \ | |||||
| * | | git-prompt: fix expansion of branch colour codes | Joakim Petersen | 2022-06-10 | 2 | -15/+15 |
| * | | git-prompt: make colourization consistent | Joakim Petersen | 2022-06-07 | 2 | -19/+21 |
* | | | name-rev: prefix annotate-stdin with '--' in message | Alexander Shopov | 2022-06-20 | 1 | -1/+1 |
* | | | Git 2.37-rc1v2.37.0-rc1 | Junio C Hamano | 2022-06-17 | 2 | -4/+3 |
* | | | Merge branch 'cb/path-owner-check-with-sudo-plus' | Junio C Hamano | 2022-06-17 | 3 | -18/+11 |
|\ \ \ | |||||
| * | | | git-compat-util: allow root to access both SUDO_UID and root owned | Carlo Marcelo Arenas Belón | 2022-06-17 | 3 | -18/+11 |
* | | | | i18n: fix mismatched camelCase config variables | Jiang Xin | 2022-06-17 | 11 | -11/+11 |
* | | | | Another batch of fixes before -rc1 | Junio C Hamano | 2022-06-17 | 2 | -2/+5 |
* | | | | 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-08 | 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-07 | 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-15 | 1 | -5/+16 |
* | | | | | | | | | Merge branch 'fs/ssh-default-key-command-doc' | Junio C Hamano | 2022-06-15 | 1 | -3/+6 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | gpg docs: explain better use of ssh.defaultKeyCommand | Fabian Stelzer | 2022-06-08 | 1 | -3/+6 |
* | | | | | | | | | | Merge branch 'po/rebase-preserve-merges' | Junio C Hamano | 2022-06-15 | 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-15 | 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-26 | 6 | -5/+74 |
* | | | | | | | | | | | tests: add LIBCURL prerequisite to tests needing libcurl | Ævar Arnfjörð Bjarmason | 2022-06-15 | 4 | -5/+6 |