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