]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/write-tree.c
Use blob_, commit_, tag_, and tree_type throughout.
authorPeter Eriksen <s022018@student.dtu.dk>
Sun, 2 Apr 2006 12:44:09 +0000 (14:44 +0200)
committerJunio C Hamano <junkio@cox.net>
Tue, 4 Apr 2006 07:11:19 +0000 (00:11 -0700)
commit8e4402592574d630cdb5ab4f55a1b7131802ff72
tree5891c240ca498628ae66b8a7069ad9b90f123a2b
parentfc9957b0052df6a8248420395bc9febd66194252
Use blob_, commit_, tag_, and tree_type throughout.

This replaces occurences of "blob", "commit", "tag", and "tree",
where they're really used as type specifiers, which we already
have defined global constants for.

Signed-off-by: Peter Eriksen <s022018@student.dtu.dk>
Signed-off-by: Junio C Hamano <junkio@cox.net>
23 files changed:
apply.c
blame.c
cat-file.c
combine-diff.c
commit-tree.c
convert-objects.c
diff-tree.c
entry.c
hash-object.c
index-pack.c
ls-tree.c
mktag.c
mktree.c
object.c
pack-objects.c
revision.c
sha1_file.c
tar-tree.c
tree-diff.c
tree-walk.c
unpack-file.c
unpack-objects.c
write-tree.c