Searched defs:commit_date (Results 1 – 4 of 4) sorted by relevance
53 commit_date = 'invalid-date' variable57 commit_date = grab_output('git show -s --format=%ci HEAD', cwd) variable
53 commit_date = grab_output('git show -s --format=%ci HEAD', cwd) variable56 commit_date = 'invalid-date' variable
93 commit_date = 'unknown date' variable100 commit_date = grab_output('git show -s --format=%ci HEAD', cwd) variable
76 def commit_date(self, commit): member in RepoManager