Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move git graph from models to modules/graph (#9027) | Lunny Xiao | 2019-11-16 | 1 | -110/+0 |
| | |||||
* | Add pagination to commit graph page (#8360) | jaqra | 2019-10-14 | 1 | -1/+2 |
| | | | Fixes #8308 | ||||
* | move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) | Lunny Xiao | 2019-03-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * move code.gitea.io/git to code.gitea.io/gitea/modules/git * fix imports * fix fmt * fix misspell * remove wrong tests data * fix unit tests * fix tests * fix tests * fix tests * fix tests * fix tests * enable Debug to trace the failure tests * fix tests * fix tests * fix tests * fix tests * fix tests * comment commit count tests since git clone depth is 50 * fix tests * update from code.gitea.io/git * revert change to makefile | ||||
* | Make max commits in graph configurable (#4498) | Kjell Kvinge | 2018-07-23 | 1 | -1/+2 |
| | |||||
* | Accept 'Data:' in commit graph (#4487) | Kjell Kvinge | 2018-07-21 | 1 | -1/+1 |
| | |||||
* | fix #1189, commit messages containing a pipe (#1203) | Philippe Kueck | 2017-03-11 | 1 | -2/+2 |
| | |||||
* | Fix typos in models/ (#576) | Ethan Koenig | 2017-01-05 | 1 | -7/+7 |
| | |||||
* | commithgraph / timeline (#428) | Kjell Kvinge | 2016-12-29 | 1 | -0/+108 |
* Add model and tests for graph * Add route and router for graph * Add assets for graph * Add template for graph |