author | Daniel Barkalow <barkalow@iabervon.org> | |
Sat, 10 Dec 2005 22:25:24 +0000 (17:25 -0500) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sun, 11 Dec 2005 02:57:57 +0000 (18:57 -0800) | ||
commit | 024510c8d947be6ae4765840e21a89d5a21271c4 | |
tree | 3a0912f20177e68e9e1e0e60b3aaea46ddc2fa32 | tree | snapshot |
parent | 10945e006a9567f4da1dac15cfdc1035752c5c5e | commit | diff |
Allow saving an object from a pipe
In order to support getting data into git with scripts, this adds a
--stdin option to git-hash-object, which will make it read from stdin.
Signed-off-by: Daniel Barkalow <barkalow@iabervon.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
In order to support getting data into git with scripts, this adds a
--stdin option to git-hash-object, which will make it read from stdin.
Signed-off-by: Daniel Barkalow <barkalow@iabervon.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-hash-object.txt | diff | blob | history | |
cache.h | diff | blob | history | |
hash-object.c | diff | blob | history | |
sha1_file.c | diff | blob | history |