summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-08Merge branch 'mg/detect-compiler-in-c-locale' into maintJunio C Hamano
2022-06-08Merge branch 'cb/ci-make-p4-optional' into maintJunio C Hamano
2022-06-08Merge branch 'ab/valgrind-fixes' into maintJunio C Hamano
2022-06-08Merge branch 'jc/archive-add-file-normalize-mode' into maintJunio C Hamano
2022-06-08Merge branch 'jc/show-branch-g-current' into maintJunio C Hamano
2022-06-08Merge branch 'jc/update-ozlabs-url' into maintJunio C Hamano
2022-06-08Merge branch 'jc/http-clear-finished-pointer' into maintJunio C Hamano
2022-06-08Merge branch 'js/ci-gcc-12-fixes' into maintJunio C Hamano
2022-05-27http.c: clear the 'finished' member once we are done with itJunio C Hamano
2022-05-24dir.c: avoid "exceeds maximum object size" error with GCC v12.xJohannes Schindelin
2022-05-24nedmalloc: avoid new compile errorJohannes Schindelin
2022-05-24compat/win32/syslog: fix use-after-reallocJohannes Schindelin
2022-05-12t0034: add negative tests and allow git init to mostly work under sudoCarlo Marcelo Arenas Belón
2022-05-12git-compat-util: avoid failing dir ownership checks if running privilegedCarlo Marcelo Arenas Belón
2022-05-12t: regression git needs safe.directory when using sudoCarlo Marcelo Arenas Belón
2022-05-12ci: use https, not http to download binaries from perforce.comÆvar Arnfjörð Bjarmason
2022-05-12ci: reintroduce prevention from perforce being quarantined in macOSCarlo Marcelo Arenas Belón
2022-05-12ci: avoid brew for installing perforceCarlo Marcelo Arenas Belón
2022-05-12ci: make failure to find perforce more user friendlyCarlo Marcelo Arenas Belón
2022-05-12commit-graph.c: don't assume that stat() succeedsÆvar Arnfjörð Bjarmason
2022-05-12object-file: fix a unpack_loose_header() regression in 3b6a8db3b03Ævar Arnfjörð Bjarmason
2022-05-12log test: skip a failing mkstemp() test under valgrindÆvar Arnfjörð Bjarmason
2022-05-12tests: using custom GIT_EXEC_PATH breaks --valgrind testsÆvar Arnfjörð Bjarmason
2022-05-12archive: do not let on-disk mode leak to zip archivesJunio C Hamano
2022-05-11SubmittingPatches: use more stable git.ozlabs.org URLJunio C Hamano
2022-05-09detect-compiler: make detection independent of localeMichael J Gruber
2022-05-05Git 2.36.1v2.36.1Junio C Hamano
2022-05-05Merge branch 'ab/cc-package-fixes' into maintJunio C Hamano
2022-05-05Merge branch 'jc/cocci-xstrdup-or-null-fix' into maintJunio C Hamano
2022-05-05Merge branch 'rs/format-patch-pathspec-fix' into maintJunio C Hamano
2022-05-05Merge branch 'rs/fast-export-pathspec-fix' into maintJunio C Hamano
2022-05-05Merge branch 'jc/show-pathspec-fix' into maintJunio C Hamano
2022-05-05Merge branch 'rs/name-rev-fix-free-after-use' into maintJunio C Hamano
2022-05-05Merge branch 'jc/diff-tree-stdin-fix' into maintJunio C Hamano
2022-05-05Merge branch 'gc/submodule-update-part2' into maintJunio C Hamano
2022-04-30cocci: drop bogus xstrdup_or_null() ruleJunio C Hamano
2022-04-30clone: plug a miniscule leakJunio C Hamano
2022-04-302.36 fast-export regression fixRené Scharfe
2022-04-302.36 format-patch regression fixRené Scharfe
2022-04-292.36 show regression fixJunio C Hamano
2022-04-26submodule--helper: fix initialization of warn_if_uninitializedOrgad Shaneh
2022-04-262.36 gitk/diff-tree --stdin regression fixJunio C Hamano
2022-04-25cache: use const char * for get_object_directory()Derrick Stolee
2022-04-25multi-pack-index: use --object-dir real pathDerrick Stolee
2022-04-25midx: use real paths in lookup_multi_pack_index()Derrick Stolee
2022-04-23Revert "name-rev: release unused name strings"René Scharfe
2022-04-22CI: select CC based on CC_PACKAGE (again)Ævar Arnfjörð Bjarmason
2022-04-21show-branch: -g and --current are incompatibleJunio C Hamano
2022-04-21rebase: use correct base for --keep-base when a branch is givenAlex Henrie
2022-04-17Git 2.36v2.36.0Junio C Hamano