about summary refs log tree commit diff
path: root/filters/html-converters/rst2html
diff options
context:
space:
mode:
authorChristian Hesse <mail@eworm.de>2016-09-29 22:10:21 +0200
committerChristian Hesse <mail@eworm.de>2016-10-04 09:47:18 +0200
commit6bef566f99c7f85cbab9692e22b183ae99f33c1d (patch)
tree823d153925a826cbd13644f582900ae7b6fa619d /filters/html-converters/rst2html
parentui-plain: replace 'unsigned char sha1[20]' with 'struct object_id oid' (diff)
downloadcgit-pink-6bef566f99c7f85cbab9692e22b183ae99f33c1d.tar.gz
cgit-pink-6bef566f99c7f85cbab9692e22b183ae99f33c1d.zip
ui-shared: 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 'filters/html-converters/rst2html')
0 files changed, 0 insertions, 0 deletions
lcommandHerbert Xu 2018-04-19eval: Reap zombies after built-in commands and functionsHerbert Xu 2018-04-19redir: Fix typo in noclobber codeHerbert Xu 2018-04-19expand: Fix glibc glob(3) supportHerbert Xu 2018-04-02expand: Fix buffer overflow in expandmetaHerbert Xu 2018-04-02builtin: Move echo space/nl handling into print_escape_strHerbert Xu 2018-04-02builtin: Fix echo performance regressionHerbert Xu 2018-04-02expand: Fix ghost fields with unquoted $@/$*Herbert Xu 2018-04-02parser: Allow newlines within parameter substitutionHerbert Xu 2018-04-02expand: Fix bugs with words connected to the right of $@Herbert Xu 2018-03-25Revert "[BUILTIN] Remove unnecessary restoration of format string in printf"Herbert Xu 2018-03-22parser: Fix backquote support in here-document EOF markHerbert Xu