Re: Re: [PATCH] Add git-bundle - pack objects and references for disconnected transfer

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Mark Levedahl
Date: Friday, February 16, 2007 - 5:45 am

>From: Simon 'corecode' Schubert <corecode@fs.ei.tum.de>


... I *tried* that, and it fails under Cygwin. Apparently cygwin's bash (or something) mangles data in the pipe (99% certain it will turn out to be a latent crlf issue)...


cat "$bfile" (
    read refs...
    git index-pack --stdin
)

worked several times, it only failed twice out of 8 bundles I tried. That's just a trifle bit too high a failure rate for my taste. ;^)

Mark
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: Re: [PATCH] Add git-bundle - pack objects and referenc ..., Mark Levedahl, (Fri Feb 16, 5:45 am)
Re: [PATCH] Add git-bundle - pack objects and references f ..., Simon 'corecode' Sch ..., (Fri Feb 16, 6:25 am)
Re: Re: [PATCH] Add git-bundle - pack objects and referenc ..., Johannes Schindelin, (Fri Feb 16, 6:44 am)