No description
Find a file
2024-06-23 09:06:49 +00:00
.forgejo/workflows Update .forgejo/workflows/backport.yml 2024-03-30 12:30:21 +00:00
a.go Upload files to "a.go" 2024-04-02 06:21:26 +00:00
.gitignore Initial commit 2024-02-15 18:14:44 +00:00
0.txt Add 0.txt 2024-06-23 09:06:26 +00:00
1.txt Add 1.txt 2024-06-23 09:06:49 +00:00
date date 2024-04-12 07:59:06 +02:00
example.adoc Add example.adoc 2024-06-16 23:57:16 +00:00
index.html Add index.html 2024-05-26 07:12:58 +00:00
README.md Update README.md 2024-04-02 07:02:56 +00:00

test01

asd fasdf

Lines 212 to 222 in da98b0f
out = &nilWriter{}
if setting.Git.VerbosePush {
if setting.Git.VerbosePushDelay > 0 {
dWriter := newDelayWriter(os.Stdout, setting.Git.VerbosePushDelay)
defer dWriter.Close()
out = dWriter
} else {
out = os.Stdout
}
}