author | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Sun, 17 Apr 2005 19:40:18 +0000 (12:40 -0700) | ||
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Sun, 17 Apr 2005 19:40:18 +0000 (12:40 -0700) | ||
commit | 7d60ad7cc948b1b9e1066a3e740c91651bdc7e8d | |
tree | 7108636195bd22054fc889ab6eb87b2a0eb98e4a | tree | snapshot |
parent | 6683463ed6b2da9eed309c305806f9393d1ae728 | commit | diff |
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.
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 | diff | blob | history | |
revision.h | diff | blob | history |