mirror of https://github.com/go-gitea/gitea.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1167d523c4
When LFS hooks are present in gitea-repositories, operations like git push for creating a pull request fail. These repositories are not meant to include LFS files or git push them, that is handled separately. And so they should not have LFS hooks. Installing git-lfs on some systems (like Debian Linux) will automatically set up /etc/gitconfig to create LFS hooks in repositories. For most git commands in Gitea this is not a problem, either because they run on a temporary clone or the git command does not create LFS hooks. But one case where this happens is git archive for creating repository archives. To fix that, add a GIT_CONFIG_NOSYSTEM=1 to disable using the system configuration for that command. According to a comment, GIT_CONFIG_NOSYSTEM is not used for all git commands because the system configuration can be intentionally set up for Gitea to use. Resolves #19810, #21148 |
1 year ago | |
---|---|---|
.. | ||
actions | 1 year ago | |
activitypub | 1 year ago | |
analyze | 2 years ago | |
assetfs | 1 year ago | |
auth | 1 year ago | |
avatar | 2 years ago | |
base | 1 year ago | |
cache | 1 year ago | |
charset | 1 year ago | |
container | 2 years ago | |
context | 1 year ago | |
contexttest | 1 year ago | |
csv | 2 years ago | |
doctor | 1 year ago | |
emoji | 2 years ago | |
eventsource | 1 year ago | |
generate | 2 years ago | |
git | 1 year ago | |
gitgraph | 1 year ago | |
graceful | 1 year ago | |
hcaptcha | 2 years ago | |
highlight | 1 year ago | |
hostmatcher | 1 year ago | |
html | 2 years ago | |
httpcache | 2 years ago | |
httplib | 2 years ago | |
indexer | 1 year ago | |
issue/template | 2 years ago | |
json | 2 years ago | |
label | 2 years ago | |
lfs | 1 year ago | |
log | 1 year ago | |
markup | 1 year ago | |
mcaptcha | 2 years ago | |
metrics | 1 year ago | |
migration | 2 years ago | |
nosql | 2 years ago | |
options | 2 years ago | |
packages | 1 year ago | |
paginator | 2 years ago | |
pprof | 2 years ago | |
private | 1 year ago | |
process | 1 year ago | |
proxy | 2 years ago | |
proxyprotocol | 2 years ago | |
public | 1 year ago | |
queue | 1 year ago | |
recaptcha | 2 years ago | |
references | 1 year ago | |
regexplru | 2 years ago | |
repository | 1 year ago | |
secret | 2 years ago | |
session | 1 year ago | |
setting | 1 year ago | |
sitemap | 2 years ago | |
ssh | 1 year ago | |
storage | 1 year ago | |
structs | 1 year ago | |
svg | 2 years ago | |
sync | 2 years ago | |
system | 1 year ago | |
templates | 1 year ago | |
test | 1 year ago | |
testlogger | 2 years ago | |
timeutil | 1 year ago | |
translation | 2 years ago | |
turnstile | 2 years ago | |
typesniffer | 2 years ago | |
updatechecker | 1 year ago | |
upload | 2 years ago | |
uri | 2 years ago | |
user | 2 years ago | |
util | 1 year ago | |
validation | 1 year ago | |
web | 1 year ago | |
webhook | 1 year ago |