author | Junio C Hamano <junkio@cox.net> | |
Thu, 28 Apr 2005 23:42:27 +0000 (16:42 -0700) | ||
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Thu, 28 Apr 2005 23:42:27 +0000 (16:42 -0700) | ||
commit | 40469ee9c6a6f4c85df5520ef719bba3d38a64f0 | |
tree | dc0b54b68c90574a689fef23c5ab26d165f3ee2e | tree | snapshot |
parent | cf9a113d3526c301b380fbd8a5d3b9d74d322c71 | commit | diff |
[PATCH] Rename and extend read_tree_with_tree_or_commit_sha1
This patch renames read_tree_with_tree_or_commit_sha1() to
read_object_with_reference() and extends it to automatically
dereference not just "commit" objects but "tag" objects. With
this patch, you can say e.g.:
ls-tree $tag
read-tree -m $(merge-base $tag $HEAD) $tag $HEAD
diff-cache $tag
diff-tree $tag $HEAD
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This patch renames read_tree_with_tree_or_commit_sha1() to
read_object_with_reference() and extends it to automatically
dereference not just "commit" objects but "tag" objects. With
this patch, you can say e.g.:
ls-tree $tag
read-tree -m $(merge-base $tag $HEAD) $tag $HEAD
diff-cache $tag
diff-tree $tag $HEAD
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
cache.h | diff | blob | history | |
diff-cache.c | diff | blob | history | |
diff-tree.c | diff | blob | history | |
git-mktag.c | diff | blob | history | |
ls-tree.c | diff | blob | history | |
read-tree.c | diff | blob | history | |
sha1_file.c | diff | blob | history |