git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git-subtree split O(N)
@ 2012-05-01  1:39 Vinnie Falco
  2012-05-01  3:03 ` Randal L. Schwartz
  2012-05-01 19:49 ` dag
  0 siblings, 2 replies; 4+ messages in thread
From: Vinnie Falco @ 2012-05-01  1:39 UTC (permalink / raw)
  To: git

I'm using git-subtree split to extract changes to a directory
previously added with git-subtree add, in my local repository. The
split is going into its own branch, which I then push to the upstream.

The problem is that every time I split, git-subtree starts from the
very beginning of the commit log and works its way forward. I thought
that it was only supposed to do that once, and that subsequent splits
would start from the last commit in the destination branch (I keep the
split branch around).

What's going on?

-- 
Follow me on Github: https://github.com/vinniefalco

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-05-01 19:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-01  1:39 git-subtree split O(N) Vinnie Falco
2012-05-01  3:03 ` Randal L. Schwartz
2012-05-01  3:10   ` Vinnie Falco
2012-05-01 19:49 ` dag

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).