summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-01-18config: include file if remote URL matches a globJonathan Tan4-7/+275
2022-01-18config: make git_config_include() staticJonathan Tan2-34/+15
2022-01-18Makefile: FreeBSD cannot do C99-or-below buildJunio C Hamano1-0/+5
2022-01-17Merge branch 'da/rhel7-lacks-uncompress2-and-c99'Junio C Hamano1-0/+5
2022-01-17merge-ort: avoid assuming all renames detectedElijah Newren2-0/+71
2022-01-17wrapper: use a CSPRNG to generate random file namesbrian m. carlson1-11/+4
2022-01-17wrapper: add a helper to generate numbers from a CSPRNGbrian m. carlson9-1/+165
2022-01-17README.md: add CodingGuidelines and a link for TranslatorsPhilip Oakley1-3/+11
2022-01-17git-cli.txt: clarify "options first and then args"Teng Long1-5/+14
2022-01-17refs: skip hooks when deleting uncovered packed refsPatrick Steinhardt2-9/+7
2022-01-17refs: do not execute reference-transaction hook on packing refsPatrick Steinhardt2-12/+5
2022-01-17refs: demonstrate excessive execution of the reference-transaction hookPatrick Steinhardt1-0/+64
2022-01-17refs: allow skipping the reference-transaction hookPatrick Steinhardt2-0/+8
2022-01-17refs: allow passing flags when beginning transactionsPatrick Steinhardt6-11/+15
2022-01-17refs: extract packed_refs_delete_refs() to allow control of transactionPatrick Steinhardt3-9/+37
2022-01-17l10n: vi(5195t): Update for v2.35.0 round 2Tran Ngoc Quan1-5489/+3118
2022-01-17l10n: batch update to fix typo in branch.cJiang Xin6-451/+476
2022-01-17l10n: git.pot: v2.35.0 round 2 (1 new, 1 removed)Jiang Xin1-69/+70
2022-01-17Merge tag 'v2.35.0-rc1'Jiang Xin22-67/+89
2022-01-16build: centos/RHEL 7 ships with an older gcc and zlibDavid Aguilar1-0/+5
2022-01-16l10n: bg.po: Updated Bulgarian translation (5195t)Alexander Shopov1-3129/+3145
2022-01-14Git 2.35-rc1v2.35.0-rc1Junio C Hamano1-1/+1
2022-01-14Merge branch 'js/t1450-making-it-writable-does-not-need-full-posixperm'Junio C Hamano1-2/+2
2022-01-14Merge branch 'ab/reftable-build-fixes'Junio C Hamano1-13/+13
2022-01-14Merge branch 'ab/refs-errno-cleanup'Junio C Hamano2-4/+1
2022-01-14Accelerate clear_skip_worktree_from_present_files() by cachingElijah Newren1-2/+54
2022-01-14Update documentation related to sparsity and the skip-worktree bitElijah Newren3-46/+97
2022-01-14repo_read_index: clear SKIP_WORKTREE bit from files present in worktreeElijah Newren9-80/+72
2022-01-14unpack-trees: fix accidental loss of user changesElijah Newren2-2/+4
2022-01-14t1011: add testcase demonstrating accidental loss of user modificationsElijah Newren1-0/+21
2022-01-14pull --rebase: honor rebase.autostash when fast-forwardingPhilippe Blain2-4/+16
2022-01-13Merge branch 'vd/sparse-clean-etc' into en/present-despite-skippedJunio C Hamano8-17/+360
2022-01-13update-index: reduce scope of index expansion in do_reupdateVictoria Dye2-4/+15
2022-01-13update-index: integrate with sparse indexVictoria Dye3-3/+25
2022-01-13update-index: add tests for sparse-checkout compatibilityVictoria Dye2-0/+168
2022-01-13checkout-index: integrate with sparse indexVictoria Dye2-3/+36
2022-01-13checkout-index: add --ignore-skip-worktree-bits optionVictoria Dye3-12/+38
2022-01-13checkout-index: expand sparse checkout compatibility testsVictoria Dye2-0/+55
2022-01-13clean: integrate with sparse indexVictoria Dye2-0/+24
2022-01-13reset: reorder wildcard pathspec conditionsVictoria Dye1-3/+9
2022-01-13reset: fix validation in sparse index testVictoria Dye1-4/+2
2022-01-13reftable tests: avoid "int" overflow, use "uint64_t"Ævar Arnfjörð Bjarmason1-2/+2
2022-01-13reftable: avoid initializing structs from structsHan-Wen Nienhuys1-11/+11
2022-01-13t1450-fsck: exec-bit is not needed to make loose object writableJohannes Sixt1-2/+2
2022-01-13refs API: use "failure_errno", not "errno"Ævar Arnfjörð Bjarmason2-4/+1
2022-01-13l10n: zh_CN: v2.35.0 round 1Fangyi Zhou1-3702/+3166
2022-01-13Merge branch 'fr_2.35.0_rnd1' of github.com:jnavila/gitJiang Xin1-3121/+3503
2022-01-12Last minute fixes before -rc1Junio C Hamano1-1/+10
2022-01-12Merge branch 'ps/lockfile-cleanup-fix'Junio C Hamano4-11/+33
2022-01-12Merge branch 'ma/header-dup-cleanup'Junio C Hamano1-2/+0