summaryrefslogtreecommitdiffstats
path: root/modules/git
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Do not attempt to return blob on submodule (#6996)zeripath2019-05-211-1/+1
* Refactor models.NewRepoContext to extract git related codes to modules/git (#...Lunny Xiao2019-05-151-2/+24
* Remove local clones & make hooks run on merge/edit/upload (#6672)zeripath2019-05-116-15/+238
* Number of commits ahead/behind in branch overview (#6695)Mario Lubenka2019-05-051-0/+39
* Git statistics in Activity tab (#4724)Lauris BH2019-05-042-0/+143
* Fix #6813: Allow git.GetTree to take both commit and tree names (#6816)Filip Navara2019-05-023-10/+16
* Remove `seen` map from `getLastCommitForPaths` (#6807)Filip Navara2019-04-301-8/+2
* Fix one performance/correctness regression in #6478 found on Rails repository...Filip Navara2019-04-211-38/+33
* Improve listing performance by using go-git (#6478)Filip Navara2019-04-1921-634/+661
* Fixes 4762 - Content API for Creating, Updating, Deleting Files (#6314)Richard Mahn2019-04-173-2/+46
* Pre-calculate the absolute path of git (#6575)Mura Li2019-04-172-1/+12
* Support search operators for commits search (#6479)Mura Li2019-04-122-5/+65
* Prevent server 500 on compare branches with no common history (#6555)zeripath2019-04-091-11/+16