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
2023-06-21init-db: document existing bug with core.bare in template configElijah Newren
2023-05-09t: drop "verbose" helper functionJeff King
2023-02-07tests: mark tests as passing with SANITIZE=leakÆvar Arnfjörð Bjarmason
2022-11-30t1301: do not change $CWD in "shared=all" test caseJiang Xin
2022-11-30t1301: use test_when_finished for cleanupJiang Xin
2022-11-30t1301: fix wrong template dir for git-initJiang Xin
2022-06-06tests: don't assume a .git/info for .git/info/refsÆvar Arnfjörð Bjarmason
2021-06-02t1301: fix typo in error messageHan-Wen Nienhuys
2020-11-20t[01]*: adjust the references to the default branch name "main"Johannes Schindelin
2020-11-20tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin
2019-05-13init: make --template path relative to $CWDNguyễn Thái Ngọc Duy
2017-06-25t1301: move modebits() to test-lib-functions.shChristian Couder
2016-09-14init: reset cached config when entering new repoJeff King
2016-09-14config: only read .git/config from configured reposJeff King
2015-03-20t1301: use modern test_* helpersJeff King
2015-01-07update-server-info: create info/* with mode 0666Jeff King
2015-01-06t1301: set umask in reflog sharedrepository=group testJeff King
2009-04-13Mark t1301 permission test to depend on POSIXPERMJunio C Hamano
2009-04-13t1301-shared-repo: fix forced modes testJohannes Sixt
2009-04-06Merge branch 'jc/shared-literally'Junio C Hamano
2009-04-01t1301: loosen test for forced modesJeff King
2009-03-28"core.sharedrepository = 0mode" should set, not loosenJunio C Hamano
2009-03-22Skip tests that require a filesystem that obeys POSIX permissionsJohannes Sixt
2008-10-20Fix testcase failure when extended attributes are in useJunio C Hamano
2008-10-17t1301-shared-repo.sh: don't let a default ACL interfere with the testMatt McCutchen
2008-07-12Fix backwards-incompatible handling of core.sharedRepositoryPetr Baudis
2008-06-16Make git reflog expire honour core.sharedRepository.Pierre Habouzit
2008-04-17Make core.sharedRepository more genericHeikki Orsila
2007-08-17t1301-shared-repo.sh: fix 'stat' portability issueArjen Laarhoven
2007-07-12Fix core.sharedRepository = 2Johannes Schindelin