aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/persistent-https/socket.go (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2024-06-20t5500: fix mistaken $SERVER reference in helper functionJeff King1-1/+1
2024-06-20mingw: drop bogus (and unneeded) declaration of `_pgmptr`Johannes Schindelin1-1/+0
2024-06-20fetch-pack: fix segfault when fscking without --lock-packJeff King2-1/+13
2024-06-12commit-graph: increment progress indicatorDerrick Stolee2-2/+2
2024-06-10__attribute__: add a few missing format attributesJunio C Hamano3-0/+3
2024-06-10__attribute__: mark some functions with LAST_ARG_MUST_BE_NULLJunio C Hamano4-0/+5
2024-06-10__attribute__: remove redundant attribute declaration for git_die_config()Junio C Hamano1-1/+0
2024-06-10__attribute__: trace2_region_enter_printf() is like "printf"Junio C Hamano2-1/+3
2024-06-08worktree_git_path(): move the declaration to path.hJunio C Hamano3-8/+10
2024-06-07doc: interactive.singleKey is disabled by defaultDragan Simic1-4/+4
2024-06-06ci: fix check for Ubuntu 20.04Patrick Steinhardt1-1/+1
2024-06-05attr.tree: HEAD:.gitattributes is no longer the default in a bare repoJunio C Hamano1-3/+2
2024-06-05dir.c: reduce max pattern file size to 100MBJeff King3-2/+28
2024-05-31dir.c: skip .gitignore, etc larger than INT_MAXJeff King1-0/+14
2024-05-31macOS: ls-files path fails if path of workdir is NFDTorsten Bögershausen2-2/+39
2024-05-30Git 2.39.5v2.39.5Junio C Hamano3-2/+28
2024-05-30rebase -i: improve error message when picking mergePhillip Wood5-2/+110
2024-05-30rebase -i: pass struct replay_opts to parse_insn_line()Phillip Wood5-29/+44
2024-05-29safe.directory: allow "lead/ing/path/*" matchJunio C Hamano3-8/+32
2024-05-27difftool: add env vars directly in run_file_diff()René Scharfe1-8/+4
2024-05-22Revert "fsck: warn about symlink pointing inside a gitdir"Junio C Hamano4-117/+0
2024-05-22setup: fix bug with "includeIf.onbranch" when initializing dirPatrick Steinhardt2-19/+108
2024-05-22chainlint.pl: latch CPU count directly reported by /proc/cpuinfoEric Sunshine1-0/+3
2024-05-22chainlint.pl: fix incorrect CPU count on Linux SPARCJohn Paul Adrian Glaubitz1-1/+1
2024-05-21Revert "Add a helper function to compare file contents"Johannes Schindelin4-123/+0
2024-05-21clone: drop the protections where hooks aren't runJohannes Schindelin3-96/+1
2024-05-21tests: verify that `clone -c core.hooksPath=/dev/null` works againJohannes Schindelin1-0/+7
2024-05-21Revert "core.hooksPath: add some protection while cloning"Johannes Schindelin2-27/+1
2024-05-21init: use the correct path of the templates directory againJohannes Schindelin1-1/+1
2024-05-21hook: plug a new memory leakJohannes Schindelin1-1/+3
2024-05-21ci: stop installing "gcc-13" for osx-gccJeff King1-1/+0
2024-05-21ci: avoid bare "gcc" for osx-gcc jobJeff King1-1/+1
2024-05-21ci: drop mention of BREW_INSTALL_PACKAGES variableJeff King1-2/+0
2024-05-21send-email: avoid creating more than one Term::ReadLine objectJeff King2-7/+16
2024-05-21send-email: drop FakeTerm hackJeff King1-20/+2
2024-05-20chainlint.pl: make CPU count computation more robustEric Sunshine1-3/+14
2024-05-17diff: document what --name-only showsJunio C Hamano1-2/+3
2024-05-17SubmittingPatches: advertise git-manpages-l10n project a bitJunio C Hamano1-0/+7
2024-05-16t/t0211-trace2-perf.sh: fix typo patern -> patternMarcel Telka1-1/+1
2024-05-13documentation: git-update-index: add --show-index-version to synopsisDov Murik1-0/+1
2024-05-13fetch-pack: remove unused 'struct loose_object_iter'Dr. David Alan Gilbert1-5/+0
2024-05-13compat/regex: fix argument order to calloc(3)Junio C Hamano3-13/+13
2024-05-11SubmittingPatches: welcome the new maintainer of git-gui partJunio C Hamano2-3/+3
2024-05-09ci: stop installing "gcc-13" for osx-gccJeff King1-1/+0
2024-05-09ci: avoid bare "gcc" for osx-gcc jobJeff King1-1/+1
2024-05-09ci: drop mention of BREW_INSTALL_PACKAGES variableJeff King1-2/+0
2024-05-08git-p4: show Perforce error to the userFahad Alrashed1-11/+13
2024-05-07scalar: avoid segfault in reconfigure --allDerrick Stolee2-3/+45
2024-05-07Documentation/git-merge-tree.txt: document -XVictoria Dye1-0/+5
2024-05-06ci: fix Python dependency on Ubuntu 24.04Patrick Steinhardt1-2/+6