Make "parse_commit" return the "struct revision" for the commit.
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 17 Apr 2005 19:40:18 +0000 (12:40 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 17 Apr 2005 19:40:18 +0000 (12:40 -0700)
commit7d60ad7cc948b1b9e1066a3e740c91651bdc7e8d
tree7108636195bd22054fc889ab6eb87b2a0eb98e4a
parent6683463ed6b2da9eed309c305806f9393d1ae728
Make "parse_commit" return the "struct revision" for the commit.

Also, make it a fatal error to pass in a non-commit object. The callers
never checked, so better check here.

This simplifies merge-base further. It's now so trivial that it's almost
ridiculous.
merge-base.c
revision.h