dotfiles in git template dir are not copied

2017-02-17 Thread greg0ire
to reproduce, provided you already have a template dir configured : cd $(git config --path --get init.templatedir) touch copied touch .not_copied cd /tmp mkdir whatever cd whatever git init ls -la .git On my machine, the last command does not list .not_copied . -- greg0ire

Bypassing hooks while cherry-picking

2016-03-01 Thread greg0ire
ch 4. might be optional : create a conflicting change with the previously created commit 5. cherry-pick the commit 6. might be optional : solve the conflick and use git cherry-pick --continue Regards, -- greg0ire -- To unsubscribe from this list: send the line "unsubscribe git" i