aboutsummaryrefslogtreecommitdiffstats
path: root/modules/git
Commit message (Expand)AuthorAgeFilesLines
* TestRepository_GetTag intermittently panics due to an NPE (#18043)zeripath2021-12-211-1/+7
* Simplify parameter types (#18006)Gusted2021-12-205-7/+7
* Prevent off-by-one error on comments on newly appended lines (#18029)zeripath2021-12-202-0/+53
* Improve TestPatch to use git read-tree -m and implement git-merge-one-file fu...zeripath2021-12-191-1/+5
* Prevent hang in git cat-file if repository is not a valid repository and othe...zeripath2021-12-163-1/+23
* Improve checkBranchName (#17901)zeripath2021-12-084-22/+73
* Refactor various strings (#17784)mscherer2021-12-025-16/+25
* Make Requests Processes and create process hierarchy. Associate OpenRepositor...zeripath2021-11-3031-149/+169
* Simplify code for wrting SHA to name-rev (#17696)Gusted2021-11-181-17/+8
* Add .gitattribute assisted language detection to blame, diff and render (#17590)zeripath2021-11-174-60/+92
* A better go code formatter, and now `make fmt` can run in Windows (#17684)wxiaoguang2021-11-174-0/+4
* Multiple Escaping Improvements (#17551)zeripath2021-11-161-1/+3
* Read expected buffer size (#17409)KN4CK3R2021-10-241-1/+2
* Fix some lints (#17337)Lunny Xiao2021-10-171-3/+1
* Check for context exceeded in WalkGitLog (#17319)zeripath2021-10-151-0/+3
* Add buttons to allow loading of incomplete diffs (#16829)zeripath2021-10-151-8/+12
* Disable core.protectNTFS (#17300)zeripath2021-10-131-0/+6
* Add a simple way to rename branch like gh (#15870)a10121127962021-10-081-0/+6
* Defer Last Commit Info (#16467)zeripath2021-10-088-69/+85
* Don't return binary file changes in raw PR diffs by default (#17158)Norwin2021-09-271-6/+14
* Support direct comparison (git diff a..b) as well merge comparison (a...b) (#...zeripath2021-09-271-5/+17
* Fix bundle creation (#17079)Alexey 〒erentyev2021-09-261-7/+17
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-2215-37/+30
* Ignore Sync errors on pipes when doing `CheckAttributeReader.CheckPath`, fix ...wxiaoguang2021-09-2034-60/+948
* Add caller to cat-file batch calls (#17082)zeripath2021-09-171-2/+21
* Support unprotected file patterns (#16395)Jimmy Praet2021-09-111-0/+44
* Add skip and limit to git.GetTags (#16897)65432021-09-102-3/+15
* Fix missing close in WalkGitLog (#17008)zeripath2021-09-101-7/+16
* Use git attributes to determine generated and vendored status for language st...zeripath2021-09-095-12/+612
* Fix git.Blob.DataAsync(): close pipe since we return a NopCloser (#16899)65432021-08-311-4/+2
* Prevent NPE on empty commit (#16812)zeripath2021-08-241-0/+3
* Add bundle download for repository (#14538)John Olheiser2021-08-2446-0/+79
* Add proxy settings and support for migration and webhook (#16704)Lunny Xiao2021-08-182-18/+61
* [API] generalize list header (#16551)65432021-08-122-13/+9
* Add an api endpoint to fetch git notes (#15373) (#16649)nitul19912021-08-112-1/+21
* Replace `list.List` with slices (#16311)KN4CK3R2021-08-095-36/+31
* Change the implementation of the go-git version of GetNote to mirror the non ...nitul19912021-08-092-0/+15
* Add agit flow support in gitea (#14295)a10121127962021-07-282-0/+69
* Make cancel from CatFileBatch and CatFileBatchCheck wait for the command to e...zeripath2021-07-201-2/+13
* Add TestPrepareWikiFileName (#16487)65432021-07-201-0/+21
* Fix various documentation, user-facing, and source comment typos (#16367)luzpaz2021-07-084-8/+8
* Fix modified files list in webhooks when there is a space (#16288)zeripath2021-07-022-18/+152
* Update Go-Git to take advantage of LargeObjectThreshold (#16316)zeripath2021-06-301-1/+3
* Fix webhook commits wrong hash on HEAD reset (#16283)KN4CK3R2021-06-3016-5/+48
* Fix panic in recursive cache (#16298)zeripath2021-06-291-1/+2
* Limit stdout tracelog to actual stdout (#16258)zeripath2021-06-261-1/+5
* Let package git depend on setting but not opposite (#15241)Lunny Xiao2021-06-264-12/+78
* Use gitea logging module for git module (#16243)65432021-06-2517-45/+59
* Fix diff expansion is missing final line in a file (#16222)KN4CK3R2021-06-241-3/+8
* Rework repository archive (#14723)Lunny Xiao2021-06-231-17/+14