Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-18git-compat-util: allow root to access both SUDO_UID and root ownedCarlo Marcelo Arenas Belón
2022-06-09Prepare for 2.36.2Junio C Hamano
2022-06-09Merge branch 'jc/clone-remote-name-leak-fix' into maintJunio C Hamano
2022-06-09Merge branch 'ds/midx-normalize-pathname-before-comparison' into maintJunio C Hamano
2022-06-09Merge branch 'ah/rebase-keep-base-fix' into maintJunio C Hamano
2022-06-09Merge branch 'pw/test-malloc-with-sanitize-address' into maintJunio C Hamano
2022-06-09Merge branch 'rs/commit-summary-wo-break-rewrite' into maintJunio C Hamano
2022-06-09Merge branch 'mg/detect-compiler-in-c-locale' into maintJunio C Hamano
2022-06-09Merge branch 'cb/ci-make-p4-optional' into maintJunio C Hamano
2022-06-09Merge branch 'ab/valgrind-fixes' into maintJunio C Hamano
2022-06-09Merge branch 'jc/archive-add-file-normalize-mode' into maintJunio C Hamano
2022-06-09Merge branch 'jc/show-branch-g-current' into maintJunio C Hamano
2022-06-09Merge branch 'jc/update-ozlabs-url' into maintJunio C Hamano
2022-06-09Merge branch 'jc/http-clear-finished-pointer' into maintJunio C Hamano
2022-06-09Merge branch 'js/ci-gcc-12-fixes' into maintJunio C Hamano
2022-05-28http.c: clear the 'finished' member once we are done with itJunio C Hamano
2022-05-25dir.c: avoid "exceeds maximum object size" error with GCC v12.xJohannes Schindelin
2022-05-25nedmalloc: avoid new compile errorJohannes Schindelin
2022-05-25compat/win32/syslog: fix use-after-reallocJohannes Schindelin
2022-05-13t0034: add negative tests and allow git init to mostly work under sudoCarlo Marcelo Arenas Belón
2022-05-13git-compat-util: avoid failing dir ownership checks if running privilegedCarlo Marcelo Arenas Belón
2022-05-13t: regression git needs safe.directory when using sudoCarlo Marcelo Arenas Belón
2022-05-13ci: use https, not http to download binaries from perforce.comÆvar Arnfjörð Bjarmason
2022-05-13ci: reintroduce prevention from perforce being quarantined in macOSCarlo Marcelo Arenas Belón
2022-05-13ci: avoid brew for installing perforceCarlo Marcelo Arenas Belón
2022-05-13ci: make failure to find perforce more user friendlyCarlo Marcelo Arenas Belón
2022-05-13commit-graph.c: don't assume that stat() succeedsÆvar Arnfjörð Bjarmason
2022-05-13object-file: fix a unpack_loose_header() regression in 3b6a8db3b03Ævar Arnfjörð Bjarmason
2022-05-13log test: skip a failing mkstemp() test under valgrindÆvar Arnfjörð Bjarmason
2022-05-13tests: using custom GIT_EXEC_PATH breaks --valgrind testsÆvar Arnfjörð Bjarmason
2022-05-13archive: 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-06Git 2.36.1v2.36.1Junio C Hamano
2022-05-06Merge branch 'ab/cc-package-fixes' into maintJunio C Hamano
2022-05-06Merge branch 'jc/cocci-xstrdup-or-null-fix' into maintJunio C Hamano
2022-05-06Merge branch 'rs/format-patch-pathspec-fix' into maintJunio C Hamano
2022-05-06Merge branch 'rs/fast-export-pathspec-fix' into maintJunio C Hamano
2022-05-06Merge branch 'jc/show-pathspec-fix' into maintJunio C Hamano
2022-05-06Merge branch 'rs/name-rev-fix-free-after-use' into maintJunio C Hamano
2022-05-06Merge branch 'jc/diff-tree-stdin-fix' into maintJunio C Hamano
2022-05-06Merge branch 'gc/submodule-update-part2' into maintJunio C Hamano
2022-05-01cocci: drop bogus xstrdup_or_null() ruleJunio C Hamano
2022-05-01clone: 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-302.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