7 git-write-blob - Creates a blob from a file
12 'git-write-blob' <any-file-on-the-filesystem>
16 Writes the contents of the named file (which can be outside of the work
17 tree) as a blob into the object database, and reports its object ID to its
18 standard output. This is used by "git-merge-one-file-script" to update the
19 cache without modifying files in the work tree.
24 Written by Linus Torvalds <torvalds@osdl.org>
28 Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
32 Part of the link:git.html[git] suite