<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/ssh-push.c, branch v0.99</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v0.99</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v0.99'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2005-07-10T22:39:08Z</updated>
<entry>
<title>[PATCH] write_sha1_to_fd()</title>
<updated>2005-07-10T22:39:08Z</updated>
<author>
<name>Daniel Barkalow</name>
<email>barkalow@iabervon.org</email>
</author>
<published>2005-07-10T22:25:38Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=a5eda52bfe8f0afe3abc0c7eaceb487c2ffb7ebb'/>
<id>urn:sha1:a5eda52bfe8f0afe3abc0c7eaceb487c2ffb7ebb</id>
<content type='text'>
Add write_sha1_to_fd(), which writes an object to a file descriptor. This
includes support for unpacking it and recompressing it.

Signed-off-by: Daniel Barkalow &lt;barkalow@iabervon.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>Fix sparse warnings.</title>
<updated>2005-07-03T17:10:45Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@g5.osdl.org</email>
</author>
<published>2005-07-03T17:10:45Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=6da4016aea2dc5bf311fea160bd8ef96ca82b999'/>
<id>urn:sha1:6da4016aea2dc5bf311fea160bd8ef96ca82b999</id>
<content type='text'>
Mainly making a lot of local functions and variables be marked "static",
but there was a "zero as NULL" warning in there too.
</content>
</entry>
<entry>
<title>[PATCH] git-ssh-pull: commit-id consistency</title>
<updated>2005-06-27T22:27:50Z</updated>
<author>
<name>Sven Verdoolaege</name>
<email>skimo@liacs.nl</email>
</author>
<published>2005-06-27T19:03:07Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=ee85cbc6887d6ae4eb09a3e2c7319f66ae7c9034'/>
<id>urn:sha1:ee85cbc6887d6ae4eb09a3e2c7319f66ae7c9034</id>
<content type='text'>
In contrast to other plumbing tools, git-ssh-push only
allow a very restrictive form of commit-id filenames.
This patch removes this restriction.

Acked-by: Daniel Barkalow &lt;barkalow@iabervon.org&gt;
Signed-off-by: Sven Verdoolaege &lt;skimo@kotnet.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] Fix several gcc4 signedness warnings</title>
<updated>2005-06-21T20:30:55Z</updated>
<author>
<name>Mika Kukkonen</name>
<email>mikukkon@miku.homelinux.net</email>
</author>
<published>2005-06-21T20:04:33Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=d565b3412a0242e2c729bd77d18c74ecd57184dc'/>
<id>urn:sha1:d565b3412a0242e2c729bd77d18c74ecd57184dc</id>
<content type='text'>
Here is a patch that fixes several gcc4 warnings about different signedness,
all between char and unsigned char. I tried to keep the patch minimal
so resertod to casts in three places.

Signed-off-by: Mika Kukkonen &lt;mikukkon@iki.fi&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>git-ssh-push/pull: usability improvements</title>
<updated>2005-06-07T21:23:46Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@ppc970.osdl.org</email>
</author>
<published>2005-06-07T21:23:46Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=001d4a27dbfaaa59c25dc35dafc69bd9b9bc21d3'/>
<id>urn:sha1:001d4a27dbfaaa59c25dc35dafc69bd9b9bc21d3</id>
<content type='text'>
Allow traditional ssh path specifiers (host:path), and let the user
override the command name on the other end.

With this, I can push to kernel.org with this script

	export GIT_SSH_PULL=/home/torvalds/bin/git-ssh-pull
	git-ssh-push -a -v -w heads/master heads/master master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.git

which while not pretty is at least workable.
</content>
</entry>
<entry>
<title>[PATCH] -w support for git-ssh-pull/push</title>
<updated>2005-06-07T00:12:47Z</updated>
<author>
<name>Daniel Barkalow</name>
<email>barkalow@iabervon.org</email>
</author>
<published>2005-06-06T20:43:27Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=c7c4bbe63193f580abd2460e96dd7e65f2d4904c'/>
<id>urn:sha1:c7c4bbe63193f580abd2460e96dd7e65f2d4904c</id>
<content type='text'>
This adds support for -w to git-ssh-pull and git-ssh-push to make
receiving side write the commit that was transferred to a reference file.

Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] rename git-rpush and git-rpull to git-ssh-push and git-ssh-pull</title>
<updated>2005-06-05T23:12:27Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-06-05T22:41:05Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=418aaf847a8b3ffffb4f777a2dd5262ca5ce0ef7'/>
<id>urn:sha1:418aaf847a8b3ffffb4f777a2dd5262ca5ce0ef7</id>
<content type='text'>
In preparation for 1.0 release, this makes the command names
consistent with others in git-*-pull family.

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