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

Re: [PATCH] git init: optionally allow a directory argument

From: Johannes Sixt <hidden>
Date: 2016-06-15 22:47:06

Possibly related (same subject, not in this thread)

On Samstag, 25. Juli 2009, Junio C Hamano wrote:
+test_expect_success 'init notices EPERM' '
+	rm -fr newdir &&
+	(
+		mkdir newdir &&
+		chmod -w newdir &&
+		test_must_fail git init newdir/a/b
+	)
+'
This test will require POSIXPERM prerequisite.

-- Hannes
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help