diff options
author | Nick Hilliard <nick@foobar.org> | 2015-12-27 19:45:12 +0000 |
---|---|---|
committer | Nick Hilliard <nick@foobar.org> | 2015-12-27 19:45:12 +0000 |
commit | 1300400441870f0caad1f01f447a4d887c67b330 (patch) | |
tree | d5f7147b0944dbfd4bca08220225213e90581685 /extra | |
parent | 18d084a99dad9c49a5123a67b19aad6540f15e11 (diff) |
added warning not to set the staging directory to be the same as the git repo
Diffstat (limited to 'extra')
-rwxr-xr-x | extra/oxidized-report-git-commits | 5 |
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 |