summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | Merge branch 'master' of github.com:ruester/git-po-deJiang Xin2022-06-232-13111/+7964
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | l10n: TEAMS: Change German translation team leaderMatthias Rüster2022-06-221-3/+3
| | * | | | | | | | | | | | | | l10n: de.po: Update German translationMatthias Rüster2022-06-221-13108/+7961
| * | | | | | | | | | | | | | | Merge branch 'master' of github.com:alshopov/git-poJiang Xin2022-06-231-13314/+8766
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | l10n: bg.po: Updated Bulgarian translation (5367t)Alexander Shopov2022-06-221-13314/+8766
| | |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | Merge branch 'fz/po-zh_CN' of github.com:fangyi-zhou/git-poJiang Xin2022-06-231-12744/+13006
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | l10n: zh_CN: v2.37.0 round 1Fangyi Zhou2022-06-221-12744/+13006
| | |/ / / / / / / / / / / / / /
| * / / / / / / / / / / / / / / l10n: README: fix typoArthur Milchior2022-06-231-1/+1
| |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | Merge branch 'master' of github.com:git/gitJiang Xin2022-06-223-17/+19
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of github.com:git/gitJiang Xin2022-06-1836-142/+169
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of github.com:git/gitJiang Xin2022-06-171-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | l10n: es: update translationAlex Henrie2022-06-161-13893/+8767
* | | | | | | | | | | | | | | | | | Merge branch 'ab/credentials-in-url-more'Junio C Hamano2022-06-231-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Documentation/config/transfer.txt: fix typoTaylor Blau2022-06-231-1/+1
* | | | | | | | | | | | | | | | | | | Git 2.37-rc2v2.37.0-rc2Junio C Hamano2022-06-221-1/+1
* | | | | | | | | | | | | | | | | | | Merge branch 'tb/cruft-packs'Junio C Hamano2022-06-221-2/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | gc: simplify --cruft descriptionRené Scharfe2022-06-211-2/+1
* | | | | | | | | | | | | | | | | | | Merge branch 'jp/prompt-clear-before-upstream-mark'Junio C Hamano2022-06-212-16/+18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | git-prompt: fix expansion of branch colour codesJoakim Petersen2022-06-102-15/+15
| * | | | | | | | | | | | | | | | | | | git-prompt: make colourization consistentJoakim Petersen2022-06-072-19/+21
* | | | | | | | | | | | | | | | | | | | name-rev: prefix annotate-stdin with '--' in messageAlexander Shopov2022-06-211-1/+1
| |_|_|_|_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Git 2.37-rc1v2.37.0-rc1Junio C Hamano2022-06-182-4/+3
* | | | | | | | | | | | | | | | | | | Merge branch 'cb/path-owner-check-with-sudo-plus'Junio C Hamano2022-06-183-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-092-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-081-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
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | |