]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
Make "git rev-list" be a builtin
authorLinus Torvalds <torvalds@osdl.org>
Thu, 18 May 2006 21:19:20 +0000 (14:19 -0700)
committerJunio C Hamano <junkio@cox.net>
Thu, 18 May 2006 22:46:11 +0000 (15:46 -0700)
commit5fb61b8dcfdf7bcec0793c071813e255d1803859
treed659b35a14c586d5f8121ab22735941639e63508
parent065e0b126f47e0c280da6830956766ff2ea8cf17
Make "git rev-list" be a builtin

This was surprisingly easy. The diff is truly minimal: rename "main()" to
"cmd_rev_list()" in rev-list.c, and rename the whole file to reflect its
new built-in status.

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile
builtin-rev-list.c [moved from rev-list.c with 98% similarity]
builtin.h
git.c