git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Avery Pennarun <apenwarr@gmail.com>
To: Sitaram Chamarty <sitaramc@gmail.com>
Cc: git@vger.kernel.org
Subject: Re: [git subtree] documentation and new --squash mode
Date: Sun, 31 May 2009 12:42:43 -0400	[thread overview]
Message-ID: <32541b130905310942x3ca98b0ibbed8598f4ba6e56@mail.gmail.com> (raw)
In-Reply-To: <slrnh24bff.n9t.sitaramc@sitaramc.homelinux.net>

On Sun, May 31, 2009 at 3:12 AM, Sitaram Chamarty <sitaramc@gmail.com> wrote:
> As I understand the documentation (and past emails, snippets
> of IRC traffic, etc) git subtree will help me do precisely
> what I want -- a simple way to deal with this all-too-common
> SVN-ism.  If not "simple", at least
>
>  - simpler than submodules, and
>
>  - no need for advance planning [1] about what parts will
>    be subprojects.

Well, I don't know that I'd go so far as to advise against advance
planning :)  But git subtree does make it easy for you to change your
mind later, that much is true.

You might still have some troubles if you rename subdirectories a lot;
perhaps I don't understand it correctly, but the so-called file
move/rename detection in git doesn't seem to be implemented
everywhere. If you extract the history of a subdirectory that was
previously renamed, you'll get only the history since it was renamed.
(Which might be fine with you.  You can certainly still merge it back
in afterwards.)

Also, git-subtree might have bugs yet.  Watch out for that :)

> [1] I do understand filter-branch quite well, and I know that
> even without advance planning it is possible to separate a
> subdirectory into its own repo using filter-branch.  I don't
> fancy teaching *them* filter-branch, so that makes me
> personally central to their projects, which is not scalable
> at all.

git-subtree is certainly easier to use than filter-branch, IMHO.  Plus
it helps you merge things back in afterwards, which filter-branch
doesn't particularly.

Have fun,

Avery

  reply	other threads:[~2009-05-31 16:43 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-30 18:36 [git subtree] documentation and new --squash mode Avery Pennarun
2009-05-31  7:12 ` Sitaram Chamarty
2009-05-31 16:42   ` Avery Pennarun [this message]
2009-06-01  1:09     ` Sitaram Chamarty

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=32541b130905310942x3ca98b0ibbed8598f4ba6e56@mail.gmail.com \
    --to=apenwarr@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=sitaramc@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 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).