Sam's advice

This commit is contained in:
Jay McCarthy 2010-04-28 13:39:27 -06:00
parent 7cd703f034
commit 123672d897

View File

@ -108,7 +108,7 @@
(system/output-port
#:k (curry parse-push rev who)
(git-path)
"--no-pager" "log" "--date=iso" "--name-only"
"--no-pager" "log" "--date=iso" "--name-only" "--no-merges"
(format "~a..~a" start-commit end-commit))))
(provide/contract
[struct git-push