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