Bug#445208: git-config --file fails silently if the filename isn't absolute

2007-10-22 Thread Gerrit Pape
tags 445208 + patch quit On Wed, Oct 03, 2007 at 11:03:19PM -0400, Joey Hess wrote: > [EMAIL PROTECTED]:~/tmp/old/wed/n>git-config --file ikiwiki-2.9/.git/config > -l > zsh: exit 255 git-config --file ikiwiki-2.9/.git/config -l http://git.kernel.org/?p=git/git.git;a=commitdiff;h=93a56c2cf7

Bug#445208: git-config --file fails silently if the filename isn't absolute

2007-10-03 Thread Joey Hess
Package: git-core Version: 1:1.5.3.3-1 Severity: normal [EMAIL PROTECTED]:~/tmp/old/wed/n>git-config --file ikiwiki-2.9/.git/config -l zsh: exit 255 git-config --file ikiwiki-2.9/.git/config -l To make it work, I need to specify the full absolute path to the config file. Most strange. (BT