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

Re: [PATCH 2/2] add: refuse to add paths beyond repository boundaries

From: Jakub Narębski <hidden>
Date: 2016-06-15 22:56:45

Possibly related (same subject, not in this thread)

W dniu 09.04.2013 19:34, Junio C Hamano pisze:
-	if (has_symlink_leading_path(path, len))
-		return error("'%s' is beyond a symbolic link", path);
+	if (path_outside_our_project(path, len))
+		return error("'%s' is outside our working tree", path);
 
Don't we lose important information here?  Or we shouldn't care?

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