]> git.proxmox.com Git - libgit2.git/commit - src/libgit2/repository.c
git_repository_init: include dotfiles when copying templates
authorEdward Thomson <ethomson@edwardthomson.com>
Sun, 27 Dec 2015 04:39:22 +0000 (22:39 -0600)
committerEdward Thomson <ethomson@edwardthomson.com>
Sun, 27 Dec 2015 04:41:00 +0000 (22:41 -0600)
commit62602547db2301493cf9681e3a76016ceb1e0b8b
treeb701e1f59526a3fec0c8b829ad99e381b2d97a22
parent002821837f0dd8d57c6c03b11159dff060cb1982
git_repository_init: include dotfiles when copying templates

Include dotfiles when copying template directory, which will handle
both a template directory itself that begins with a dotfile, and
any dotfiles inside the directory.
src/repository.c
tests/repo/init.c