<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/ssh-pull.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-03T17:10:45Z</updated>
<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] Remove "delta" object representation.</title>
<updated>2005-06-27T22:27:51Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-06-27T10:33:33Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=c4584ae3fd7cd595a638a07dfd853e9d2745e930'/>
<id>urn:sha1:c4584ae3fd7cd595a638a07dfd853e9d2745e930</id>
<content type='text'>
Packed delta files created by git-pack-objects seems to be the
way to go, and existing "delta" object handling code has exposed
the object representation details to too many places.  Remove it
while we refactor code to come up with a proper interface in
sha1_file.c.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&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] Generic support for pulling refs</title>
<updated>2005-06-07T00:11:11Z</updated>
<author>
<name>Daniel Barkalow</name>
<email>barkalow@iabervon.org</email>
</author>
<published>2005-06-06T20:38:26Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=cd541a68b38cead87f5fa69d5331c467bce71656'/>
<id>urn:sha1:cd541a68b38cead87f5fa69d5331c467bce71656</id>
<content type='text'>
This adds support to pull.c for requesting a reference and writing it to a
file. All of the git-*-pull programs get stubs for now.

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>
