From: Matthias Kestenholz <lists@spinlock.ch>
To: Li Yang-r58472 <LeoLi@freescale.com>
Cc: git@vger.kernel.org
Subject: Re: newbie question
Date: Tue, 16 May 2006 09:09:15 +0200 [thread overview]
Message-ID: <20060516070915.GA4680@spinlock.ch> (raw)
In-Reply-To: <9FCDBA58F226D911B202000BDBAD467308146E@zch01exm40.ap.freescale.net>
Hello,
* Li Yang-r58472 (LeoLi@freescale.com) wrote:
> I just starting to use git recently. I have setup a public repository,
> and pushed cloned open source repository to it. As most documents
> suggested, I need to run a repack on the public repository. Normally
> git-repack is run in the source directory(the parent directory of .git).
> Considering the public repository, there is no source directory and the
> *.git is the uppest level directory. Where am I supposed to run the
> git-repack command?
Do it like that:
$ ls
project.git
$ GIT_DIR=project.git git-repack -a -d
next prev parent reply other threads:[~2006-05-16 7:09 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-05-16 7:03 newbie question Li Yang-r58472
2006-05-16 7:09 ` Matthias Kestenholz [this message]
-- strict thread matches above, loose matches on Subject: below --
2009-07-03 18:39 Alex K
2009-07-03 19:12 ` dloewenherz
2009-07-03 19:22 ` Junio C Hamano
2009-07-04 0:29 ` Sitaram Chamarty
2009-07-06 12:11 ` Michael J Gruber
2010-09-19 23:51 Newbie question kinley
2010-09-19 23:59 ` Andrew Keller
2010-09-20 0:50 ` kinley
2010-09-20 1:47 ` Imran M Yousuf
2010-09-20 6:55 ` Kevin Ballard
2010-09-20 19:32 ` kinley
2010-09-20 8:31 ` Jakub Narebski
2010-09-20 8:39 ` Alex Riesen
2010-09-23 4:59 George Spelvin
2010-09-23 6:29 ` Thomas Hochstein
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=20060516070915.GA4680@spinlock.ch \
--to=lists@spinlock.ch \
--cc=LeoLi@freescale.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).