Re: bug when combined with etckeeper

2018-10-13 Thread Naja Melan
Ok, my bad. I had a global pre-commit hook which had a lingering etckeeper command for another repository. Not quite sure why it only runs when commit has the '-a' option... Thanks for pointing to the hooks possibility. Naja Melan

Re: bug when combined with etckeeper

2018-10-10 Thread Joey Hess
/etc/.git/hooks/pre-commit is installed by etckeeper and runs etckeeper pre-commit, which deals with /etc/.etckeeper, including running "git add .etckeeper". Why that file would match a gitignore seems much less important than why git would run that hook in an entirely different git repository.

Re: bug when combined with etckeeper

2018-10-10 Thread Jeff King
On Wed, Oct 10, 2018 at 09:33:00AM +, Naja Melan wrote: > I ran into a strange bug. In the following script the commit at the end will > fail with: > > > The following paths are ignored by one of your .gitignore files: > > .etckeeper > > Use -f if you really want to add them. > > Note

bug when combined with etckeeper

2018-10-10 Thread Naja Melan
I am running: Linux 4.18.12-arch1-1-ARCH #1 SMP PREEMPT Thu Oct 4 01:01:27 UTC 2018 x86_64 GNU/Linux git version 2.19.1 etckeeper Version: 1.18.8 I ran into a strange bug. In the following script the commit at the end will fail with: > The following paths are ignored by one of your