<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/hash-object.c, branch v1.2.2</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v1.2.2</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v1.2.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2005-12-11T02:57:57Z</updated>
<entry>
<title>Allow saving an object from a pipe</title>
<updated>2005-12-11T02:57:57Z</updated>
<author>
<name>Daniel Barkalow</name>
<email>barkalow@iabervon.org</email>
</author>
<published>2005-12-10T22:25:24Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=024510c8d947be6ae4765840e21a89d5a21271c4'/>
<id>urn:sha1:024510c8d947be6ae4765840e21a89d5a21271c4</id>
<content type='text'>
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 &lt;barkalow@iabervon.org&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>hash-object: -- and --help</title>
<updated>2005-12-06T06:29:05Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-12-06T06:29:05Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=9c2e7c0ca240e1508871cd22f2ee380f52d69a53'/>
<id>urn:sha1:9c2e7c0ca240e1508871cd22f2ee380f52d69a53</id>
<content type='text'>
It was cumbersome to feed hash-object the file '-t' (you could
have said "./-t", though).  Teach it '--' that terminates the
option list, like everybody else.  There is no way to extract
usage string from the command either, so teach it "--help" as
well.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>hash-object.c: type-fix to squelch compiler warnings.</title>
<updated>2005-11-29T07:13:03Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-11-28T11:19:03Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=99e01692063cc48adee19e1f738472a579c14ca2'/>
<id>urn:sha1:99e01692063cc48adee19e1f738472a579c14ca2</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>hash-object: work within subdirectory.</title>
<updated>2005-11-29T07:13:02Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-11-26T08:30:07Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=706fe6ae03e2c1452d59892944701c56237b903f'/>
<id>urn:sha1:706fe6ae03e2c1452d59892944701c56237b903f</id>
<content type='text'>
When -w is given, it needs to find out where the .git directory
is, so run the setup_git_directory() when we see a -w.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>[PATCH] Unify usage strings declaration</title>
<updated>2005-07-30T00:21:50Z</updated>
<author>
<name>Petr Baudis</name>
<email>pasky@suse.cz</email>
</author>
<published>2005-07-29T09:01:26Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=4d1f11903393bd79998144ce1089ce427a49a2ed'/>
<id>urn:sha1:4d1f11903393bd79998144ce1089ce427a49a2ed</id>
<content type='text'>
All usage strings are now declared as static const char [].

This is carried over from my old git-pb branch.

Signed-off-by: Petr Baudis &lt;pasky@ucw.cz&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>[PATCH] Expose object ID computation functions.</title>
<updated>2005-07-09T00:07:37Z</updated>
<author>
<name>Bryan Larsen</name>
<email>bryan.larsen@gmail.com</email>
</author>
<published>2005-07-08T23:51:55Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=7672db20c2060f20b01788e4a4289ebc5f818605'/>
<id>urn:sha1:7672db20c2060f20b01788e4a4289ebc5f818605</id>
<content type='text'>
This patch makes the first half of write_sha1_file() and
index_fd() externally visible, to allow callers to compute the
object ID without actually storing it in the object database.

[JC demangled the whitespaces himself because he liked the patch
 so much, and reworked the interface to index_fd() slightly,
 taking suggestion from Linus and of his own.]

Signed-off-by: Bryan Larsen &lt;bryan.larsen@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
</feed>
