summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2024-11-01Merge branch 'ps/platform-compat-fixes'Taylor Blau-138/+275
2024-11-01Merge branch 'jc/breaking-changes-early-adopter-option'Taylor Blau-1/+20
2024-11-01rev-list: skip bitmap traversal for --left-rightJeff King-0/+19
2024-11-01Add additional CI jobs to avoid accidental breakagebrian m. carlson-4/+19
2024-11-01ci: remove clause for Ubuntu 16.04brian m. carlson-5/+0
2024-11-01gitlab-ci: switch from Ubuntu 16.04 to 20.04brian m. carlson-1/+1
2024-10-30The sixth batchTaylor Blau-0/+11
2024-10-30Merge branch 'sk/t7011-cleanup'Taylor Blau-11/+11
2024-10-30Merge branch 'co/t6050-pipefix'Taylor Blau-47/+86
2024-10-30Merge branch 'ks/t4205-fixup'Taylor Blau-1/+1
2024-10-30Merge branch 'kh/submitting-patches'Taylor Blau-3/+3
2024-10-30Merge branch 'ps/ref-filter-sort'Taylor Blau-8/+21
2024-10-30Merge branch 'ps/reftable-strbuf'Taylor Blau-452/+728
2024-10-30Merge branch 'backport-github-actions-fixes'Johannes Schindelin-21/+14
2024-10-30t7300: work around platform-specific behaviour with long paths on MinGWPatrick Steinhardt-1/+1
2024-10-30compat/regex: fix argument order to calloc(3)Junio C Hamano-13/+13
2024-10-30mingw: drop bogus (and unneeded) declaration of `_pgmptr`Johannes Schindelin-1/+0
2024-10-30ci: remove 'Upload failed tests' directories' step from linux32 jobsJunio C Hamano-6/+0
2024-10-28t6006: fix prereq handling with `test_format ()`Patrick Steinhardt-4/+4
2024-10-27compat/mingw: allow deletion of most opened filesPatrick Steinhardt-0/+66
2024-10-27compat/mingw: share file handles created via `CreateFileW()`Patrick Steinhardt-2/+2
2024-10-25packfile: use oidread() instead of hashcpy() to fill object_idJeff King-1/+1
2024-10-25packfile: use object_id in find_pack_entry_one()Jeff King-18/+18
2024-10-25packfile: convert find_sha1_pack() to use object_idJeff King-12/+15
2024-10-25http-walker: use object_id instead of bare hashJeff King-16/+17
2024-10-25packfile: warn people away from parse_packed_git()Jeff King-1/+10
2024-10-25packfile: drop sha1_pack_index_name()Jeff King-14/+4
2024-10-25packfile: drop sha1_pack_name()Jeff King-14/+2
2024-10-25packfile: drop has_pack_index()Jeff King-17/+8
2024-10-25dumb-http: store downloaded pack idx as tempfileJeff King-7/+41
2024-10-25t5550: count fetches in "previously-fetched .idx" testJeff King-2/+16
2024-10-25midx: avoid duplicate packed_git entriesJeff King-3/+25
2024-10-25The fifth batchTaylor Blau-0/+22
2024-10-25Merge branch 'wm/shortlog-hash'Taylor Blau-0/+16
2024-10-25Merge branch 'sk/msvc-warnings'Taylor Blau-12/+21
2024-10-25Merge branch 'jc/a-commands-without-the-repo'Taylor Blau-10/+10
2024-10-25Merge branch 'pb/clar-build-fix'Taylor Blau-0/+1
2024-10-25Merge branch 'bf/t-readme-mention-reftable'Taylor Blau-2/+3
2024-10-25Merge branch 'ak/typofix'Taylor Blau-14/+14
2024-10-25Merge branch 'ak/typofixes'Taylor Blau-18/+18
2024-10-25Merge branch 'ps/ci-gitlab-windows'Taylor Blau-12/+87
2024-10-25Merge branch 'db/submodule-fetch-with-remote-name-fix'Taylor Blau-1/+28
2024-10-24imap: replace atoi() with strtol_i() for UIDVALIDITY and UIDNEXT parsingUsman Akinyemi-5/+8
2024-10-24merge: replace atoi() with strtol_i() for marker size validationUsman Akinyemi-2/+17
2024-10-24daemon: replace atoi() with strtoul_ui() and strtol_i()Usman Akinyemi-4/+33
2024-10-24CodingGuidelines: discourage arbitrary suffixes in function namesKarthik Nayak-0/+14
2024-10-24t: fix typosAndrew Kreimer-37/+37
2024-10-23t7001: add failure test which triggers assertionKristoffer Haugsbakk-0/+12
2024-10-23Merge branch 'ps/reftable-strbuf' into ps/reftable-detachTaylor Blau-452/+728
2024-10-23gitweb: make use of s///rbrian m. carlson-2/+2