Home | History | Annotate | Download | only in release

Lines Matching full:commit

34 # Regular expression that matches a single commit footer line.
37 # Footer metadata key for commit position.
38 COMMIT_POSITION_FOOTER_KEY = 'Cr-Commit-Position'
40 # Regular expression to parse a commit position
43 # Key for the 'git-svn' ID metadata commit footer entry.
53 """Returns: (dict) A dictionary of commit message footer entries.
218 args.append("--use-commit-queue")
229 args = ["commit"]
261 """Dumps the 'git' log for a specific revision and parses out the commit
264 If a commit position metadata key is found, its number will be returned.
272 # Search for commit position metadata
285 raise GitFailedException("Couldn't determine commit position for %s" %