Re: Git bundles for backup and cloning: the Zaphod Beeblebrox thread

2013-02-17 Thread Alain Kalker
On Sun, 17 Feb 2013 19:28:33 +, Alain Kalker wrote: > From the current documentation for git-bundle(1), it may not be clear > for users unfamilliar with Git, how to create a bundle which can be used > for backup purposes, or, more generally, to clone to a completely new >

Git bundles for backup and cloning: the Zaphod Beeblebrox thread

2013-02-17 Thread Alain Kalker
>From the current documentation for git-bundle(1), it may not be clear for users unfamilliar with Git, how to create a bundle which can be used for backup purposes, or, more generally, to clone to a completely new repository. Philip Oakley has posted a documentation patch some time ago, but Jun

Re: [BUG] Git clone of a bundle fails, but works (somewhat) when run with strace

2013-02-17 Thread Alain Kalker
On Fri, 15 Feb 2013 23:01:09 -0500, Jeff King wrote: > On Sat, Feb 16, 2013 at 12:03:58AM +0000, Alain Kalker wrote: > >> ---test.sh--- >> #!/bin/sh >> >> make clean make || return 125 GIT=$(pwd)/git >> >> cd /tmp rm -rf testrepo mkdir testrepo cd

Re: [BUG] Git clone of a bundle fails, but works (somewhat) when run with strace

2013-02-15 Thread Alain Kalker
On Fri, 15 Feb 2013 22:25:47 +, Alain Kalker wrote: > On Fri, 15 Feb 2013 20:33:24 +0100, Alain Kalker wrote: > >> tl;dr: >> >> - `git bundle create` without gives git rev-list >> help, then dies. >>Should point out missing instead. >> - `git

Re: [BUG] Git clone of a bundle fails, but works (somewhat) when run with strace

2013-02-15 Thread Alain Kalker
On Fri, 15 Feb 2013 20:33:24 +0100, Alain Kalker wrote: > tl;dr: > > - `git bundle create` without gives git rev-list > help, then dies. >Should point out missing instead. > - `git clone gives "ERROR: Repository not found." > - `strace ... git clone `

Re: You have exceeded the email quota limit

2013-02-15 Thread Alain Kalker
On Fri, 15 Feb 2013 14:22:53 -0600, wlewis wrote: Spam, spam, beautiful SPAM. 'nuff said. -- 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

[BUG] Git clone of a bundle fails, but works (somewhat) when run with strace

2013-02-15 Thread Alain Kalker
master set up to track remote branch master from origin. Already on 'master' $ git branch -av * master323a72d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net remotes/origin/master 323a72d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net $ # W