]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/rev-list.c
git-rev-list: factor out the commit printing from "main()"
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Thu, 2 Jun 2005 16:19:53 +0000 (09:19 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Thu, 2 Jun 2005 16:19:53 +0000 (09:19 -0700)
commit81f2bb1f54b20abefa9d102ea98c4ac73d81a66d
treedd4cbd18dc52e767dd57e7e402edc3008d28e260
parentcc29f7328551eca7bb6a8f37653c3fe3b7a973a5
git-rev-list: factor out the commit printing from "main()"

Functions that do many things are bad. We should basically
just parse the arguments in main(). We're not quite there
yet, but it's a step in the right direction.
rev-list.c