summaryrefslogtreecommitdiffstats
path: root/modules/git
Commit message (Expand)AuthorAgeFilesLines
* 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
* move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364)Lunny Xiao2019-03-2797-0/+4637
* move out git module and #1573 send push hookUnknwon2015-12-0922-1869/+0
* Allow pre-receive hook customizationAdam Strzelecki2015-12-081-0/+1
* #2008 more supported git hooksUnknwon2015-11-241-3/+11
* fix #1383Unknwon2015-11-201-0/+3
* better escape char handleUnknwon2015-11-201-9/+9
* fix #1119 and data race in timming tasksUnknwon2015-11-201-2/+23
* Merge pull request #1994 from arthuroy/developUnknwon2015-11-181-0/+5
|\
| * Use refStr[len("refs/heads/"):] instead of refStr[11:] and fix errorArthur Ouyang2015-11-191-1/+1
| * Use refStr[11:] instead of TrimPrefixArthur Ouyang2015-11-191-1/+2
| * Fix #1965 - the hyperlink and the display name of the branchArthur Ouyang2015-11-191-0/+4
* | #1742 Update default branch in git repository while change in web viewUnknwon2015-11-182-0/+35
|/
* #1922 Pull request fail to merge with BINUnknwon2015-11-161-1/+1
* rename fieldsUnknwon2015-11-0313-34/+55
* #1838 update merge base before generate new patchUnknwon2015-11-031-13/+37
* fix workaround for reverse proxy, ssh, submoduleMatthias Pioch2015-10-241-3/+4
* workaround for reverse proxy, ssh, submoduleMatthias Pioch2015-10-241-2/+8
* work on #1830Unknwon2015-10-231-5/+4
* print out git versionUnknwon2015-10-131-0/+5
* save PR info as patch and minor fix on PRUnknwon2015-10-041-15/+3
* basic PR featureUnknwon2015-09-022-9/+56
* finish PR UIUnknwon2015-09-021-0/+28
* work on PR conversationUnknwon2015-09-011-0/+86
* more clear errorUnknwon2015-08-281-2/+1
* new repo git hooks UIUnknwon2015-08-261-1/+6
* new commits tableUnknwon2015-08-201-1/+3
* fix #966Unknwon2015-08-201-0/+7
* list view: issue, label, milestoneUnknwon2015-08-091-9/+9
* fix #1169Unknwon2015-07-262-1/+9
* Handle submodules without a .gitmodules entry - fix #1023Filippo Valsorda2015-03-102-2/+6
* modules/git/signature.go: parse date foramt #663Unknwon2015-03-061-1/+1
* modules/git: able to parse RFC1123Z date format #663Unknwon2015-02-211-9/+20
* Fix diff css style, hooks \r charUnknwon2014-10-111-1/+1
* Fix #264Unknwon2014-10-062-0/+132
* If git >= 2.0, sort tags in descending order by version numberLinquize2014-10-052-0/+16
* Fix #515Unknwon2014-09-303-4/+7
* Fix #495 and cannot view repository by tagUnknwon2014-09-231-0/+1
* Add basic submodule supportUnknwon2014-09-221-0/+52
* submodule support and closed #478lunnyxiao2014-09-221-1/+1
* add submodule basic support & buf fixed #478lunnyxiao2014-09-224-1/+61