aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/persistent-https/socket.go (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-04-24ci: skip unavailable external softwareJunio C Hamano1-9/+22
2025-04-23The eighth batchJunio C Hamano1-0/+15
2025-04-23maintenance: fix launchctl calendar intervalsJosh Heinrichs1-2/+2
2025-04-22revision: remove log_reencode field from rev_infoLucas Seiki Oshiro1-1/+0
2025-04-22p5332: drop "+" from --stdin-packs inputJeff King1-1/+1
2025-04-22contrib/completion: install Bash completionPatrick Steinhardt2-0/+24
2025-04-22ci: fix p4d executable not being found on GitHub ActionsPatrick Steinhardt1-0/+1
2025-04-21global: mark usage strings and string tables constAhelenia ZiemiaƄska15-24/+24
2025-04-20builtin/difftool: remove unnecessary if statementUsman Akinyemi1-2/+1
2025-04-20builtin/add: remove unnecessary if statementUsman Akinyemi1-2/+1
2025-04-20perf: do allow `GIT_PERF_*` to be overridden againJohannes Schindelin1-0/+12
2025-04-18t9811: fix misconversion of testsJunio C Hamano1-2/+1
2025-04-18environment: fix typo: 'setup_git_directory_gently'Abhijeet Sonar1-1/+1
2025-04-17config.mak.uname: set CSPRNG_METHOD to getrandom on LinuxRamsay Jones1-0/+1
2025-04-17The seventh batchJunio C Hamano1-0/+14
2025-04-17parse-options: detect mismatches in integer signednessPatrick Steinhardt6-9/+16
2025-04-17parse-options: introduce precision handling for `OPTION_UNSIGNED`Patrick Steinhardt6-13/+60
2025-04-17parse-options: introduce precision handling for `OPTION_INTEGER`Patrick Steinhardt8-14/+75
2025-04-17parse-options: rename `OPT_MAGNITUDE()` to `OPT_UNSIGNED()`Patrick Steinhardt9-47/+47
2025-04-17parse-options: support unit factors in `OPT_INTEGER()`Patrick Steinhardt3-7/+11
2025-04-17global: use designated initializers for optionsPatrick Steinhardt24-158/+443
2025-04-17parse: fix off-by-one for minimum signed valuesPatrick Steinhardt1-1/+1
2025-04-16config.mak.uname: add arc4random to the cygwin buildRamsay Jones1-0/+1
2025-04-16config.mak.uname: add sysinfo() configuration for cygwinRamsay Jones3-1/+14
2025-04-16builtin/gc.c: correct RAM calculation when using sysinfoRamsay Jones1-2/+7
2025-04-16config.mak.uname: add clock_gettime() to the cygwin buildRamsay Jones1-0/+2
2025-04-16config.mak.uname: add HAVE_GETDELIM to the cygwin sectionRamsay Jones1-0/+1
2025-04-16config.mak.uname: only set NO_REGEX on cygwin for v1.7Ramsay Jones2-2/+4
2025-04-16config.mak.uname: add a note about NO_STRLCPY for LinuxRamsay Jones1-0/+1
2025-04-16Makefile: remove NEEDS_LIBRT build variableRamsay Jones2-9/+0
2025-04-16meson.build: set default help format to html on windowsRamsay Jones2-2/+13
2025-04-16meson.build: only set build variables for non-default valuesRamsay Jones2-2/+31
2025-04-16Makefile: only set some BASIC_CFLAGS when RUNTIME_PREFIX is setRamsay Jones1-17/+21
2025-04-16meson.build: remove -DCURL_DISABLE_TYPECHECKRamsay Jones1-1/+0
2025-04-16The sixth batchJunio C Hamano1-0/+48
2025-04-16t9811: be more precise to check importing of tagsAnthony Wang1-5/+4
2025-04-16docs: document core.hooksPath=/dev/nullDerrick Stolee1-0/+5
2025-04-16Documentation: stop depending on Perl to generate command listPatrick Steinhardt5-85/+109
2025-04-16Documentation: stop depending on Perl to massage user manualPatrick Steinhardt3-17/+23
2025-04-16request-pull: stop depending on PerlPatrick Steinhardt2-40/+40
2025-04-16filter-branch: stop depending on PerlPatrick Steinhardt1-18/+19
2025-04-16ci(pedantic): ensure that awk is installedJohannes Schindelin1-1/+1
2025-04-15The fifth batchJunio C Hamano1-0/+29
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt124-642/+637
2025-04-15object-store: remove global array of cached objectsPatrick Steinhardt3-18/+37
2025-04-15object: split out functions relating to object store subsystemPatrick Steinhardt3-70/+66
2025-04-15object-file: drop `index_blob_stream()`Patrick Steinhardt2-24/+17
2025-04-15object-file: split up concerns of `HASH_*` flagsPatrick Steinhardt9-28/+56
2025-04-15object-file: split out functions relating to object store subsystemPatrick Steinhardt20-1040/+1074
2025-04-15object-file: move `xmmap()` into "wrapper.c"Patrick Steinhardt2-48/+48