Add "look up parent" logic for the simple names.
commit35ad33823e90fb166a6480cdc9195051535e9788
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 2 May 2005 01:13:16 +0000 (1 18:13 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 2 May 2005 01:13:16 +0000 (1 18:13 -0700)
treef74537054bb06e921350e893bf445179f1c368af
parent3c249c950649a37f2871a8b193f01a0640a20aef
Add "look up parent" logic for the simple names.

It uses the jit syntax, at least for now. 0-xxxx is the first parent of xxxx,
while 1-xxxx is the second, and so on. You can use just "-xxxx" for the first
parent, but a lot of commands will think that the initial '-' implies a
command line flag.
sha1_file.c