very interesting, this helps nail it down indeed.
> Hi Tim,
> I mentioned the issue I was having in IRC earlier, and Allan replied
> later that he was seeing the same error message. Allan was able to
> determine that the issue occurs when TM_PROJECT_DIRECTORY is not the
> one with the .git folder, and I confirmed that this is what I am
> experiencing.
> If I start TextMate in the same directory as the .git directory, the
> git bundle works normally.
> Hopefully this will help you determine the issue.
> Thank you
> ~Shawn
> --
> Shawn Sorichetti
> On Mar 18, 11:38 am, Tim Harper <timchar...@gmail.com> wrote:
>> Hi ssoriche,
>> I've never heard of any such an issue.
>> Could you create a bundle command to output the textmate environment,
>> and send it over?
>> Something like:
>> #!/usr/bin/env ruby
>> require 'pp'
>> pp ENV
>> input -> none
>> output -> new document
>> Thanks,
>> Tim
>> On Mar 18, 2008, at 8:12 AM, ssori...@gmail.com wrote:
>>> I am receiving an error message when attempting to view a diff from
>>> the commit dialog. On every file I try a popup window appears with
>>> the
>>> following message:
>>> fatal ambiguous argument 'path/filename.txt':
>>> unknown revision or path not in the working tree.
>>> Use '--' to separate paths from revisions
>>> Exit status (128) while execute (
>>> "/opt/local/bin/git",
>>> diff,
>>> "path/filename.txt"
>>> )
>>> If I issue git diff path/filename.txt it works as expected.
>>> I updated the git bundle, and I also updated git itself. Still
>>> getting
>>> the same error message.
>>> Any thoughts?
>>> Thank you
>>> ~Shawn
>>> --
>>> Shawn Sorichetti