Commit Graph

271 Commits (25677cdc5b11f7100ca2e4b0819e02ca62e22ab1)

Author SHA1 Message Date
zeripath fb5f7791ef
Prevent off-by-one error on comments on newly appended lines (#18029) 3 years ago
zeripath f1e85622da
Improve TestPatch to use git read-tree -m and implement git-merge-one-file functionality (#18004) 3 years ago
zeripath 8354670708
Prevent hang in git cat-file if repository is not a valid repository and other fixes (#17991) 3 years ago
zeripath 9e6e1dc950
Improve checkBranchName (#17901) 3 years ago
mscherer 34b5436ae1
Refactor various strings (#17784) 3 years ago
zeripath 01087e9eef
Make Requests Processes and create process hierarchy. Associate OpenRepository with context. (#17125) 3 years ago
Gusted d1f5584039
Simplify code for wrting SHA to name-rev (#17696) 3 years ago
zeripath 3c4724d70e
Add .gitattribute assisted language detection to blame, diff and render (#17590) 3 years ago
wxiaoguang 750a8465f5
A better go code formatter, and now `make fmt` can run in Windows (#17684) 3 years ago
zeripath bbffcc3aec
Multiple Escaping Improvements (#17551) 3 years ago
KN4CK3R f99d50fc9f
Read expected buffer size (#17409) 3 years ago
Lunny Xiao 4a57c9ea17
Fix some lints (#17337) 3 years ago
zeripath 58cd55d353
Check for context exceeded in WalkGitLog (#17319) 3 years ago
zeripath a889d0cc8c
Add buttons to allow loading of incomplete diffs (#16829) 3 years ago
zeripath 01b9d35f1a
Disable core.protectNTFS (#17300) 3 years ago
a1012112796 bb39359668
Add a simple way to rename branch like gh (#15870) 3 years ago
zeripath 001dbf100d
Defer Last Commit Info (#16467) 3 years ago
Norwin f48dce3176
Don't return binary file changes in raw PR diffs by default (#17158) 3 years ago
zeripath 920608e592
Support direct comparison (git diff a..b) as well merge comparison (a...b) (#16635) 3 years ago
Alexey 〒erentyev 7e9bd206fd
Fix bundle creation (#17079) 3 years ago
Eng Zer Jun f2e7d5477f
refactor: move from io/ioutil to io and os package (#17109) 3 years ago
wxiaoguang b231d0deab
Ignore Sync errors on pipes when doing `CheckAttributeReader.CheckPath`, fix the hang of `git cat-file` (#17096) 3 years ago
zeripath 25533657f6
Add caller to cat-file batch calls (#17082) 3 years ago
Jimmy Praet 3d6cb25e31
Support unprotected file patterns (#16395) 3 years ago
6543 77f604a928
Add skip and limit to git.GetTags (#16897) 3 years ago
zeripath 0faf175694
Fix missing close in WalkGitLog (#17008) 3 years ago
zeripath 248b96d8a3
Use git attributes to determine generated and vendored status for language stats and diffs (#16773) 3 years ago
6543 d21702475b
Fix git.Blob.DataAsync(): close pipe since we return a NopCloser (#16899) 3 years ago
zeripath e891d68dd7
Prevent NPE on empty commit (#16812) 3 years ago
John Olheiser 648464b504
Add bundle download for repository (#14538) 3 years ago
Lunny Xiao f9acad82ca
Add proxy settings and support for migration and webhook (#16704) 3 years ago
6543 2289580bb7
[API] generalize list header (#16551) 3 years ago
nitul1991 2d25b7d44b
Add an api endpoint to fetch git notes (#15373) (#16649) 3 years ago
KN4CK3R d9ef43a712
Replace `list.List` with slices (#16311) 3 years ago
nitul1991 23d438f565
Change the implementation of the go-git version of GetNote to mirror the non go-git version when passed a non-existent commit (#16658) 3 years ago
a1012112796 3705168837
Add agit flow support in gitea (#14295) 3 years ago
zeripath 97381aad5d
Make cancel from CatFileBatch and CatFileBatchCheck wait for the command to end (#16479) 3 years ago
6543 b26c3b482f
Add TestPrepareWikiFileName (#16487) 3 years ago
luzpaz e0296b6a6d
Fix various documentation, user-facing, and source comment typos (#16367) 3 years ago
zeripath 62c278e4ab
Fix modified files list in webhooks when there is a space (#16288) 3 years ago
zeripath 9979983283
Update Go-Git to take advantage of LargeObjectThreshold (#16316) 3 years ago
KN4CK3R 7d70a6eff8
Fix webhook commits wrong hash on HEAD reset (#16283) 3 years ago
zeripath add74fb368
Fix panic in recursive cache (#16298) 3 years ago
zeripath 19ac575d57
Limit stdout tracelog to actual stdout (#16258) 3 years ago
Lunny Xiao e3c626834b
Let package git depend on setting but not opposite (#15241) 3 years ago
6543 3ef23d5411
Use gitea logging module for git module (#16243) 3 years ago
KN4CK3R 4cc63e9919
Fix diff expansion is missing final line in a file (#16222) 3 years ago
Lunny Xiao b223d36195
Rework repository archive (#14723) 3 years ago
Viktor Yakovchuk 08f4b3f312
Fix 500 Error with branch and tag sharing the same name #15592 (#16040) 3 years ago
zeripath 196593e2e9
More efficiently parse shas for shaPostProcessor (#16101) 3 years ago