summaryrefslogtreecommitdiffstats
path: root/routers/repo/commit.go
Commit message (Expand)AuthorAgeFilesLines
* Add golangci (#6418)kolaente2019-06-121-0/+3
* Compare branches, commits and tags with each other (#6991)Mario Lubenka2019-06-071-55/+4
* Show git-notes (#6984)Vladimir Panteleev2019-05-241-0/+10
* Unifies pagination template usage (#6531) (#6533)Mario Lubenka2019-04-201-4/+11
* Improve listing performance by using go-git (#6478)Filip Navara2019-04-191-0/+1
* Support search operators for commits search (#6479)Mura Li2019-04-121-5/+6
* Better logging (#6038) (#6095)zeripath2019-04-021-1/+1
* move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364)Lunny Xiao2019-03-271-1/+1
* fix commit page showing status for current default branch (#5650)Julian2019-01-061-1/+1
* Handle refactor (#3339)Morgan Bazalgette2018-01-101-17/+17
* Fix go-get, src and raw urls to new scheme (#2978)Lauris BH2017-11-271-6/+6
* Remove render issue link (#2954)Timur Makarchuk2017-11-221-13/+0
* Make URL scheme unambiguous (#2408)Ethan Koenig2017-10-301-1/+1
* Add commit count caching (#2774)Lauris BH2017-10-261-2/+2
* Add branch overiew page (#2108)Bwko2017-10-261-0/+3
* Display commit status on landing page of repo (#1784)Rémy Boulanouar2017-09-141-0/+10
* Fix Commits nil pointer dereference (#2203)Bwko2017-07-311-0/+4
* Show commit status icon in commits table (#1688)Lauris BH2017-05-071-0/+4
* GPG commit validation (#1150)Antoine GIRARD2017-03-221-0/+5
* Fix HighlightJS not working on compare diff page (#914)Andrey Nering2017-02-131-0/+1
* fix: trim the whitespaces for the search keyword (#893)Bo-Yi Wu2017-02-111-1/+2
* Add checkbox to search for all the branches by commit message (#813)Zsombor2017-02-051-1/+5
* commithgraph / timeline (#428)Kjell Kvinge2016-12-291-0/+27
* Golint fixed for modules/setting (#262)Lunny Xiao2016-11-271-6/+6
* golint fixed for routers (#208)Lunny Xiao2016-11-241-11/+18
* Remember diff view style (#163)Andrey Nering2016-11-131-2/+0
* Normalize files with gofmtThibault Meyer2016-11-111-1/+1
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-5/+5
* Use the rev-parsed sha1 commit id (#98)Odin Ugedal2016-11-061-2/+4
* Replace gogits/git-module dependency with go-gitea/git (#94)Sandro Santilli2016-11-061-1/+1
* Merge branch 'master' into feature/goimportsSandro Santilli2016-11-051-5/+0
|\
| * Refactor editorconfig middlewareAndrey Nering2016-11-051-5/+0
* | Fix imports found by goimports.Matthias Loibl2016-11-051-3/+1
|/
* Fix 500 when repo has invalid .editorconfigAndrey Nering2016-11-051-4/+2
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-031-4/+4
* Web editor: improve edit fileUnknwon2016-08-281-1/+1
* Web editor: improve code qualityUnknwon2016-08-241-3/+3
* #3464 reproduce diff signsUnknwon2016-08-161-1/+1
* markdown: fix treating pure number as SHA1Unknwon2016-08-151-1/+5
* On showing diff/file, use the tab_width specified on .editorconfig, if any (#...Andrey Nering2016-08-111-0/+7
* #3345 dump content directly to HTTP ResponseWriterUnknwon2016-07-301-6/+5
* Diff patch (#3345)Dennis Chen2016-07-301-1/+10
* Re-work MAX_DIFF_LINES: supress diff per file, not the whole diff (#3174)Andrey Nering2016-06-291-2/+4
* Add route for #2846Unknwon2016-03-211-2/+12
* Rename module: middleware -> contextUnknwon2016-03-111-7/+7
* Enable sintax highlighting on diff view. Close #733Andrey Nering2016-02-041-0/+1
* Refactoring of inline diff computing to prevent empty diff box. Fix #2489Andrey Nering2016-01-271-6/+0
* Highlighting differences of lines in the diff view.Andrey Nering2016-01-061-0/+6
* Changed name from inline to unifiedKim "BKC" Carlbäcker2016-01-051-2/+2
* Implement Split Diff-ViewKim "BKC" Carlbäcker2016-01-051-0/+2