-
-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Labels
Description
- Gitea version (or commit ref): 1.4.0 (final release) (issue initially got on 1.4.0rc3)
- Git version: 2.1.4
- Operating system:
- Database (use
[x]
):- PostgreSQL
- MySQL
- MSSQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL)
- No
- Not relevant
- Log gist:
Description
Done on any repo (test made on a fresh new repo, after the initial commit)
- I'm creating a "new file" (named
test.md
) in a "new branch" (a banch namedtest
) with a commit messagetest
- I got the following error message, with a HL on the filename (like a bad file name)
PushUpdate: newCommit.CommitsBeforeLimit: exit status 129 - error: unknown option `contains' usage: git for-each-ref [options] [] -s, --shell quote placeholders suitably for shells -p, --perl quote placeholders suitably for perl --python quote placeholders suitably for python --tcl quote placeholders suitably for tcl --count show only matched refs --format format to use for the output --sort field name to sort on
- in fact the branch
test
successfully is created.
It seems a "post-*" hook issue.