summaryrefslogtreecommitdiffstats
path: root/modules/git
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix 500 Error with branch and tag sharing the same name #15592 (#16040)Viktor Yakovchuk2021-06-232-0/+24
* More efficiently parse shas for shaPostProcessor (#16101)zeripath2021-06-212-0/+42
* Use git log name-status in get last commit (#16059)zeripath2021-06-217-295/+467
* Fix missing discard in repo_language_stats (#16030)zeripath2021-06-161-7/+3
* Add push to remote mirror repository (#15157)KN4CK3R2021-06-142-6/+49
* Fixed assert statements. (#16089)KN4CK3R2021-06-073-9/+9
* Make commit info cancelable (#16032)zeripath2021-06-068-30/+51
* Add Image Diff for SVG files (#14867)KN4CK3R2021-06-052-70/+13
* git migration: don't prompt interactively for clone credentials (#15902)Norwin2021-05-171-2/+8
* Fix LFS commit finder not working (#15856)KN4CK3R2021-05-143-9/+12
* Tagger can be empty, as can Commit and Author - tolerate this (#15835)zeripath2021-05-122-1/+4
* On open repository open common cat file batch and batch-check (#15667)zeripath2021-05-1022-158/+442
* Tests should use test files (#15801)65432021-05-091-10/+5
* Performance improvement for last commit cache and show-ref (#15455)zeripath2021-05-023-5/+30
* Fix NPE on view commit with notes (#15561)zeripath2021-04-211-1/+8
* Fix lfs management find (#15537)Lunny Xiao2021-04-213-4/+5
* Fix ambiguous argument error on tags (#15432)zeripath2021-04-141-8/+1
* use repo1_bare to test against (#15402)65432021-04-111-26/+11
* Speed up `enry.IsVendor` (#15213)zeripath2021-04-012-2/+2
* response 404 for diff/patch of a commit that not exist (#15221)a10121127962021-04-011-1/+1
* support gitmailmap in GetCodeActivityStats() (#15009)a10121127962021-03-171-1/+1
* Make manual merge autodetection optional and add manual merge as merge method...a10121127962021-03-032-0/+24
* Move Bleve and Elastic code indexers to use a common cat-file --batch (#14781)zeripath2021-03-034-71/+39
* Fix paging of file commit logs (#14831)zeripath2021-03-041-2/+34
* Create tag on ui (#13467)a10121127962021-02-281-1/+1