Home | History | Annotate | Download | only in checkperms

Lines Matching refs:bare

460 def get_scm(dir_path, bare):
465 if not bare:
467 return ApiSvnQuick(dir_path or root, bare)
470 if not bare:
472 return ApiGit(dir_path or root, bare)
475 if not bare:
477 return ApiBase(dir_path or cwd, bare)
497 '--bare',
500 help='Prints the bare filename triggering the checks')
517 errors = check_files(options.root, options.files, options.bare)
521 api = get_scm(options.root, options.bare)
529 if not options.bare:
534 if not options.bare:
538 if not options.bare: