about summary refs log tree commit diff
path: root/README
diff options
context:
space:
mode:
authorLukas Fleischer <cgit@cryptocrack.de>2015-03-03 13:00:07 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2015-03-03 16:47:30 +0100
commit936295c4e4de8da83701c67377a911a0aefbcbd6 (patch)
tree8a7d0f56bc0faaca7f68eab0037bb2bb7dd4579c /README
parentgit: update to v2.3.1 (diff)
downloadcgit-pink-936295c4e4de8da83701c67377a911a0aefbcbd6.tar.gz
cgit-pink-936295c4e4de8da83701c67377a911a0aefbcbd6.zip
Simplify commit and tag parsing
* Use skip_prefix to avoid magic numbers in the code.
* Use xcalloc() instead of xmalloc(), followed by manual initialization.
* Split out line splitting.

Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de>
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions
/td>Use -s to infer terminal sizeJune McEnroe 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