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

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

Re: [PATCH 2/2] diff: fix a double off-by-one with --ignore-space-at-eol

2016-07-09 Thread Naja Melan
Thanks, you sure are efficient in bug fixing... good day to you Naja Melan -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Git 2.8.1 - bug in patience diff algorithm when used with --ignore-space-at-eol?

2016-07-08 Thread Naja Melan
ions( :exist ) and warn "#{@info[ :path ].inspect} does not exist." options( :exist ) or warn "#{@info[ :path ].inspect} exists but it shouldn't." - @checked = true + @checked = trued return @checkPassed = false end Naja Melan -- To unsubscribe fro