Git development
 help / color / mirror / Atom feed
* `git log --graph` with multiple roots is confusing
@ 2014-06-30  6:40 Gary Fixler
  2014-06-30  8:08 ` John Keeping
  0 siblings, 1 reply; 5+ messages in thread
From: Gary Fixler @ 2014-06-30  6:40 UTC (permalink / raw)
  To: git@vger.kernel.org

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 their own project, with their histories
intact. These are usually not connected commits, but things I have to
track down across time with `git log -S` and friends.

When I `git remote add otherrepo <url>`, then view things with my
aliased `git log --oneline --all --graph --decorate` alias, I'm
usually immediately straining to figure out what's what, as the two
trees stack onto each other with no separation. It would be nice if
root commits used something other than *, and/or if they could be
colored differently by default, or via some option to make them stand
out as parent-less commits.

Is this feasible, or already possible?

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

end of thread, other threads:[~2014-07-09  7:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-30  6:40 `git log --graph` with multiple roots is confusing Gary Fixler
2014-06-30  8:08 ` John Keeping
2014-06-30 10:04   ` Gary Fixler
2014-07-09  6:51     ` Jeff King
2014-07-09  7:16       ` Duy Nguyen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox