From: Avery Pennarun <apenwarr@gmail.com>
To: git@vger.kernel.org
Cc: Avery Pennarun <apenwarr@gmail.com>,
Junio C Hamano <gitster@pobox.com>,
Johannes Schindelin <Johannes.Schindelin@gmx.de>
Subject: Re: git subtree: an alternative to git submodule
Date: Fri, 15 May 2009 12:09:20 -0400 [thread overview]
Message-ID: <32541b130905150909h7e596f26w7db6887e7f4267ff@mail.gmail.com> (raw)
In-Reply-To: <1241822349-27470-1-git-send-email-apenwarr@gmail.com>
On Fri, May 8, 2009 at 6:39 PM, Avery Pennarun <apenwarr@gmail.com> wrote:
> I first sent out this patch set a couple of weeks ago
> (http://article.gmane.org/gmane.comp.version-control.git/117612) and got a
> couple of positive comments, but no negative ones, so I'm guessing people
> haven't reviewed it as closely as I would have hoped :)
>
> git subtree has these subcommands:
>
> - add: connect a given commit to a given subtree, basically using the
> occasionally-documented 'git read-tree --prefix; git commit' trick.
>
> - merge: a user-friendlier form of 'git merge -s subtree'
>
> - pull: likewise, but for git pull
>
> - split: (the magical part!) generate a new commit series from the given
> prefix, so you can submit subtree changes *back* to the upstream project
> you merged in the first place.
>
> Does anyone have any comments on what it would take to get the git subtree
> stuff accepted into git?
Hi all,
Just checking in again. Since I originally announced git-subtree, it
(or rather the concept) has received a bit of positive feedback out in
the wild. My original blog post about it:
http://alumnit.ca/~apenwarr/log/?m=200904#30
The heroku mailing list:
http://groups.google.com/group/heroku/browse_thread/thread/5e6807fcd2572f64
Ycombinator news: http://news.ycombinator.com/item?id=604405
And again: http://news.ycombinator.com/item?id=604889
Meanwhile, I've been keeping it in a separate git repo here:
http://github.com/apenwarr/git-subtree/commits/master (that's a web
link, not a git link).
The common thread in all these discussions is along the lines of,
"This sounds cool! I didn't try it though. Maybe I should!"
Commenters then seem to disappear into a black hole. The black hole
of my code! Bwahahaha! Sigh.
I would love to hear some feedback about this, particularly for the
question of what needs to be done to get it adopted into git's
mainline, or if it's in fact so evil that this is unlikely to ever
happen. Obviously I would need to write a man page, but I've been
hesitant to do that in case people have suggestions that need the
whole UI to change. Perhaps that's a chicken-and-egg problem, though,
and I should just get on with writing it.
Flame away!
Thanks,
Avery
P.S. Dscho is usually really good at flaming me for being stupid, but
he has been strangely silent on this topic so far. Don't miss this
exciting opportunity!
next prev parent reply other threads:[~2009-05-15 16:09 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-05-08 22:39 [PATCH/RFC RESEND 0/2] git subtree: an alternative to git submodule Avery Pennarun
2009-05-08 22:39 ` [PATCH/RFC RESEND 1/2] Add 'git subtree' command for tracking history of subtrees separately Avery Pennarun
2009-05-08 22:39 ` [PATCH/RFC RESEND 2/2] Automated test script for 'git subtree' Avery Pennarun
2009-05-15 16:09 ` Avery Pennarun [this message]
2009-05-15 18:11 ` git subtree: an alternative to git submodule Junio C Hamano
2009-05-15 18:31 ` Avery Pennarun
2009-05-18 15:55 ` Ping Yin
2009-05-18 15:55 ` Ping Yin
2009-05-18 16:38 ` Avery Pennarun
2009-05-19 14:27 ` Ping Yin
2009-05-19 16:13 ` Jakub Narebski
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=32541b130905150909h7e596f26w7db6887e7f4267ff@mail.gmail.com \
--to=apenwarr@gmail.com \
--cc=Johannes.Schindelin@gmx.de \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.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).