From: Eric Wong <normalperson@yhbt.net>
To: Robert Zeh <robert.a.zeh@gmail.com>
Cc: git@vger.kernel.org
Subject: Re: [PATCH] Add git svn gc command
Date: Mon, 20 Jul 2009 20:25:15 -0700 [thread overview]
Message-ID: <20090721032515.GA4636@dcvr.yhbt.net> (raw)
In-Reply-To: <1030C457-44CB-4D78-A692-8F3B34A3E9BD@gmail.com>
Robert Zeh <robert.a.zeh@gmail.com> wrote:
> Hi Eric,
>
> Thanks for all of the suggestions. I've attached a patch that takes all
> of the list suggestions into account. I hope I've implemented the
> can_compress changes properly.
Hi Robert, that looks fine to me.
> I believe I've fixed the white space issues; I tried a round trip and my
> tabs were preserved. The getcwd stuff was indeed leftover code from
> testing; I found another left over debug statement.
The tabs seem alright, but spaces are still mangled. Perhaps
Documentation/SubmittingPatches has tips for your mailer? (or check out
git send-email)
> I have one remaining question --- does git svn gc need to avoid
> removing index files if --no-metadata was set? If it does, I'd
> appreciate a tip on how to see if it was set.
Nope, not at all, index files are very safely removable unless there's a
clone/fetch actively running. The rev_map files on the other hand are
not removable iff --no-metadata or --use-svm-props is used.
--
Eric Wong
prev parent reply other threads:[~2009-07-21 3:25 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-19 23:00 [PATCH] Add git svn gc command Robert Zeh
2009-07-20 7:59 ` Eric Wong
2009-07-20 8:15 ` demerphq
2009-07-20 8:36 ` Eric Wong
2009-07-20 9:02 ` demerphq
2009-07-20 11:41 ` Thomas Rast
2009-07-20 12:18 ` demerphq
[not found] ` <1030C457-44CB-4D78-A692-8F3B34A3E9BD@gmail.com>
2009-07-21 3:25 ` Eric Wong [this message]
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=20090721032515.GA4636@dcvr.yhbt.net \
--to=normalperson@yhbt.net \
--cc=git@vger.kernel.org \
--cc=robert.a.zeh@gmail.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.