summaryrefslogtreecommitdiff
path: root/t/t1302-repo-version.sh
AgeCommit message (Expand)Author
2020-07-30Merge branch 'jk/reject-newer-extensions-in-v0' into masterJunio C Hamano
2020-07-16verify_repository_format(): complain about new extensions in v0 repoJeff King
2020-05-27t1302: expect repo format version 1 for SHA-256brian m. carlson
2016-09-13config: only read .git/config from configured reposJeff King
2016-09-13t1302: use "git -C"Jeff King
2015-06-25introduce "preciousObjects" repository extensionJeff King
2015-06-25introduce "extensions" form of core.repositoryformatversionJeff King
2014-03-21t: prefer "git config --file" to GIT_CONFIGJeff King
2010-11-09tests: add missing &&Jonathan Nieder
2010-09-09t1302 (core.repositoryversion): style tweaksJonathan Nieder
2010-09-09tests: subshell indentation stylefixJonathan Nieder
2010-09-06Several tests: cd inside subshell instead of aroundJens Lehmann
2008-07-13t/: Use "test_must_fail git" instead of "! git"Stephan Beyer
2008-02-02Sane use of test_expect_failureJunio C Hamano
2007-12-05Do check_repository_format() early (re-fix)Nguyễn Thái Ngọc Duy