]> git.ipfire.org Git - thirdparty/git.git/commit - cache.h
Allow saving an object from a pipe
authorDaniel Barkalow <barkalow@iabervon.org>
Sat, 10 Dec 2005 22:25:24 +0000 (17:25 -0500)
committerJunio C Hamano <junkio@cox.net>
Sun, 11 Dec 2005 02:57:57 +0000 (18:57 -0800)
commit024510c8d947be6ae4765840e21a89d5a21271c4
tree3a0912f20177e68e9e1e0e60b3aaea46ddc2fa32
parent10945e006a9567f4da1dac15cfdc1035752c5c5e
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>
Documentation/git-hash-object.txt
cache.h
hash-object.c
sha1_file.c