]> git.ipfire.org Git - thirdparty/git.git/commit - builtin.h
git-verify-pack: make builtin
authorRene Scharfe <rene.scharfe@lsrfire.ath.cx>
Thu, 10 Aug 2006 15:02:38 +0000 (17:02 +0200)
committerJunio C Hamano <junkio@cox.net>
Thu, 10 Aug 2006 21:19:06 +0000 (14:19 -0700)
commit2e3ed670eb09feffe847af55db38da3dcecc2a88
treee3244347449770525b023658864a531dbb43cd48
parent44e1d764d0d3123a614377e10655b4348cf57771
git-verify-pack: make builtin

Convert git-verify-pack to a builtin command.  Also rename ac to argc
and av to argv for consistancy.

Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile
builtin-verify-pack.c [moved from verify-pack.c with 83% similarity]
builtin.h
git.c