summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2022-05-05Git 2.36.1v2.36.1Junio C Hamano-2/+35
2022-05-05Merge branch 'ab/cc-package-fixes' into maintJunio C Hamano-1/+1
2022-05-05Merge branch 'jc/cocci-xstrdup-or-null-fix' into maintJunio C Hamano-8/+0
2022-05-05Merge branch 'rs/format-patch-pathspec-fix' into maintJunio C Hamano-9/+33
2022-05-05Merge branch 'rs/fast-export-pathspec-fix' into maintJunio C Hamano-0/+8
2022-05-05Merge branch 'jc/show-pathspec-fix' into maintJunio C Hamano-5/+37
2022-05-05Merge branch 'rs/name-rev-fix-free-after-use' into maintJunio C Hamano-16/+5
2022-05-05Merge branch 'jc/diff-tree-stdin-fix' into maintJunio C Hamano-0/+18
2022-05-05Merge branch 'gc/submodule-update-part2' into maintJunio C Hamano-1/+33
2022-05-04trace2 docs: add missing full stopJohannes Schindelin-1/+1
2022-05-04trace2 docs: clarify what `varargs` is all aboutJohannes Schindelin-1/+1
2022-05-04trace2 docs: fix a JSON formatted exampleJohannes Schindelin-1/+1
2022-05-04trace2 docs: surround more terms in backticksJohannes Schindelin-7/+7
2022-05-04trace2 docs: "printf" is not an English wordJohannes Schindelin-6/+6
2022-05-04trace2 docs: a couple of grammar fixesJohannes Schindelin-8/+8
2022-05-04git-p4: improve encoding handling to support inconsistent encodingsTao Klerks-18/+572
2022-05-04A bit more regression fixes for 2.36Junio C Hamano-0/+34
2022-05-04Merge branch 'cm/reftable-0-length-memset'Junio C Hamano-3/+6
2022-05-04Merge branch 'ab/cc-package-fixes'Junio C Hamano-1/+1
2022-05-04Merge branch 'ds/midx-normalize-pathname-before-comparison'Junio C Hamano-17/+49
2022-05-04Merge branch 'jc/cocci-xstrdup-or-null-fix'Junio C Hamano-8/+0
2022-05-04Merge branch 'jc/clone-remote-name-leak-fix'Junio C Hamano-1/+3
2022-05-04Merge branch 'rs/format-patch-pathspec-fix'Junio C Hamano-9/+33
2022-05-04Merge branch 'rs/fast-export-pathspec-fix'Junio C Hamano-0/+8
2022-05-04Merge branch 'jc/show-pathspec-fix'Junio C Hamano-5/+37
2022-05-02tree-wide: apply equals-null.cocciJunio C Hamano-2/+2
2022-05-02Merge branch 'ep/maint-equals-null-cocci' into ep/equals-null-cocciJunio C Hamano-150/+180
2022-05-02tree-wide: apply equals-null.cocciJunio C Hamano-9/+9
2022-05-02Merge branch 'ep/maint-equals-null-cocci' for maint-2.35Junio C Hamano-141/+171
2022-05-02tree-wide: apply equals-null.cocciJunio C Hamano-141/+141
2022-05-02contrib/coccinnelle: add equals-null.cocciElia Pinto-0/+30
2022-04-30cocci: drop bogus xstrdup_or_null() ruleJunio C Hamano-8/+0
2022-04-30clone: plug a miniscule leakJunio C Hamano-1/+3
2022-04-302.36 fast-export regression fixRené Scharfe-0/+8
2022-04-302.36 format-patch regression fixRené Scharfe-9/+33
2022-04-292.36 show regression fixJunio C Hamano-5/+37
2022-04-29push: new config option "push.autoSetupRemote" supports "simple" pushTao Klerks-8/+62
2022-04-29push: default to single remote even when not named originTao Klerks-6/+81
2022-04-29branch: new autosetupmerge option 'simple' for matching branchesTao Klerks-14/+94
2022-04-28Some regression fixes for 2.36Junio C Hamano-2/+21
2022-04-28Merge branch 'rs/name-rev-fix-free-after-use'Junio C Hamano-16/+5
2022-04-28Merge branch 'jc/diff-tree-stdin-fix'Junio C Hamano-0/+18
2022-04-28Merge branch 'gc/submodule-update-part2'Junio C Hamano-1/+33
2022-04-27safe.directory: document and check that it's ignored in the environmentSZEDER Gábor-2/+17
2022-04-27t0033-safe-directory: check when 'safe.directory' is ignoredSZEDER Gábor-0/+13
2022-04-27t0033-safe-directory: check the error message without matching the trash dirSZEDER Gábor-1/+1
2022-04-26rev-parse: integrate with sparse indexDerrick Stolee-20/+28
2022-04-26object-name: diagnose trees in index properlyDerrick Stolee-8/+16
2022-04-26object-name: reject trees found in the indexDerrick Stolee-10/+20
2022-04-26show: integrate with the sparse indexDerrick Stolee-4/+25