diff options
author | wxiaoguang <wxiaoguang@gmail.com> | 2023-05-31 17:07:51 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-31 17:07:51 +0800 |
commit | a90988d63f25f510886073f2b4f00780e775fed0 (patch) | |
tree | 7f564785eb061dc00db5827d60505c3ee0839f2e /.gitignore | |
parent | a5acec329e2ca61044f1e1d96858624f2c4a46ac (diff) | |
download | gitea-a90988d63f25f510886073f2b4f00780e775fed0.tar.gz gitea-a90988d63f25f510886073f2b4f00780e775fed0.zip |
Update repo's default branch when adding new files in an empty one (#25017)
Fix #25014
Only API needs this fix. On the Web UI, users could only add new file on
the default branch.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 7ae3455d46..c53caa9806 100644 --- a/.gitignore +++ b/.gitignore @@ -47,6 +47,7 @@ cpu.out *.db *.log +*.log.*.gz /gitea /gitea-vet |