Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ui-log: Add "commit-sort" option for controlling commit ordering | Tobias Bieniek | 2012-10-17 | 1 | -1/+1 |
| | | | | | | | This makes it possible to use strict commit date ordering or strict topological ordering by passing the corresponding flags to "git log". Signed-off-by: Jason A. Donenfeld <[email protected]> | ||||
* | ui-log: Line-wrap long commit subjects when showmsg is enabled | Johan Herland | 2010-11-16 | 1 | -1/+2 |
| | | | | | | | | | | | | | | When showmsg is disabled ui-log truncates long commit subjects. This is good. However, the same is not desirable when showmsg is enabled, since you then end up with a truncated commit subject followed by the rest of the commit message below. Instead, when showmsg is enabled (and we're using all this space to display the entire commit message, anyway), line-wrap the commit subject instead of truncating it. Signed-off-by: Johan Herland <[email protected]> Signed-off-by: Lars Hjemli <[email protected]> | ||||
* | Add decorations to commit pages | Justin Waters | 2009-01-27 | 1 | -0/+1 |
| | | | | | | | This adds the tag and branch head decorations to the commit pages. This is similar to how commits are displayed in the standard gitweb interface. Signed-off-by: Justin Waters <[email protected]> | ||||
* | Add separate header-files for each page/view | Lars Hjemli | 2008-03-24 | 1 | -0/+7 |
Yet another step towards removing cgit.h. Signed-off-by: Lars Hjemli <[email protected]> |