summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorNick Hilliard <nick@foobar.org>2015-12-27 19:45:12 +0000
committerNick Hilliard <nick@foobar.org>2015-12-27 19:45:12 +0000
commit1300400441870f0caad1f01f447a4d887c67b330 (patch)
treed5f7147b0944dbfd4bca08220225213e90581685 /extra
parent18d084a99dad9c49a5123a67b19aad6540f15e11 (diff)
added warning not to set the staging directory to be the same as the git repo
Diffstat (limited to 'extra')
-rwxr-xr-xextra/oxidized-report-git-commits5
1 files changed, 5 insertions, 0 deletions
diff --git a/extra/oxidized-report-git-commits b/extra/oxidized-report-git-commits
index 40fd2f4..2b1a2d7 100755
--- a/extra/oxidized-report-git-commits
+++ b/extra/oxidized-report-git-commits
@@ -27,6 +27,11 @@
# async: true
# timeout: 120
#
+#
+# The script takes a single argument, namely a git working directory name,
+# e.g. "~/gitdir/". This is only used as a staging directory and should
+# not be set to be the same as the git repo directory.
+#
PATH=${PATH}:/usr/local/bin:/usr/local/sbin
export PATH