Lines Matching refs:git
29 import gitlint.git as git
66 SUBPATH_FOR_TEST_DATA_FILES = _FindFoldersContaining(git.repository_root(),
110 if not git.repository_root():
111 print 'FAILURE: not inside a git repository'
116 commit = git.last_commit()
143 root = git.repository_root()
144 untracked_files = git.modified_files(root, False)
207 modified_lines = git.modified_lines(file_name,
269 root = git.repository_root()
270 pending_files = git.modified_files(root, True)
275 modified_files = git.modified_files(root, True, commit)
309 ['git', 'show', commit + ':' + rel_path])