ref: cdaadd40d3db748ac9e5ab2ea2f74ab306fc8505
parent: 227f873058da9b5c099b6fde577d8980bad7364a
author: qwx <qwx@sciops.net>
date: Sat Apr 9 07:01:08 EDT 2022
gp: take arguments and print spaces between commits
--- a/bin/gp
+++ b/bin/gp
@@ -1,2 +1,2 @@
#!/bin/rc
-git/log | awk '$1 == "Hash:" { system("git/export " $2) }'
+git/log $* | awk '$1 == "Hash:" { system("git/export " $2); print ""}'