]> git.ipfire.org Git - thirdparty/git.git/commit - path.c
initdb: make safe_create_dir public
authorDavid Turner <dturner@twopensource.com>
Tue, 10 Nov 2015 11:42:38 +0000 (12:42 +0100)
committerJeff King <peff@peff.net>
Fri, 20 Nov 2015 09:52:01 +0000 (04:52 -0500)
commiteb33876c262bec79a127b82a3a853ad00665d894
treefe8f353bfc0a177d4df5c345cf005625778c97ee
parent7bd9bcf372d4c03bb7034346d72ae1318e2d0742
initdb: make safe_create_dir public

Soon we will want to create initdb functions for ref backends, and
code from initdb that calls this function needs to move into the files
backend. So this function needs to be public.

Signed-off-by: David Turner <dturner@twopensource.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
Signed-off-by: Jeff King <peff@peff.net>
builtin/init-db.c
cache.h
path.c