<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/Makefile, 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-09T00:07:37Z</updated>
<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>
<entry>
<title>Add "mkpath()" helper function</title>
<updated>2005-07-08T23:20:59Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@g5.osdl.org</email>
</author>
<published>2005-07-08T23:20:59Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=26c8a533afac9540e46e7d7707d9179772c6d2c8'/>
<id>urn:sha1:26c8a533afac9540e46e7d7707d9179772c6d2c8</id>
<content type='text'>
I'm bored with doing it by hand all the time.
</content>
</entry>
<entry>
<title>Add "git-push-script" to make a more regular interface</title>
<updated>2005-07-08T21:24:25Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@g5.osdl.org</email>
</author>
<published>2005-07-08T21:24:25Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=51cb06c36de67007f3464d864f63d93213fcaf86'/>
<id>urn:sha1:51cb06c36de67007f3464d864f63d93213fcaf86</id>
<content type='text'>
It only does local and ssh pushes, because it's really just a wrapper
for git-send-pack.  We might make it do an rsync mirror or something, of
course.
</content>
</entry>
<entry>
<title>[PATCH] Make sq_expand() available as sq_quote().</title>
<updated>2005-07-08T18:01:10Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-07-08T06:58:32Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=6fb737be5e4803feabe0d1b6169de36131936368'/>
<id>urn:sha1:6fb737be5e4803feabe0d1b6169de36131936368</id>
<content type='text'>
A useful shell safety helper sq_expand() was hidden as a static
function in diff.c.  Extract it out and make it available as
sq_quote().

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>Add "git-sh-setup-script" for common git shell script setup</title>
<updated>2005-07-08T17:57:21Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@g5.osdl.org</email>
</author>
<published>2005-07-08T17:57:21Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=b33e9666082ce692e64ccfd688dc2a5075566f75'/>
<id>urn:sha1:b33e9666082ce692e64ccfd688dc2a5075566f75</id>
<content type='text'>
It sets up the normal git environment variables and a few helper
functions (currently just "die()"), and returns ok if it all looks like
a git archive.  So use it something like

	. git-sh-setup-script || die "Not a git archive"

to make the rest of the git scripts more careful and readable.
</content>
</entry>
<entry>
<title>[PATCH] git-format-patch: Prepare patches for e-mail submission.</title>
<updated>2005-07-08T01:07:12Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-07-05T20:19:05Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=0acfc9725287d21ab7478020b66f39d7ea511804'/>
<id>urn:sha1:0acfc9725287d21ab7478020b66f39d7ea511804</id>
<content type='text'>
This is the script I use to prepare patches for e-mail submission.

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>Infrastructure for git rpm builds.  Adds GIT_VERSION to Makefile and new make</title>
<updated>2005-07-07T20:09:50Z</updated>
<author>
<name>Chris Wright</name>
<email>chrisw@osdl.org</email>
</author>
<published>2005-07-07T20:09:50Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=a9db297485a7b8c641d3cf686d03cb63b774e530'/>
<id>urn:sha1:a9db297485a7b8c641d3cf686d03cb63b774e530</id>
<content type='text'>
targets: git.spec, dist, and rpm.  A simple 'make rpm' will build the rpm.
Also adds git.spec.in which is used to generate git.spec.

Signed-off-by: Chris Wright &lt;chrisw@osdl.org&gt;
</content>
</entry>
<entry>
<title>Add a "git-show-index" helper that shows the contents of a pack index</title>
<updated>2005-07-06T00:08:02Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@g5.osdl.org</email>
</author>
<published>2005-07-06T00:08:02Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=0271611e390c3aaacc4f4f0529c10c7b095ed682'/>
<id>urn:sha1:0271611e390c3aaacc4f4f0529c10c7b095ed682</id>
<content type='text'>
This was invaluable for debugging the zero-sized compression issue, and
might be useful for scripting too, if people want to see the contents of
a pack.
</content>
</entry>
<entry>
<title>Add "git-clone-pack" program to help with "git clone"</title>
<updated>2005-07-05T22:45:37Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@g5.osdl.org</email>
</author>
<published>2005-07-05T22:45:37Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=1fcc8ea55d9a126156c037a8c80dc256ceec0855'/>
<id>urn:sha1:1fcc8ea55d9a126156c037a8c80dc256ceec0855</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge with Linus' current tree</title>
<updated>2005-07-05T13:32:29Z</updated>
<author>
<name>Matthias Urlichs</name>
<email>smurf@smurf.noris.de</email>
</author>
<published>2005-07-05T13:32:29Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=f4b3a4c30b5ea3a5de2a2597a3c53266017d02ba'/>
<id>urn:sha1:f4b3a4c30b5ea3a5de2a2597a3c53266017d02ba</id>
<content type='text'>
</content>
</entry>
</feed>
