Thread (2 messages) flat view 2 messages, 2 authors, 2016-06-15

Re: [PATCH 7/8] Provide a build time default-editor setting

From: Junio C Hamano <hidden>
Date: 2016-06-15 22:47:39

Possibly related (same subject, not in this thread)

Jonathan Nieder [off-list ref] writes:
+test_expect_success 'does editor have a simple name (no slashes, etc)?' '
+
+	editor=$(TERM=vt100 git var GIT_EDITOR) &&
+	test -n "$editor" &&
+	simple=t &&
+	case "$editor" in
+	*/* | core_editor | [A-Z]*)
Hmm, what are the latter two cases designed to catch?
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help