[PATCH] Tweaked --merge-order --show-breaks output in case specified head has no...
commit8cd1033e10b3d51d19676902bf522be15eb95751
authorJon Seymour <jon.seymour@gmail.com>
Mon, 20 Jun 2005 02:29:29 +0000 (20 12:29 +1000)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 20 Jun 2005 03:13:18 +0000 (19 20:13 -0700)
tree267a0d622b401347c400a5ae5b61465ba44dc45f
parentdec5eda7860f6d8babf3fa14c00bc5e1d4e06b4f
[PATCH] Tweaked --merge-order --show-breaks output in case specified head has no parent

      git-rev-list --merge-order --show-breaks root

Was outputing:

| root

It now outputs:

= root

Which is consistent with the behaviour of other cases.

Signed-off-by: Jon Seymour <jon.seymour@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
epoch.c