]> git.ipfire.org Git - thirdparty/git.git/commit - commit.c
commit_list_insert: return the new commit list entry
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Tue, 31 May 2005 01:44:02 +0000 (18:44 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Tue, 31 May 2005 01:44:02 +0000 (18:44 -0700)
commitac5155ef59a686f02e984d449476208ffe33b66d
tree9f21f49635b764636cb77ba49e281fbbb203e3dc
parent70aadac081d8c05ae31616c8f63b73ee3e83c45a
commit_list_insert: return the new commit list entry

This is useful for when we want to insert the next one after
this new one, for example.
commit.c
commit.h