Lines Matching refs:commit
88 if args.commit and args.diff:
95 if args.commit or args.diff:
104 if args.commit:
123 if args.sim and not args.commit and not args.diff:
135 if args.commit or args.diff:
141 if args.commit:
142 commit_a = args.commit + "~"
143 commit_b = args.commit
197 for commit in commits:
198 commit = commit.split(" ", 1)
199 print("\t- %s (\"%s\")" % (yel(commit[0]), commit[1]))
205 def reset(commit): argument
207 execute(["git", "reset", "--hard", commit])