<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/git-repack-script, 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-08T22:59:29Z</updated>
<entry>
<title>Mark git-relink-script and git-repack-script executable</title>
<updated>2005-07-08T22:59:29Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@g5.osdl.org</email>
</author>
<published>2005-07-08T22:59:29Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=5c5dc2fb51ad43100881d563a9d07ac1b70a5607'/>
<id>urn:sha1:5c5dc2fb51ad43100881d563a9d07ac1b70a5607</id>
<content type='text'>
Sure, "install" will default to installing it executable anyway, but
this is the right thing to do.
</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>Make the name of a pack-file depend on the objects packed there-in.</title>
<updated>2005-07-03T22:34:04Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@g5.osdl.org</email>
</author>
<published>2005-07-03T22:34:04Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=5f3de58ff85c49620ae2a1722d8d4d37c881a054'/>
<id>urn:sha1:5f3de58ff85c49620ae2a1722d8d4d37c881a054</id>
<content type='text'>
This means that the .git/objects/pack directory is also rsync'able,
since the filenames created there-in are either unique or refer to the
same data.

Otherwise you might not be able to pull from a directory that is partly
packed without having to worry about missing objects due to pack-file
name clashes.
</content>
</entry>
<entry>
<title>Add "git repack" command that does an incremental pack</title>
<updated>2005-07-03T20:38:01Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@g5.osdl.org</email>
</author>
<published>2005-07-03T20:38:01Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=b2d46199d24856a05f455236031935dd35b3116f'/>
<id>urn:sha1:b2d46199d24856a05f455236031935dd35b3116f</id>
<content type='text'>
</content>
</entry>
</feed>
