aboutsummaryrefslogtreecommitdiff
path: root/ISSUES.md
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-08-22 01:09:10 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-08-22 01:09:10 +1200
commit6be02569463c012cda55a7001727912fc4b12900 (patch)
tree7fe80cedd27bdc3aa467efae3ce05d41b37c496b /ISSUES.md
parentMerge branch 'release/v7.14.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-6be02569463c012cda55a7001727912fc4b12900.tar.gz
dotfiles-6be02569463c012cda55a7001727912fc4b12900.zip
Merge branch 'release/v7.15.0'v7.15.0
* release/v7.15.0: Rewrite Git pre-commit hook, silence bad error
Diffstat (limited to 'ISSUES.md')
-rw-r--r--ISSUES.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/ISSUES.md b/ISSUES.md
index 597d7bd8..103c3a98 100644
--- a/ISSUES.md
+++ b/ISSUES.md
@@ -30,9 +30,3 @@ 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>...]'