We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ced641 commit 4ea2860Copy full SHA for 4ea2860
ldoc_changed.sh
@@ -0,0 +1,6 @@
1
+#!/bin/sh
2
+#
3
+# Run `ldoc` against the current directory, then `git checkout` any files whose only change is the "Last updated" line
4
+
5
+ldoc .
6
+git diff -G"<i style=\"float:right;\">Last updated " --numstat | awk '{if ($1==1 && $2==1) {print $3} }' | xargs git checkout
0 commit comments