Hi,

On Thu, 2008-09-18 at 19:39 -0400, Eric Gerlach wrote:
> Admission: That second patch was horribly broken.
> 
> I've attached a third patch, this one actually works on git repositories 
>   *with* commits too.

Just a quick note to let you know that we're not ignoring your
patch. :-)

I've got a local copy of debcommit with a slightly revised patch (using
exit status rather than attempting to parse the output) that works great
for commits and "debcommit --diff $file" but haven't found a method that
works properly for "debcommit --diff" yet.

"diff -u --from-file /dev/null *" is nearly there, but I'd prefer a
solution that didn't require one of
  - ignoring the "./null: No such file or directory" error
  - looping over each file
and worked recursively - i.e. gave something at least vaguely resembling
the output of "git diff". The use of "*" also obviously has potential
issues depending on the length / number of the filenames involved.

Adam



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to