summaryrefslogtreecommitdiffstats
path: root/modules/git
Commit message (Expand)AuthorAgeFilesLines
* Render READMEs in docs/ .gitea or .github from root (#10361)zeripath2020-02-212-0/+38
* Add detected file language to code search (#10256)Lauris BH2020-02-201-18/+9
* Language statistics bar for repositories (#8037)Lauris BH2020-02-111-0/+116
* Fix commit between two commits calculation if there is only last commit (#10225)Lauris BH2020-02-111-1/+1
* Cache last commit to accelerate the repository directory page visit (#10069)Lunny Xiao2020-02-012-3/+48
* Some refactor on git diff and ignore getting commit information failed on mig...Lunny Xiao2020-01-282-0/+342
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-242-5/+6
* Make archive prefixing configurable with a global setting (#9943)zeripath2020-01-221-9/+35
* Add top author stats to activity page (#9615)Lauris BH2020-01-202-8/+34
* Add require signed commit for protected branch (#9708)zeripath2020-01-153-7/+119
* Mark PR reviews as stale at push and allow to dismiss stale approvals (#9532)David Svantesson2020-01-091-0/+6
* Provide Default messages for merges (#9393)zeripath2019-12-301-1/+25
* Change target branch for pull request (#6488)Mario Lubenka2019-12-161-0/+21
* Graceful: Xorm, RepoIndexer, Cron and Others (#9282)zeripath2019-12-152-2/+4
* Remove SavePatch and generate patches on the fly (#9302)zeripath2019-12-132-14/+18
* Fix nondeterministic behavior (#9341)Mura Li2019-12-132-2/+2
* Make repository management section handle lfs locks (#8726)zeripath2019-12-121-0/+84
* Graceful: Cancel Process on monitor pages & HammerTime (#9213)zeripath2019-11-303-11/+44
* Variable expansion in repository templates (#9163)John Olheiser2019-11-301-0/+4
* Fix datarace on git.GlobalCommandArgs on tests (#9162)Lunny Xiao2019-11-273-3/+31
* Move mirror sync actions to notification (#9022)Lunny Xiao2019-11-241-0/+13
* Expand/Collapse Files and Blob Excerpt while Reviewing/Comparing code (#8924)Benno2019-11-151-0/+23
* Add Close() method to gogitRepository (#8901)zeripath2019-11-1315-2/+46
* Migrate temp_repo.go to use git.NewCommand (#8918)zeripath2019-11-111-0/+11
* Stop using git count-objects and use raw directory size for repository (#8848)zeripath2019-11-101-2/+2
* Adjust error reporting from merge failures and use LC_ALL=C for git (#8548)zeripath2019-11-101-1/+10
* Fix count for commit graph last page (#8843)jaqra2019-11-072-0/+15
* fix 500 when edit hook (#8782)Lunny Xiao2019-11-021-0/+5
* On windows set core.longpaths true (#8776)zeripath2019-11-021-0/+8
* Add basic repository lfs management (#7199)zeripath2019-10-284-0/+202
* Ensure default gpg settings not nil and found commits have reference to repo ...zeripath2019-10-201-0/+1
* Sign merges, CRUD, Wiki and Repository initialisation with gpg key (#7631)zeripath2019-10-165-5/+111
* IsBranchExist: return false if provided name is empty (#8485)zeripath2019-10-131-2/+8
* Restore functionality for early gits (#7775)zeripath2019-10-122-6/+18
* Bugfix for image compare and minor improvements to image compare (#8289)Mario Lubenka2019-10-041-2/+5
* Adds side-by-side diff for images (#6784)Mario Lubenka2019-09-161-0/+49
* Fix reading git notes from nested trees (#8026)Filip Navara2019-09-1223-14/+60
* Strict name matching for Repository.GetTagID() (#8074)guillep2k2019-09-042-4/+17
* Search Commits via Commit Hash (#7400)Gary Kim2019-09-021-12/+33
* Fixes #7945 - makes sure we are only getting tag refs (#7990)Richard Mahn2019-08-261-1/+1
* Use gitea forked macaron (#7933)Tamal Saha2019-08-233-2/+3
* Do not fetch all refs (#7797)Mura Li2019-08-131-1/+1
* Be more strict with git arguments (#7715)zeripath2019-08-059-18/+26
* Include "executable" files in the index, as they are not necessarily binary (...guillep2k2019-08-021-0/+5
* Correct wrong datetime format for git (#7689)zeripath2019-07-311-1/+1
* Added missing error checks in tests (#7554)Christian Muehlhaeuser2019-07-232-1/+5
* Removed unnecessary conversions (#7557)Christian Muehlhaeuser2019-07-2310-19/+13
* Fix empty commits now showing in repo overview (#7521)silverwind2019-07-227-13/+24
* wiki history improvements (#7391)Cherrg2019-07-111-0/+10
* Support git.PATH entry in app.ini (#6772)Mura Li2019-07-071-4/+11