author | Junio C Hamano <junkio@cox.net> | |
Wed, 26 Apr 2006 10:18:51 +0000 (03:18 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 26 Apr 2006 10:18:51 +0000 (03:18 -0700) | ||
commit | 3496277a561307c3d31d2085347af8eb4c667c36 | |
tree | 6ebd68e62f0fef1def59bb711cf167cefdb899e7 | tree | snapshot |
parent | 2d86d2c6fcbd62696447fe3dbfac664e6c82b0ce | commit | diff |
commit-tree: allow generic object name for the tree as well.
We use get_sha1() for -p (parent) objects, but still used
get_sha1_hex() for the tree. Just to be consistent, allow
extended SHA1 expression for the tree object name.
Note that this is not to encourage funky things like this:
git-commit-tree HEAD^{tree} -p HEAD
Signed-off-by: Junio C Hamano <junkio@cox.net>
We use get_sha1() for -p (parent) objects, but still used
get_sha1_hex() for the tree. Just to be consistent, allow
extended SHA1 expression for the tree object name.
Note that this is not to encourage funky things like this:
git-commit-tree HEAD^{tree} -p HEAD
Signed-off-by: Junio C Hamano <junkio@cox.net>
commit-tree.c | diff | blob | history |