Request for large repo clone on slow intermittent connections

2016-09-22 Thread Aaron Gray
I am having problems cloning a 2.1GB repo from googlesource C:\Users\Aaron Gray\GitHub>git clone https://chromium.googlesource.com/chromium/chromium Cloning into 'chromium'... remote: Sending approximately 2.11 GiB ... error: fatal: The remote end hung up unexpectedly MiB | 2.74 MiB

[bug] Possible Windows 'git mv' bug

2016-01-31 Thread Aaron Gray
Hi, I think I have found a possible difference in behaviour between Windows git commandline distro and Linux git basically If I do a :- git mv logger.h Logger.h I get the following :- fatal: destination exists, source=lib/logger.h, destination=lib/Logger.h It looks and smells like a b

Re: [bug] Possible Windows 'git mv' bug

2016-01-31 Thread Aaron Gray
On 31 January 2016 at 15:05, Doug Kelly wrote: > On Sun, Jan 31, 2016 at 8:50 AM, Johannes Sixt wrote: >> Am 31.01.2016 um 15:03 schrieb Aaron Gray: >>> I think I have found a possible difference in behaviour between >>> Windows git commandline distro and Linux git

Re: [bug] Possible Windows 'git mv' bug

2016-01-31 Thread Aaron Gray
On 31 January 2016 at 14:50, Johannes Sixt wrote: > Am 31.01.2016 um 15:03 schrieb Aaron Gray: >> >> Hi, >> >> I think I have found a possible difference in behaviour between >> Windows git commandline distro and Linux git >> >> basically If I do a :

Git for Windows

2016-02-01 Thread Aaron Gray
Hi, I am using Windows 10 and am getting "The signature for git-2.7.0-64-bit.exe is corrupt or invalid" ! Same for the 32bit version. Regards, Aaron -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at ht

exporting a .git file ?

2012-08-27 Thread Aaron Gray
Hi, Is there anyway to get my git repository as a single file ? Many thanks in advance, Aaron -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: exporting a .git file ?

2012-08-27 Thread Aaron Gray
On 27 August 2012 15:35, Mihamina Rakotomandimby wrote: > On 08/27/2012 05:32 PM, Aaron Gray wrote: >> >> Is there anyway to get my git repository as a single file ? > > > What is the purpose? > ".git/" is a folder... I realize that but I wanted to distrib

Re: exporting a .git file ?

2012-08-27 Thread Aaron Gray
On 27 August 2012 15:45, Dan Johnson wrote: > On Mon, Aug 27, 2012 at 10:32 AM, Aaron Gray > wrote: >> Hi, >> >> Is there anyway to get my git repository as a single file ? > > You're probably looking for the git bundle command (see git bundle > --help), bu