summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-12-16Merge branch 'ps/object-read-stream'Junio C Hamano20-729/+779
2025-12-16diff-files: fix copy detectionRené Scharfe2-4/+31
2025-12-16Merge branch 'rs/diff-index-find-copies-harder-optim' into rs/diff-files-r-fi...Junio C Hamano3-7/+31
2025-12-16docs: clarify git-rev-list(1) --filter behaviorJustin Tobler1-1/+3
2025-12-16scalar: document config settingsDerrick Stolee2-0/+168
2025-12-15Merge branch 'ps/object-read-stream' into ps/packfile-store-in-odb-sourceJunio C Hamano20-729/+779
2025-12-14The eighth batchJunio C Hamano1-0/+18
2025-12-14Merge branch 'je/doc-data-model'Junio C Hamano1-2/+0
2025-12-14Merge branch 'lo/repo-struct-z'Junio C Hamano3-7/+19
2025-12-14Merge branch 'kh/advise-w-git-help-in-branch'Junio C Hamano3-5/+5
2025-12-14Merge branch 'je/doc-pull'Junio C Hamano1-2/+2
2025-12-14Merge branch 'tc/meson-cross-compile-fix'Junio C Hamano2-2/+3
2025-12-14Merge branch 'js/last-modified-with-sparse-checkouts'Junio C Hamano2-1/+10
2025-12-14Merge branch 'rs/diff-index-find-copies-harder-optim'Junio C Hamano3-7/+31
2025-12-14Merge branch 'tc/last-modified-active-paths-optimization'Junio C Hamano1-1/+1
2025-12-14doc: replay: link section using markupKristoffer Haugsbakk1-1/+2
2025-12-14replay: improve --contained and add to docKristoffer Haugsbakk2-1/+5
2025-12-14doc: replay: mention no output on conflictsKristoffer Haugsbakk1-0/+4
2025-12-14t4014: support Git version strings with spacesRené Scharfe1-1/+1
2025-12-13cocci: use MEMZERO_ARRAY() a bit moreJunio C Hamano3-6/+6
2025-12-13coccicheck: emit the contents of cocci patchJunio C Hamano1-1/+1
2025-12-13Merge branch 'tc/memzero-array' into jc/memzero-arrayJunio C Hamano10-10/+36
2025-12-13scalar: alphabetize and simplify configDerrick Stolee1-30/+30
2025-12-13scalar: remove stale config valuesDerrick Stolee2-15/+10
2025-12-13scalar: use index.skipHash=true for performanceDerrick Stolee2-1/+5
2025-12-13scalar: annotate config file with "set by scalar"Derrick Stolee2-7/+20
2025-12-12pull: move options[] array into function scopeK Jayatheerth1-142/+141
2025-12-12FLEX_ARRAY: require platforms to support the C99 syntaxJunio C Hamano1-31/+2
2025-12-12replay: move onto NULL check before first useRené Scharfe1-3/+3
2025-12-12Merge branch 'sa/replay-atomic-ref-updates' into rs/replay-wrong-onto-fixJunio C Hamano4-43/+277
2025-12-12Makefile: help macOS novices by mentioning MacPortsJunio C Hamano1-1/+2
2025-12-11odb: write alternates via sourcesPatrick Steinhardt1-16/+35
2025-12-11odb: read alternates via sourcesPatrick Steinhardt1-6/+6
2025-12-11odb: drop forward declaration of `read_info_alternates()`Patrick Steinhardt1-71/+54
2025-12-11odb: remove mutual recursion when parsing alternatesPatrick Steinhardt1-33/+27
2025-12-11odb: stop splitting alternate in `odb_add_to_alternates_file()`Patrick Steinhardt1-1/+1
2025-12-11odb: move computation of normalized objdir into `alt_odb_usable()`Patrick Steinhardt1-12/+15
2025-12-11odb: resolve relative alternative paths when parsingPatrick Steinhardt1-32/+32
2025-12-11odb: refactor parsing of alternates to be self-containedPatrick Steinhardt1-30/+40
2025-12-11contrib/coccinelle: pass include paths to spatch(1)Toon Claes2-1/+7
2025-12-11git-compat-util: introduce MEMZERO_ARRAY() macroToon Claes8-9/+29
2025-12-11Merge branch 'tc/last-modified-active-paths-optimization' into tc/memzero-arrayJunio C Hamano1-1/+1
2025-12-11midx-write: skip rewriting MIDX with `--stdin-packs` unless neededPatrick Steinhardt3-28/+154
2025-12-11midx-write: extract function to test whether MIDX needs updatingPatrick Steinhardt1-3/+36
2025-12-11midx: fix `BUG()` when getting preferred pack without a reverse indexPatrick Steinhardt3-2/+16
2025-12-10fetch: fix failed batched updates skipping operationsKarthik Nayak2-1/+93
2025-12-10fetch: fix non-conflicting tags not being committedKarthik Nayak2-0/+70
2025-12-09doc: fix `update-ref` `symref-create` formattingSam Bostock1-1/+1
2025-12-09packfile: skip hash checks in add_promisor_object()Aaron Plattner1-1/+2
2025-12-09object: apply skip_hash and discard_tree optimizations to unknown blobs tooAaron Plattner1-2/+2