summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2022-05-26Merge branch 'cg/tools-for-git-doc'Junio C Hamano-12/+56
2022-05-26Merge branch 'tk/simple-autosetupmerge'Junio C Hamano-28/+237
2022-05-26l10n: Document the new l10n workflowÆvar Arnfjörð Bjarmason-113/+117
2022-05-26Makefile: add "po-init" rule to initialize po/XX.poÆvar Arnfjörð Bjarmason-1/+41
2022-05-26Makefile: add "po-update" rule to update po/XX.poJiang Xin-0/+19
2022-05-26po/git.pot: don't check in result of "make pot"Ævar Arnfjörð Bjarmason-2/+4
2022-05-26po/git.pot: this is now a generated fileJiang Xin-25151/+0
2022-05-26Makefile: remove duplicate and unwanted files in FOUND_SOURCE_FILESJiang Xin-2/+2
2022-05-26i18n CI: stop allowing non-ASCII source messages in po/git.potÆvar Arnfjörð Bjarmason-3/+7
2022-05-26Makefile: have "make pot" not "reset --hard"Ævar Arnfjörð Bjarmason-21/+60
2022-05-26Makefile: generate "po/git.pot" from stable LOCALIZED_CJiang Xin-1/+2
2022-05-26Makefile: sort source files before feeding to xgettextJiang Xin-4/+3
2022-05-25Third batchJunio C Hamano-0/+25
2022-05-25Merge branch 'tb/receive-pack-code-cleanup'Junio C Hamano-2/+1
2022-05-25Merge branch 'jc/avoid-redundant-submodule-fetch'Junio C Hamano-1/+42
2022-05-25Merge branch 'os/fetch-check-not-current-branch'Junio C Hamano-0/+1
2022-05-25Merge branch 'pb/ggg-in-mfc-doc'Junio C Hamano-35/+120
2022-05-25Merge branch 'jt/fetch-peek-optional-section'Junio C Hamano-8/+11
2022-05-25Merge branch 'jc/show-branch-g-current'Junio C Hamano-0/+18
2022-05-25Merge branch 'ep/coverage-report-wants-test-to-have-run'Junio C Hamano-1/+6
2022-05-25ci: update Cirrus-CI image to FreeBSD 12.3Philippe Blain-1/+1
2022-05-24setup: don't die if realpath(3) fails on getcwd(3)Kevin Locke-1/+10
2022-05-24cmake: remove (_)UNICODE def on Windows in CMakeLists.txtYuyi Wang-1/+1
2022-05-24cmake: add pcre2 supportYuyi Wang-1/+15
2022-05-24cmake: fix CMakeLists.txt on LinuxYuyi Wang-2/+2
2022-05-24dir.c: avoid "exceeds maximum object size" error with GCC v12.xJohannes Schindelin-0/+9
2022-05-24nedmalloc: avoid new compile errorJohannes Schindelin-1/+0
2022-05-24compat/win32/syslog: fix use-after-reallocJohannes Schindelin-0/+2
2022-05-24builtin/pack-objects.c: ensure pack validity from MIDX bitmap objectsTaylor Blau-0/+6
2022-05-24builtin/pack-objects.c: ensure included `--stdin-packs` existTaylor Blau-15/+20
2022-05-24builtin/pack-objects.c: avoid redundant NULL checkTaylor Blau-2/+0
2022-05-24pack-bitmap.c: check preferred pack validity when opening MIDX bitmapTaylor Blau-2/+16
2022-05-23Second batchJunio C Hamano-0/+10
2022-05-23Merge branch 'jc/archive-add-file-normalize-mode'Junio C Hamano-1/+1
2022-05-23Merge branch 'ab/valgrind-fixes'Junio C Hamano-14/+39
2022-05-23Merge branch 'ab/commit-plug-leaks'Junio C Hamano-3/+8
2022-05-23sparse-checkout: integrate with sparse indexDerrick Stolee-0/+32
2022-05-23p2000: add test for 'git sparse-checkout [add|set]'Derrick Stolee-0/+1
2022-05-23sparse-index: complete partial expansionDerrick Stolee-3/+36
2022-05-23sparse-index: partially expand directoriesDerrick Stolee-7/+50
2022-05-23sparse-checkout: --no-sparse-index needs a full indexDerrick Stolee-0/+3
2022-05-23cache-tree: implement cache_tree_find_path()Derrick Stolee-0/+29
2022-05-23sparse-index: introduce partially-sparse indexesDerrick Stolee-15/+32
2022-05-23sparse-index: create expand_index()Derrick Stolee-3/+42
2022-05-23t1092: stress test 'git sparse-checkout set'Derrick Stolee-2/+17
2022-05-23t1092: refactor 'sparse-index contents' testDerrick Stolee-18/+35
2022-05-21ci: call `finalize_test_case_output` a little laterJohannes Schindelin-5/+6
2022-05-21ci(github): mention where the full logs can be foundJohannes Schindelin-0/+1
2022-05-21ci: use `--github-workflow-markup` in the GitHub workflowJohannes Schindelin-2/+2
2022-05-21ci(github): avoid printing test case preamble twiceVictoria Dye-0/+4