From c0c59d093fc5d1d0799c0830b470bfb72cf82062 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Thu, 21 Feb 2019 22:38:22 -0500 Subject: Remove ROT13 It's just not convenient when it can only do the whole line... --- chat.h | 1 - 1 file changed, 1 deletion(-) (limited to 'chat.h') diff --git a/chat.h b/chat.h index 03f3251..441056c 100644 --- a/chat.h +++ b/chat.h @@ -162,7 +162,6 @@ enum Edit { EditKillBackWord, EditKillForeWord, EditKillLine, - EditROT13, EditComplete, EditEnter, }; -- cgit 1.4.1 s='form'>
web frontend for git
about summary refs log tree commit diff
path: root/tests/t0111-filter.sh (unfollow)
Commit message (Collapse)Author
2015-03-18ui-shared: allow remote refs in branch switcherChristian Hesse
Signed-off-by: Christian Hesse <mail@eworm.de>
2015-03-14git: update to v2.3.3Christian Hesse
Update to git version v2.3.3, no changes required. Signed-off-by: Christian Hesse <mail@eworm.de>
2015-03-13Bump versionJason A. Donenfeld
2015-03-13Remove no-op link from submodule entriesLukas Fleischer