summaryrefslogtreecommitdiff
path: root/Documentation/git-write-blob.txt
blob: 22d75556e220d2f3b2332943bdc940f32456a71a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
git-write-blob(1)
=================
v0.1, May 2005
 
NAME
----
git-write-blob - Creates a blob from a file
 
 
SYNOPSIS
--------
'git-write-blob' <any-file-on-the-filesystem>
 
DESCRIPTION
-----------
Writes the contents of the named file (which can be outside of the work
tree) as a blob into the object database, and reports its object ID to its
standard output.  This is used by "git-merge-one-file-script" to update the
cache without modifying files in the work tree.
 
 
Author
------
Written by Linus Torvalds <torvalds@osdl.org>
 
Documentation
--------------
Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
 
GIT
---
Part of the link:git.html[git] suite