Re: `git log --graph` with multiple roots is confusing

2014-07-09 Thread Duy Nguyen
On Wed, Jul 9, 2014 at 1:51 PM, Jeff King wrote: > On Mon, Jun 30, 2014 at 03:04:19AM -0700, Gary Fixler wrote: > >> I just made a new test repo, added and fetched two unrelated repos, >> and then did the log view (all/graph/decorate/oneline), and tacked on >> --boundary, but saw no change. The ro

Re: `git log --graph` with multiple roots is confusing

2014-07-08 Thread Jeff King
On Mon, Jun 30, 2014 at 03:04:19AM -0700, Gary Fixler wrote: > I just made a new test repo, added and fetched two unrelated repos, > and then did the log view (all/graph/decorate/oneline), and tacked on > --boundary, but saw no change. The root commits looked the same. There was some discussion a

Re: `git log --graph` with multiple roots is confusing

2014-06-30 Thread Gary Fixler
I just made a new test repo, added and fetched two unrelated repos, and then did the log view (all/graph/decorate/oneline), and tacked on --boundary, but saw no change. The root commits looked the same. -g On Mon, Jun 30, 2014 at 1:08 AM, John Keeping wrote: > On Sun, Jun 29, 2014 at 11:40:40PM

Re: `git log --graph` with multiple roots is confusing

2014-06-30 Thread John Keeping
On Sun, Jun 29, 2014 at 11:40:40PM -0700, Gary Fixler wrote: > I sometimes pull things in from unrelated repositories to rebase or > cherry-pick items from a different line of development. I've done this > to bring isolated features into a project in their own feature > branches with their full dev

`git log --graph` with multiple roots is confusing

2014-06-29 Thread Gary Fixler
I sometimes pull things in from unrelated repositories to rebase or cherry-pick items from a different line of development. I've done this to bring isolated features into a project in their own feature branches with their full development histories, and also to extract lines of development out to t