summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-07-24protocol-caps: check object existence regardless of the attributes requestedPablo Sabater3-14/+115
2026-07-24fetch-pack: move fetch initializationCalvin Wan1-6/+6
2026-07-24connect: make write_fetch_command_and_capabilities() more genericPablo Sabater3-8/+12
2026-07-24fetch-pack: move write_fetch_command_and_capabilities() to connect.cPablo Sabater3-34/+38
2026-07-24fetch-pack: use unsigned int for hash_algo variablePablo Sabater1-1/+1
2026-07-24fetch-pack: drop the static advertise_sid variablePablo Sabater1-6/+7
2026-07-24t1006: extract helper functions into new 'lib-cat-file.sh'Eric Ju2-13/+18
2026-07-24cat-file: declare loop counter inside for()Eric Ju2-11/+5
2026-07-24transport-helper: fix memory leak of helper on disconnectPablo Sabater1-1/+1
2026-07-23doc: convert git-request-pull synopsis and options to new styleJean-Noël Avila1-15/+23
2026-07-23doc: convert git-send-email synopsis and options to new styleJean-Noël Avila2-127/+127
2026-07-23doc: convert git-format-patch synopsis and options to new styleJean-Noël Avila2-149/+148
2026-07-23doc: convert git-imap-send synopsis and options to new styleJean-Noël Avila2-11/+13
2026-07-23userdiff: add support for SwiftShlok Kulshreshtha15-0/+86
2026-07-22submodule: resolve insteadOf aliases when matching remoteÉric NICOLAS2-3/+30
2026-07-22revision: honor --exclude-first-parent-only with SEEN first parentJunio C Hamano2-2/+26
2026-07-22remote: find tracking branches for URL push destinationsHarald Nordgren6-2/+198
2026-07-22remote: pass repository to push tracking helperHarald Nordgren1-5/+6
2026-07-22The 7th batchJunio C Hamano1-0/+44
2026-07-22Merge branch 'kk/no-walk-pathspec-fix'Junio C Hamano2-1/+19
2026-07-22Merge branch 'sk/t7614-do-not-hide-git-exit-status'Junio C Hamano1-3/+6
2026-07-22Merge branch 'sk/t1100-modernize'Junio C Hamano1-27/+25
2026-07-22Merge branch 'ps/odb-for-each-object-filter'Junio C Hamano7-142/+175
2026-07-22Merge branch 'rs/strbuf-avoid-redundant-reset'Junio C Hamano1-2/+0
2026-07-22Merge branch 'cc/doc-fast-export-synopsis-fix'Junio C Hamano3-3/+2
2026-07-22Merge branch 'ml/t9811-replace-test-f'Junio C Hamano1-12/+22
2026-07-22Merge branch 'jt/receive-pack-use-odb-transactions'Junio C Hamano15-131/+246
2026-07-22Merge branch 'cl/conditional-config-on-worktree-path'Junio C Hamano3-11/+195
2026-07-22Merge branch 'dm/submodule-update-i-shorthand'Junio C Hamano1-1/+1
2026-07-21stash: avoid sparse-index expansion for in-cone pathsTed Nyman3-2/+58
2026-07-21pathspec: use match for sparse-index expansion checksTed Nyman2-6/+13
2026-07-21The 6th batchJunio C Hamano1-0/+8
2026-07-21Merge branch 'cl/b4-cover-change-id'Junio C Hamano1-0/+1
2026-07-21Merge branch 'ps/odb-stream-double-close-fix'Junio C Hamano2-4/+18
2026-07-20environment: move has_symlinks into repo_config_valuesTian Yuchen10-15/+42
2026-07-20environment: move trust_executable_bit into repo_config_valuesTian Yuchen5-10/+19
2026-07-20read-cache: pass 'repo' to 'ce_mode_from_stat()'Tian Yuchen5-11/+20
2026-07-20read-cache: remove redundant extern declarationsTian Yuchen1-2/+0
2026-07-19rust: discard hash context when finishedbrian m. carlson1-1/+7
2026-07-19hash: initialize context before cloningbrian m. carlson1-1/+4
2026-07-19wt-status: avoid repeated insertion for untracked pathsSahitya Chandra1-2/+4
2026-07-19The 5th batchJunio C Hamano1-0/+83
2026-07-19Merge branch 'js/coverity-fixes-null-safety'Junio C Hamano11-15/+63
2026-07-19Merge branch 'kk/reftable-tombstone-quadratic-fix'Junio C Hamano4-12/+92
2026-07-19Merge branch 'kk/commit-graph-topo-levels-fix'Junio C Hamano2-1/+30
2026-07-19Merge branch 'ty/migrate-ignorecase'Junio C Hamano14-28/+43
2026-07-19Merge branch 'tc/bundle-uri-empty-fix'Junio C Hamano4-5/+70
2026-07-19Merge branch 'hf/unpack-trees-quadratic-scan'Junio C Hamano2-1/+35
2026-07-19Merge branch 'wy/doc-myfirstcontribution-trim-quotes'Junio C Hamano1-0/+5
2026-07-19Merge branch 'gr/t1410-reflog-exit-code'Junio C Hamano1-17/+9