summaryrefslogtreecommitdiffstats
path: root/modules/git
Commit message (Expand)AuthorAgeFilesLines
* Manage port in submodule refurl (#11305) (#11323)zeripath2020-05-071-3/+7
* Fix submodule paths when AppSubUrl is not root (#11098) (#11176)zeripath2020-04-222-29/+26
* Convert plumbing.ErrObjectNotFound to git.ErrNotExist in getCommit (#10862) (...zeripath2020-03-291-1/+7
* Convert plumbing.ErrReferenceNotFound to git.ErrNotExist in GetRefCommitID (#...zeripath2020-03-231-1/+6
* Migrate to go-git/go-git v5.0.0 (#10735) (#10753)Lauris BH2020-03-1819-34/+34
* Fix commit between two commits calculation if there is only last commit (#102...Lauris BH2020-02-111-1/+1
* 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
* Use commit graph files for listing pages (#7314)Filip Navara2019-07-023-12/+73
* Fixes #7292 - API File Contents bug (#7301)Richard Mahn2019-06-292-0/+30
* add commitgraph support global default true when git version >= 2.18 (#7313)Lunny Xiao2019-06-291-0/+12
* Fixes #7238 - Annotated tag commit ID incorrect (#7321)Richard Mahn2019-06-291-3/+4
* Monitor all git commands; move blame to git package and replace git as a vari...Lunny Xiao2019-06-2624-0/+947