Bug#447396: git-am does not support maildir created by mutt

2007-11-09 Thread Gerrit Pape
tags 447396 + patch quit On Sat, Oct 20, 2007 at 02:13:46PM -0400, Joey Hess wrote: > Joey Hess wrote: > > stat64("/home/joey/patch/", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0 > > open("/home/joey/patch//cur", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) > > = 5 > > On seconds thought, I s

Bug#447396: git-am does not support maildir created by mutt

2007-10-20 Thread Joey Hess
Joey Hess wrote: > stat64("/home/joey/patch/", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0 > open("/home/joey/patch//cur", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 5 On seconds thought, I see the bug clearly enough.. it looks in cur/ but not in new/! -- see shy jo signature.asc Descri

Bug#447396: git-am does not support maildir created by mutt

2007-10-20 Thread Joey Hess
Package: git-core Version: 1:1.5.3.4-1 Severity: normal I don't know if this is a general problem with maildirs, or only maildirs created by mutt. ~/patches/ is a maildir I created from mutt by saving a patch mail there. [EMAIL PROTECTED]:~/src/foo>git-am ~/patch Nothing to do. [