summary refs log tree commit diff
path: root/www/git.causal.agency/cgit
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-05-08 17:56:49 -0400
committerJune McEnroe <june@causal.agency>2020-05-08 17:56:49 -0400
commit329bad308ac202d9b4d0ced817b2bacf8bc815d8 (patch)
tree546c3d09353d3019abb23636fd10061eb3b8ea7f /www/git.causal.agency/cgit
parentRemove mksh (diff)
downloadsrc-329bad308ac202d9b4d0ced817b2bacf8bc815d8.tar.gz
src-329bad308ac202d9b4d0ced817b2bacf8bc815d8.zip
Move keyboard layout into a .bundle
Based on Workman.bundle. This seems to make it stick, though I don't
want to speak too soon.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
/cgit-pink/commit/ui-stats.c?id=e21da6c2a6ffcd8b4a2b2b06cf7486f36f291a5b&follow=1'>ui-stats.c: Remove unused macroLukas Fleischer Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2014-01-08scan-tree.c: Remove unused macroLukas Fleischer This is no longer needed since commit fb3655df (use struct strbuf instead of static buffers, 2013-04-06). Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2013-09-14ui-shared: Drop filepair_cb_raw() and helperLukas Fleischer Remove filepair_cb_raw() and all related functions. These are no longer needed. We now use Git's internal functions for raw diff formatting everywhere. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2013-09-14ui-diff: Use diff_tree_sha1() for raw diff formattingLukas Fleischer