From: Dmitrijs Ledkovs <dmitrij.ledkov@ubuntu.com>
To: git@vger.kernel.org
Subject: How to fork on repo.or.cz?
Date: Sat, 24 Apr 2010 20:33:56 +0100 [thread overview]
Message-ID: <x2r86ecb3c71004241233h97e3cf08l89aa4e6ef2fc4425@mail.gmail.com> (raw)
Hi all,
I'm not sure if it is bug on repo.or.cz or I'm doing something wrong.
Here (gitweb url) http://repo.or.cz/w/binutils.git is a clone of
binutils git-cvsimport
I've made a fork of that repo (gitweb url) http://repo.or.cz/w/binutils/xnox.git
>From the fork website I'm folling the instructions:
"$ git clone --reference /path/to/your/binutils.git/incarnation mirror_URL"
So I do this:
$ git clone git://repo.or.cz/binutils.git --reference ~/src/cross/binutils.git/
And I get repo very quickly cause objects are reused. Then I try to do this:
$ cd binutils/
$ git push ssh://repo.or.cz/srv/git/binutils/xnox.git --all
Counting objects: 178357, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (36896/36896), done.
^Citing objects: 5% (8918/178357), 2.16 MiB | 483 KiB/s
I terminate that, because my expectation is that
repo:binutils/xnox.git has access to all objects in repo:binutils.git
and should IMHO nearly instantly creates refs for all branches cause
nothing changed. Looking at this output it doesn't seem like my fork
is reusing objects from the "fork parent" repo.
What wrong? How am I suppose to use forks on repo.or.cz such that I
upload just *my* commits and don't re-upload whole history again.
Please help
Thanks.
next reply other threads:[~2010-04-24 19:34 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-04-24 19:33 Dmitrijs Ledkovs [this message]
2010-05-06 4:38 ` How to fork on repo.or.cz? Jason Merrill
2010-05-06 9:51 ` Dmitrijs Ledkovs
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=x2r86ecb3c71004241233h97e3cf08l89aa4e6ef2fc4425@mail.gmail.com \
--to=dmitrij.ledkov@ubuntu.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).