about summary refs log tree commit diff
path: root/ui-clone.c (follow)
Commit message (Expand)AuthorAge
* git: update to v2.19.1Christian Hesse2018-10-12
* clone: fix directory traversalJason A. Donenfeld2018-08-03
* git: update to v2.18.0Christian Hesse2018-06-27
* git: update to v2.15.1Christian Hesse2017-12-06
* git: update to v2.14Jeff Smith2017-08-10
* git: update to v2.7.0Christian Hesse2016-01-13
* clone: use cgit_print_error_page() instead of html_status()John Keeping2015-08-14
* git: update to v2.5.0Christian Hesse2015-08-12
* ui-clone.c: Fix off-by-one error in pack pathJason A. Donenfeld2015-02-09
* ui-clone.c: Fix path checkLukas Fleischer2015-02-09
* Return proper HTTP response when accessing info/Lukas Fleischer2015-01-15
* git: update for git 2.0Christian Hesse2014-06-28
* Switch to exclusively using global ctxLukas Fleischer2014-01-17
* Update copyright informationLukas Fleischer2014-01-08
* Always #include corresponding .h in .c filesJohn Keeping2013-04-08
* Support unannotated tags in git-clone.Jason A. Donenfeld2013-02-01
* Supply status description to html_status()Lars Hjemli2008-08-06
* Add support for cloning over httpLars Hjemli2008-08-06
> 2019-07-12Add DCH to shottyJune McEnroe This makes htop mostly work. Scrolling region still missing. 2019-07-12Support insert mode in shottyJune McEnroe This is how curses puts characters into the bottom-right cell of the terminal. 2019-07-11Don't do carriage return on line feedJune McEnroe 2019-07-11Interpret 256color-style SGRsJune McEnroe 2019-07-11Use inline style rather than <b>, <i>, <u>June McEnroe 2019-07-11Factor out clearJune McEnroe 2019-07-11Add bright option to shottyJune McEnroe 2019-07-11Output <b>, <i>, <u> in shottyJune McEnroe 2019-07-10Ignore SM and RMJune McEnroe 2019-07-09Add shotty man page and build itJune McEnroe 2019-07-09Add up -cJune McEnroe 2019-07-09Add options for default colors to shottyJune McEnroe 2019-07-08Use char literals consistentlyJune McEnroe