author | Peter Eriksen <s022018@student.dtu.dk> | |
Sun, 2 Apr 2006 12:44:09 +0000 (14:44 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 4 Apr 2006 07:11:19 +0000 (00:11 -0700) | ||
commit | 8e4402592574d630cdb5ab4f55a1b7131802ff72 | |
tree | 5891c240ca498628ae66b8a7069ad9b90f123a2b | tree | snapshot |
parent | fc9957b0052df6a8248420395bc9febd66194252 | commit | diff |
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>
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 | diff | blob | history | |
blame.c | diff | blob | history | |
cat-file.c | diff | blob | history | |
combine-diff.c | diff | blob | history | |
commit-tree.c | diff | blob | history | |
convert-objects.c | diff | blob | history | |
diff-tree.c | diff | blob | history | |
entry.c | diff | blob | history | |
hash-object.c | diff | blob | history | |
index-pack.c | diff | blob | history | |
ls-tree.c | diff | blob | history | |
mktag.c | diff | blob | history | |
mktree.c | diff | blob | history | |
object.c | diff | blob | history | |
pack-objects.c | diff | blob | history | |
revision.c | diff | blob | history | |
sha1_file.c | diff | blob | history | |
tar-tree.c | diff | blob | history | |
tree-diff.c | diff | blob | history | |
tree-walk.c | diff | blob | history | |
unpack-file.c | diff | blob | history | |
unpack-objects.c | diff | blob | history | |
write-tree.c | diff | blob | history |