Skip to content

Instantly share code, notes, and snippets.

@ssherar
Created March 8, 2015 00:19
Show Gist options
  • Save ssherar/13a1cebe8b4aae2965f1 to your computer and use it in GitHub Desktop.
Save ssherar/13a1cebe8b4aae2965f1 to your computer and use it in GitHub Desktop.
def logs(self):
log_path = git.refs.RefLog.path(self.repo.head)
logs = git.refs.RefLog.from_file(log_path)[-5:]
for log in logs:
yield log.time[0], log.message
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment