author | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Sun, 1 May 2005 23:36:56 +0000 (16:36 -0700) | ||
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Sun, 1 May 2005 23:36:56 +0000 (16:36 -0700) | ||
commit | 3c249c950649a37f2871a8b193f01a0640a20aef | |
tree | 8ce5c715973ddb7ed553be593c090de979c4a5ce | tree | snapshot |
parent | 68849b544258cafdf42f3ebe9772ee7a346f7147 | commit | diff |
Add "get_sha1()" helper function.
This allows the programs to use various simplified versions of
the SHA1 names, eg just say "HEAD" for the SHA1 pointed to by
the .git/HEAD file etc.
For example, this commit has been done with
git-commit-tree $(git-write-tree) -p HEAD
instead of the traditional "$(cat .git/HEAD)" syntax.
This allows the programs to use various simplified versions of
the SHA1 names, eg just say "HEAD" for the SHA1 pointed to by
the .git/HEAD file etc.
For example, this commit has been done with
git-commit-tree $(git-write-tree) -p HEAD
instead of the traditional "$(cat .git/HEAD)" syntax.
16 files changed:
cache.h | diff | blob | history | |
cat-file.c | diff | blob | history | |
commit-tree.c | diff | blob | history | |
convert-cache.c | diff | blob | history | |
diff-cache.c | diff | blob | history | |
diff-tree.c | diff | blob | history | |
export.c | diff | blob | history | |
fsck-cache.c | diff | blob | history | |
ls-tree.c | diff | blob | history | |
merge-base.c | diff | blob | history | |
read-tree.c | diff | blob | history | |
rev-list.c | diff | blob | history | |
rev-tree.c | diff | blob | history | |
sha1_file.c | diff | blob | history | |
tar-tree.c | diff | blob | history | |
unpack-file.c | diff | blob | history |