Thread (1 message) 1 message, 1 author, 2016-06-15

Re: running "git init --shared" on an existing repo

From: Junio C Hamano <hidden>
Date: 2016-06-15 22:48:28

Sitaram Chamarty [off-list ref] writes:
And it seems there was a beginning made.  builtin/init-db.c at line 220 says:

            /*
             * We would have created the above under user's umask -- under
             * shared-repository settings, we would need to fix them up.
             */
That "the above" refers to "in this process that created the repository
directory and populated it halfway by calling copy_templates()", and never
"some time ago by some other process that created the repository, in which
this process is now being run", so it is not fair to say "a beginning".

You would need to run "find $GIT_DIR -print0 | xargs -0 chown/mod ..." or
a moral equivalent of it, I guess.  Shouldn't be a rocket surgery ;-)
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help