summary refs log tree commit diff
path: root/etc/CodeQWERTY.bundle/Contents/Resources/CodeQWERTY.keylayout
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-01-13 23:41:06 -0500
committerJune McEnroe <june@causal.agency>2021-01-13 23:41:06 -0500
commit6689373796eb595099609aa3d8bedef9f93807ce (patch)
tree45d02862fb2957aa3ad2bc7a5ea23fe10616b4a8 /etc/CodeQWERTY.bundle/Contents/Resources/CodeQWERTY.keylayout
parentRemove ttpre (diff)
downloadsrc-6689373796eb595099609aa3d8bedef9f93807ce.tar.gz
src-6689373796eb595099609aa3d8bedef9f93807ce.zip
Clean up html.sh
Diffstat (limited to 'etc/CodeQWERTY.bundle/Contents/Resources/CodeQWERTY.keylayout')
0 files changed, 0 insertions, 0 deletions
Fleischer <cgit@cryptocrack.de> 2014-01-08ui-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