Re: [patch] Import "git-forest" into contrib/

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Jan Engelhardt
Date: Wednesday, March 19, 2008 - 3:23 pm

On Mar 19 2008 14:52, Junio C Hamano wrote:

Actually, it's `git log -1 -p` that I used. PINE traditionally
trashes the direct mbox output of git, i.e. Message-ID is rewritten
by PINE again when using Continue Postponed, but apparently only on
non-PINE messages to begin with. I just recently switched to alpine,
maybe it's better there.



Yes. Would

#       Connections with four "legs" ('╬' or variants thereof, like
#       '╪') are 
#       meant to be interpreted as being connected only in the
#       horizontal and 
#       vertical direction, NOT around-the-corner. 
# 
#       Connections with three or less "legs" ('╠', '╩', '╦', etc.)
#       imply 
#       a connection to all connected directions.

work as help text?


A..G in the above are actually placeholders for more wood
instead of placeholders for commits.

So (one possible) answer to your question — since you can only
be referring to commits :-) — would be:


╓─[master]──[G]──sm7
║ ╓─[F]──sm6
║ ║ ╓─[E]──sm5
║ ║ ║ ╓─[C]──sm4
║ ║ ║ ║ ╓─[D]──something3
║ ║ ║ ║ ╠═╗ 
║ ║ ║ ║ ╟─║─[B]──something2
╠═╩═╩═╩═╬═╝ 
╟───────║─[A]──something1
╠═══════╝ 
╙ Initial

depending on the order you committed (or flags like
--date-order/--topo-order).

If one commit is added to D, the picture shifts a bit:

╓─[master]──c8
║ ╓─[G]──sm7
║ ║ ╓─[F]──sm6
║ ║ ║ ╓─[E]──sm5
║ ║ ║ ║ ╓─[C]──sm4
╟─║─║─║─║─[D]──something3
╠═╬═╬═╬═╬═╗ 
╟─║─║─║─║─║─[B]──something2
║ ╠═╩═╩═╩═╝ 
║ ╟─[A]──something1
╠═╝ 
╙ Initial
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[patch] Import "git-forest" into contrib/, Jan Engelhardt, (Tue Mar 18, 11:25 am)
Re: [patch] Import "git-forest" into contrib/, Miklos Vajna, (Wed Mar 19, 2:11 pm)
Re: [patch] Import "git-forest" into contrib/, Jan Engelhardt, (Wed Mar 19, 2:22 pm)
Re: [patch] Import "git-forest" into contrib/, Junio C Hamano, (Wed Mar 19, 2:52 pm)
Re: [patch] Import "git-forest" into contrib/, Jan Engelhardt, (Wed Mar 19, 3:23 pm)
Re: [patch] Import "git-forest" into contrib/, Miklos Vajna, (Wed Mar 19, 7:16 pm)