about summary refs log tree commit diff
path: root/COPYING
diff options
context:
space:
mode:
authorChristian Hesse <mail@eworm.de>2016-09-29 22:14:28 +0200
committerChristian Hesse <mail@eworm.de>2016-10-04 09:47:18 +0200
commit28185ae40a82d3304ace805c9a44e933270bd581 (patch)
tree1ca612de7bec52bbbd735c448f5e07ec8424f30c /COPYING
parentui-snapshot: replace 'unsigned char sha1[20]' with 'struct object_id oid' (diff)
downloadcgit-pink-28185ae40a82d3304ace805c9a44e933270bd581.tar.gz
cgit-pink-28185ae40a82d3304ace805c9a44e933270bd581.zip
ui-tag: replace 'unsigned char sha1[20]' with 'struct object_id oid'
Upstream git is replacing 'unsigned char sha1[20]' with 'struct object_id
oid'. We have some code that can be changed independent from upstream. So
here we go...
Diffstat (limited to 'COPYING')
0 files changed, 0 insertions, 0 deletions
rivial.vim?id=e9b3480cac401465cbe637d3ae50f151382b2c42&follow=1'>Use italic for underline in nvim man modeJune McEnroe This doesn't yet work in Terminal.app: <https://github.com/neovim/neovim/issues/9598>. 2019-02-10Add plain text "language" to hiJune McEnroe 2019-02-10Don't match DQ string inside SQ stringJune McEnroe 2019-02-10Skip only one character if a match fails due to parentJune McEnroe Really it should skip forward until the parent changes, but this is simpler. 2019-02-10Remove pattend from hiJune McEnroe 2019-02-10Replace uses of pattend with newline patternsJune McEnroe 2019-02-10Add hi debug outputJune McEnroe 2019-02-10Actually do HTML &quot; escapingJune McEnroe 2019-02-10Set git commit.verboseJune McEnroe 2019-02-10Add back missing static keywordJune McEnroe