aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-07-22 23:33:52 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-07-22 23:33:52 +1200
commit4c6c64f757035a5258dc762164d0bacf9605dfda (patch)
treefc9c08bb1f81f7c0408ba93686a8baac5beff039
parentSet font for Vim 2html.vim (diff)
downloaddotfiles-4c6c64f757035a5258dc762164d0bacf9605dfda.tar.gz
dotfiles-4c6c64f757035a5258dc762164d0bacf9605dfda.zip
Add a Git hooks issue with new repositories
-rw-r--r--ISSUES.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/ISSUES.md b/ISSUES.md
index 103c3a98..597d7bd8 100644
--- a/ISSUES.md
+++ b/ISSUES.md
@@ -30,3 +30,9 @@ Known issues
pushed upstream.
* The `_text_filenames` completion handler for Bash won't work on files with
newlines in their names. Can it be made to?
+* First commit to a new repository fails with the Git template hooks because
+ the HEAD ref doesn't exist yet:
+
+ fatal: ambiguous argument 'HEAD': unknown revision or path not in the working tree.
+ Use '--' to separate paths from revisions, like this:
+ 'git <command> [<revision>...] -- [<file>...]'