Home | History | Annotate | Download | only in checkperms

Lines Matching full:bare

397 def get_scm(dir_path, bare):
402 if not bare:
404 return ApiGit(dir_path or root, bare)
407 if not bare:
409 return ApiBase(dir_path or cwd, bare)
429 '--bare',
432 help='Prints the bare filename triggering the checks')
450 # --file implies --bare (for PRESUBMIT.py).
451 options.bare = True
455 api = get_scm(options.root, options.bare)
459 if not options.bare:
468 if options.bare:
474 if not options.bare: