Lines Matching refs:commit
87 if args.commit and args.diff:
94 if args.commit or args.diff:
103 if args.commit:
104 if args.commit.startswith('HEAD'):
125 if args.sim and not args.commit and not args.diff:
137 if args.commit or args.diff:
143 if args.commit:
144 commit_a = args.commit + "~"
145 commit_b = args.commit
199 for commit in commits:
200 commit = commit.split(" ", 1)
201 print("\t- %s (\"%s\")" % (yel(commit[0]), commit[1]))
207 def reset(commit): argument
209 execute(["git", "reset", "--hard", commit])