summaryrefslogtreecommitdiffstats
path: root/routers/repo/commit.go
Commit message (Expand)AuthorAgeFilesLines
* Refactor routers directory (#15800)Lunny Xiao2021-06-091-401/+0
* Make commit info cancelable (#16032)zeripath2021-06-061-1/+1
* [refactor] replace int with httpStatusCodes (#15282)65432021-04-051-6/+7
* response 404 for diff/patch of a commit that not exist (#15221)a10121127962021-04-011-0/+6
* Add Tabular Diff for CSV files (#14661)KN4CK3R2021-03-291-2/+1
* Whitespace in commits (#14650)vnkmpf2021-02-131-3/+4
* Show dropdown with all statuses for commit (#13977)Cirno the Strongest2020-12-201-0/+1
* [Refactor] CombinedStatus and CommitStatus related functions & structs (#14026)65432020-12-181-1/+1
* Multiple GitGraph improvements: Exclude PR heads, Add branch/PR links, Show o...zeripath2020-11-081-5/+51
* Render the git graph on the server (#12333)zeripath2020-08-061-2/+9
* Show exact tag for commit on diff view (#11846)Cirno the Strongest2020-06-111-0/+6
* Fix numbr of files, total additions, and deletions (#11614)zeripath2020-05-261-1/+1
* Properly handle and return empty string for dangling commits in GetBranchName...Cirno the Strongest2020-05-231-0/+1
* Support view individual commit for wiki pages (#11415)mrsdizzie2020-05-161-4/+27
* Fix potential bugs (#10513)65432020-02-271-1/+1
* Show Signer in commit lists and add basic trust (#10425)zeripath2020-02-271-4/+10
* Some refactor on git diff and ignore getting commit information failed on mig...Lunny Xiao2020-01-281-2/+2
* fix commit view JS features, reimplement folding (#9968)silverwind2020-01-261-0/+2
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-1/+6
* enable lazy-loading of gitgraph.js (#9036)silverwind2019-11-171-1/+0
* Move git graph from models to modules/graph (#9027)Lunny Xiao2019-11-161-1/+2
* Expand/Collapse Files and Blob Excerpt while Reviewing/Comparing code (#8924)Benno2019-11-151-0/+1
* Fix count for commit graph last page (#8843)jaqra2019-11-071-1/+7
* Add pagination to commit graph page (#8360)jaqra2019-10-141-2/+4
* Bugfix for image compare and minor improvements to image compare (#8289)Mario Lubenka2019-10-041-18/+6
* Adds side-by-side diff for images (#6784)Mario Lubenka2019-09-161-1/+19
* Move git diff codes from models to services/gitdiff (#7889)Lunny Xiao2019-09-051-3/+4
* Convert files to utf-8 for indexing (#7814)guillep2k2019-08-151-2/+2
* 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