]> git.ipfire.org Git - thirdparty/git.git/commit - commit.c
Make "insert_by_date()" match "commit_list_insert()"
authorLinus Torvalds <torvalds@g5.osdl.org>
Wed, 6 Jul 2005 16:31:17 +0000 (09:31 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 6 Jul 2005 16:31:17 +0000 (09:31 -0700)
commitf755494cec27fed8c9693bb91c26762061518b0b
tree9802a641645e28694535343c2e3e1fbe9733e5cf
parentf6069c5995114d0fb2fba1140be5db717ff3b396
Make "insert_by_date()" match "commit_list_insert()"

Same argument order, same return type.  This allows us to use a function
pointer to choose one over the other.
commit.c
commit.h
epoch.c
rev-list.c