summaryrefslogtreecommitdiffstats
path: root/t/lib-proto-disable.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2024-09-17Start preparing for Git 2.46.2Junio C Hamano3-2/+13
2024-09-17Revert "Merge branch 'jc/patch-id' into maint-2.46"Junio C Hamano2-112/+21
2024-09-14Git 2.46.1v2.46.1Junio C Hamano2-1/+10
2024-09-13ci: add Ubuntu 16.04 job to GitLab CIPatrick Steinhardt3-1/+16
2024-09-12Another batch of topics for 2.46.1Junio C Hamano1-0/+7
2024-09-12ci: use regular action versions for linux32 jobJeff King1-4/+4
2024-09-12ci: use more recent linux32 imageJeff King2-3/+12
2024-09-12ci: unify ubuntu and ubuntu32 dependenciesJeff King1-18/+16
2024-09-12ci: drop run-docker scriptsJeff King2-113/+0
2024-09-10ci: remove 'Upload failed tests' directories' step from linux32 jobsJunio C Hamano1-6/+0
2024-09-04builtin/index-pack: fix segfaults when running outside of a repoPatrick Steinhardt2-0/+48
2024-09-01compat/terminal: mark parameter of git_terminal_prompt() UNUSEDRamsay Jones1-1/+1
2024-08-30revision: free commit buffers for skipped commitsJeff King1-0/+1
2024-08-26git-config.1: fix description of --regexp in synopsisJunio C Hamano2-2/+2
2024-08-26git-config.1: --get-all description updateJunio C Hamano1-1/+1
2024-08-26A bit more topics for 2.46.x maintenance trackJunio C Hamano1-0/+22
2024-08-23doc: replace 3 dash with correct 2 dash in git-config(1)Celeste Liu1-1/+1
2024-08-22docs: explain the order of output in the batched mode of git-cat-file(1)ahmed akef1-3/+3
2024-08-20CodingGuidelines: spaces around C operatorsJunio C Hamano1-1/+10
2024-08-20ci(win+VS): download the vcpkg artifacts using a dedicated GitHub ActionJohannes Schindelin1-8/+4
2024-08-20ci: bump microsoft/setup-msbuild from v1 to v2Johannes Schindelin1-1/+1
2024-08-16Prepare for 2.46.1Junio C Hamano3-2/+39
2024-08-16builtin/stash: fix `--keep-index --include-untracked` with empty HEADPatrick Steinhardt2-1/+37
2024-08-15t4129: fix racy index when calling chmod after git-addJeff King1-1/+1
2024-08-15howto-maintain: mention preformatted docsJunio C Hamano1-0/+4
2024-08-13bundle: default to SHA1 when reading bundle headersPatrick Steinhardt2-1/+31
2024-08-13builtin/bundle: have unbundle check for repo before opening its bundlePatrick Steinhardt2-2/+10
2024-08-09doc: grammofix in git-diff-treeJunio C Hamano1-1/+1
2024-08-09tutorial: grammofixJunio C Hamano1-1/+1
2024-08-09diff-tree: fix crash when used with --remerge-diffXing Xin2-0/+48
2024-08-09tests: drop use of 'tee' that hides exit statusJunio C Hamano2-3/+3
2024-08-05t6421: fix test to work when repo dir contains d0Kyle Lippincott1-6/+9
2024-08-05set errno=0 before strtoX callsKyle Lippincott4-0/+5
2024-08-05log-tree: use decimal_width()René Scharfe1-11/+2
2024-08-05refs/files: prevent memory leak by freeing packed_ref_storeSven Strickroth1-0/+1
2024-08-05apply: canonicalize modes read from patchesJeff King2-0/+63
2024-08-02builtin/ls-remote: fall back to SHA1 outside of a repoPatrick Steinhardt2-0/+28
2024-08-01t0018: remove leftover debugging cruftJunio C Hamano1-1/+0
2024-08-01config.c: avoid segfault with --fixed-value and valueless configTaylor Blau2-1/+10
2024-08-01credential/osxkeychain: respect NUL terminator in usernameJeff King1-1/+1
2024-07-31t98xx: mark Perforce tests as memory-leak freePatrick Steinhardt35-0/+35
2024-07-31ci: update Perforce version to r23.2Patrick Steinhardt1-1/+1
2024-07-31t98xx: fix Perforce tests with p4d r23 and newerPatrick Steinhardt3-8/+48
2024-07-31convert: return early when not tracingD Harithamma1-0/+3
2024-07-30t-example-decorate: remove test messagesRené Scharfe1-16/+8
2024-07-30safe.directory: setting safe.directory="." allows the "current" directoryJunio C Hamano1-0/+64
2024-07-30safe.directory: normalize the configured pathJunio C Hamano2-4/+91
2024-07-30safe.directory: normalize the checked pathJunio C Hamano2-4/+69
2024-07-30safe.directory: preliminary clean-upJunio C Hamano1-7/+5
2024-07-30patch-id: tighten code to detect the patch headerJunio C Hamano2-13/+53