about summary refs log tree commit diff
path: root/ui-commit.c (follow)
Commit message (Expand)AuthorAge
* commit: move layout into page functionJohn Keeping2015-08-14
* ui-shared: remove toggle_ssdiff arg to cgit_diff_link()John Keeping2014-12-13
* ui-shared: remove toggle_ssdiff arg to cgit_commit_link()John Keeping2014-12-13
* filter: add page source to email filterJason A. Donenfeld2014-01-14
* filter: add support for email filterJason A. Donenfeld2014-01-14
* filter: return on null filter from open and closeJason A. Donenfeld2014-01-14
* Update copyright informationLukas Fleischer2014-01-08
* Allow for creating raw diffs with cgit_print_diff()Lukas Fleischer2013-08-16
* Do not load user or system gitconfig and gitattributesJason A. Donenfeld2013-04-08
* Convert cgit_print_error to a variadic functionJohn Keeping2013-04-08
* Always #include corresponding .h in .c filesJohn Keeping2013-04-08
* Update git to v1.8.2.1John Keeping2013-04-08
* cgit_print_commit(): Free tmp variableLukas Fleischer2013-03-04
* Fix several whitespace errorsLukas Fleischer2013-03-04
* cgit.c: always setup cgit repo environment variablesLars Hjemli2011-06-13
* Merge branch 'lh/panel'Lars Hjemli2011-05-23
|\
| * ui-diff.c: create a control panel for diff optionsLars Hjemli2011-03-06
* | cgit_open_filter: also take the repo as a parameterFerry Huberts2011-03-26
|/
* Use GIT-1.7.2.2Lars Hjemli2010-08-22
* ui-commit: Display git notes when presentJeff Smith2010-08-04
* Merge branch 'jh/path-limit'Lars Hjemli2010-06-22
|\
| * ui-commit: Preserve path limit in links to commit pageJohan Herland2010-06-19
| * ui-commit: Preserve path limit in links to tree and diff pagesJohan Herland2010-06-19
| * ui-patch: Apply path limit to generated patchJohan Herland2010-06-19
| * ui-commit: Limit diff based on path limit in qry.pathJohan Herland2010-06-19
* | Optionally generate verbose parent linksLars Hjemli2010-02-27
* | display subject instead of sha1 as link title of parentsStefan Naewe2010-02-27
|/
* Add possibility to switch between unidiff and side-by-side-diff.Ragnar Ouchterlony2009-09-16
* Use GIT-1.6.4.3Lars Hjemli2009-09-13
* Merge branch 'lh/plugins'Lars Hjemli2009-08-09
|\
| * Add support for repo.commit-filter and repo.source-filterLars Hjemli2009-08-09
| * ui-commit: add support for 'commit-filter' optionLars Hjemli2009-07-31
* | Introduce noplainemail option to hide email adresses from spambotsMartin Szulecki2009-08-08
|/
* Add decorations to commit pagesJustin Waters2009-01-27
* Added `local-time` option to cgitrcStefan Naewe2008-08-01
* ui-commit: handle root commitsLars Hjemli2008-05-18
* Integrate diffstat with diffLars Hjemli2008-04-24
* Fix commitdiff annoyanceLars Hjemli2008-04-17
* Remove 'patch' link from tab, add to commit viewLars Hjemli2008-04-13
* Include diff in commit viewLars Hjemli2008-04-12
* Add ui-shared.hLars Hjemli2008-03-24
* Introduce html.hLars Hjemli2008-03-18
* Move cgit_repo into cgit_contextLars Hjemli2008-02-16
* Introduce struct cgit_contextLars Hjemli2008-02-16
* Fix html error detected by test-suiteLars Hjemli2007-11-11
* ui-commit.c: link to diff instead of tree from diffstatLars Hjemli2007-10-01
* cgit_print_snapshot_links: use url to specify snapshot nameLars Hjemli2007-07-23
* allow selective enabling of snapshotsMichael Krelin2007-07-21
* add support for snapshot tarballsMichael Krelin2007-07-18
* Add cgit_diff_link()Lars Hjemli2007-06-17
now, I think. 2019-02-21Replace "view" with "window"June McEnroe I think originally I didn't want to use the same word as curses WINDOW but it's really much clearer for the user if they're just called windows. UI code probably needs yet another rewrite though. Still feels messy. 2019-02-21Remove ROT13June McEnroe It's just not convenient when it can only do the whole line... 2019-02-21Clean up man pageJune McEnroe 2019-01-26Draw UI before connectingJune McEnroe Otherwise the "Traveling" message isn't visible while connecting. 2019-01-25Avoid unused variable warnings with getyxJune McEnroe 2019-01-25Add GNU/Linux build instructionsJune McEnroe