Lines Matching full:commit
8 Fill the "Commit" and "Removed" fields of doc/README.scrapyard
13 doc/README.scrapyard leaving "Commit" and "Removed" fields blank.
15 The "Commit" field is the commit hash in which the board was removed
29 The "Commit" and "Removed" fields must be "-". The other fields should
30 have already been filled in by a former commit.
44 """Get the commit that last modified the given line.
47 file and returns the commit hash that last modified it.
55 Commit hash that last modified the line. The number of digits is
56 long enough to form a unique commit.
60 commit = result.split()[0]
62 if commit[0] == '^':
66 if commit == '0' * len(commit):
70 return commit
72 def get_committer_date(commit): argument
73 """Get the committer date of the given commit.
75 This function returns the date when the given commit was applied.
78 commit: commit-ish object.
81 The committer date of the given commit in the form YY-MM-DD.
84 '--format=%ci', commit])
142 # fill "Commit" field