]> git.ipfire.org Git - thirdparty/git.git/commit
Cleanup variables in cat-file
authorShawn O. Pearce <spearce@spearce.org>
Sun, 22 Apr 2007 01:14:39 +0000 (21:14 -0400)
committerJunio C Hamano <junkio@cox.net>
Sun, 22 Apr 2007 07:43:24 +0000 (00:43 -0700)
commit2b6854c863ae83dd8b4766a159a45a02e883a41f
tree78a9cf0314339a386b79ae968114b72463904bd9
parent7392b03aa45846a4450e5990ce1381ed6fd706e2
Cleanup variables in cat-file

I want to add new command line options to cat-file, but
to do that we need to change how we handle argv[] first.
This is a simple cleanup that assigns names to the two
arguments we currently care about.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-cat-file.c