Merge branch 'mh/config-flip-xbit-back-after-checking' into maint
commite524fb497a0259cee4559f60d815218fc01ac466
authorJunio C Hamano <gitster@pobox.com>
Mon, 22 Dec 2014 20:18:00 +0000 (22 12:18 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 22 Dec 2014 20:18:00 +0000 (22 12:18 -0800)
treeecfbe98babed896bf7b40bce00e191507afc3ec0
parent0b5c641490b11d887ec147b7acbe6f147bce6905
parent1f32ecffd864ea5b339883f94463b0b69f4aeb35
Merge branch 'mh/config-flip-xbit-back-after-checking' into maint

"git init" (hence "git clone") initialized the per-repository
configuration file .git/config with x-bit by mistake.

* mh/config-flip-xbit-back-after-checking:
  create_default_files(): don't set u+x bit on $GIT_DIR/config
builtin/init-db.c
t/t0001-init.sh