aboutsummaryrefslogtreecommitdiffstats
path: root/modules/git
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix Submodule dection in subdir (#7275)mrsdizzie2019-06-211-1/+7
* Only check and config git on web subcommand but not others (#7236)Lunny Xiao2019-06-192-3/+32
* Add golangci (#6418)kolaente2019-06-129-46/+24
* Fixes diff on merged pull requests (#7171)Mario Lubenka2019-06-111-4/+4
* Fixes #2738 - Adds the /git/tags API endpoint (#7138)Richard Mahn2019-06-084-24/+218
* Compare branches, commits and tags with each other (#6991)Mario Lubenka2019-06-073-21/+43
* Refactor submodule URL parsing (#7100)mrsdizzie2019-06-032-27/+74
* Show git-notes (#6984)Vladimir Panteleev2019-05-247-1/+91