<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/git-reset-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-08T17:57:21Z</updated>
<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>Remove MERGE_HEAD in "git checkout/reset"</title>
<updated>2005-06-21T22:40:00Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@ppc970.osdl.org</email>
</author>
<published>2005-06-21T22:40:00Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=ef0bfa25e99627b809c0902d21072821955db3fe'/>
<id>urn:sha1:ef0bfa25e99627b809c0902d21072821955db3fe</id>
<content type='text'>
Both of these scripts will end up resetting the index to some specific
head, and any unresolved merge will be forgotten.
</content>
</entry>
<entry>
<title>Trivial git script fixups</title>
<updated>2005-06-15T01:56:05Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@ppc970.osdl.org</email>
</author>
<published>2005-06-15T01:56:05Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=40d8cfe4117564e5520e8f4f953addaa94844476'/>
<id>urn:sha1:40d8cfe4117564e5520e8f4f953addaa94844476</id>
<content type='text'>
Fix permissions, and add trivial "reset" and "add" scripts.

The "reset" script just resets the index back to head, while the "add"
script is just a crutch for people used to do "cvs add".
</content>
</entry>
</feed>
