summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-05-26pack-mtimes: support reading .mtimes filesTaylor Blau7-3/+202
2022-05-26Fourth batchJunio C Hamano1-0/+19
2022-05-26Merge branch 'ac/remote-v-with-object-list-filters'Junio C Hamano3-5/+49
2022-05-26Merge branch 'cb/path-owner-check-with-sudo'Junio C Hamano4-1/+186
2022-05-26Merge branch 'cg/tools-for-git-doc'Junio C Hamano3-12/+56
2022-05-26Merge branch 'tk/simple-autosetupmerge'Junio C Hamano12-28/+237
2022-05-26l10n: Document the new l10n workflowÆvar Arnfjörð Bjarmason1-113/+117
2022-05-26Makefile: add "po-init" rule to initialize po/XX.poÆvar Arnfjörð Bjarmason3-1/+41
2022-05-26Makefile: add "po-update" rule to update po/XX.poJiang Xin2-0/+19
2022-05-26po/git.pot: don't check in result of "make pot"Ævar Arnfjörð Bjarmason2-2/+4
2022-05-26po/git.pot: this is now a generated fileJiang Xin1-25151/+0
2022-05-26Makefile: remove duplicate and unwanted files in FOUND_SOURCE_FILESJiang Xin1-2/+2
2022-05-26i18n CI: stop allowing non-ASCII source messages in po/git.potÆvar Arnfjörð Bjarmason3-3/+7
2022-05-26Makefile: have "make pot" not "reset --hard"Ævar Arnfjörð Bjarmason2-21/+60
2022-05-26Makefile: generate "po/git.pot" from stable LOCALIZED_CJiang Xin1-1/+2
2022-05-26Makefile: sort source files before feeding to xgettextJiang Xin1-4/+3
2022-05-25Third batchJunio C Hamano1-0/+25
2022-05-25Merge branch 'tb/receive-pack-code-cleanup'Junio C Hamano1-2/+1
2022-05-25Merge branch 'jc/avoid-redundant-submodule-fetch'Junio C Hamano2-1/+42
2022-05-25Merge branch 'os/fetch-check-not-current-branch'Junio C Hamano1-0/+1
2022-05-25Merge branch 'pb/ggg-in-mfc-doc'Junio C Hamano1-35/+120
2022-05-25Merge branch 'jt/fetch-peek-optional-section'Junio C Hamano1-8/+11
2022-05-25Merge branch 'jc/show-branch-g-current'Junio C Hamano2-0/+18
2022-05-25Merge branch 'ep/coverage-report-wants-test-to-have-run'Junio C Hamano1-1/+6
2022-05-25ci: update Cirrus-CI image to FreeBSD 12.3Philippe Blain1-1/+1
2022-05-24setup: don't die if realpath(3) fails on getcwd(3)Kevin Locke1-1/+10
2022-05-24cmake: remove (_)UNICODE def on Windows in CMakeLists.txtYuyi Wang1-1/+1
2022-05-24cmake: add pcre2 supportYuyi Wang1-1/+15
2022-05-24cmake: fix CMakeLists.txt on LinuxYuyi Wang1-2/+2
2022-05-24dir.c: avoid "exceeds maximum object size" error with GCC v12.xJohannes Schindelin1-0/+9
2022-05-24nedmalloc: avoid new compile errorJohannes Schindelin1-1/+0
2022-05-24compat/win32/syslog: fix use-after-reallocJohannes Schindelin1-0/+2
2022-05-24builtin/pack-objects.c: ensure pack validity from MIDX bitmap objectsTaylor Blau1-0/+6
2022-05-24builtin/pack-objects.c: ensure included `--stdin-packs` existTaylor Blau1-15/+20
2022-05-24builtin/pack-objects.c: avoid redundant NULL checkTaylor Blau1-2/+0
2022-05-24pack-bitmap.c: check preferred pack validity when opening MIDX bitmapTaylor Blau1-2/+16
2022-05-23Second batchJunio C Hamano1-0/+10
2022-05-23Merge branch 'jc/archive-add-file-normalize-mode'Junio C Hamano1-1/+1
2022-05-23Merge branch 'ab/valgrind-fixes'Junio C Hamano7-14/+39
2022-05-23Merge branch 'ab/commit-plug-leaks'Junio C Hamano3-3/+8
2022-05-23sparse-checkout: integrate with sparse indexDerrick Stolee3-0/+32
2022-05-23p2000: add test for 'git sparse-checkout [add|set]'Derrick Stolee1-0/+1
2022-05-23sparse-index: complete partial expansionDerrick Stolee1-3/+36
2022-05-23sparse-index: partially expand directoriesDerrick Stolee1-7/+50
2022-05-23sparse-checkout: --no-sparse-index needs a full indexDerrick Stolee1-0/+3
2022-05-23cache-tree: implement cache_tree_find_path()Derrick Stolee2-0/+29
2022-05-23sparse-index: introduce partially-sparse indexesDerrick Stolee4-15/+32
2022-05-23sparse-index: create expand_index()Derrick Stolee2-3/+42
2022-05-23t1092: stress test 'git sparse-checkout set'Derrick Stolee1-2/+17
2022-05-23t1092: refactor 'sparse-index contents' testDerrick Stolee1-18/+35