<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/git-tag-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-09T01:23:06Z</updated>
<entry>
<title>Make "git tag" more user-friendly</title>
<updated>2005-07-09T01:23:06Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@g5.osdl.org</email>
</author>
<published>2005-07-09T01:23:06Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=918c05f1b653d24a03d5b29c576894ede63a6787'/>
<id>urn:sha1:918c05f1b653d24a03d5b29c576894ede63a6787</id>
<content type='text'>
Instead of having to cut-and-paste the result, write it to the tag
directory directly.  Also, start an editor for the tag message, rather
than just reading it from stdin.
</content>
</entry>
<entry>
<title>Introduce GIT_DIR environment variable.</title>
<updated>2005-05-10T05:57:58Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-05-10T05:57:58Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=8ac069ac0ab34e751e5f96b0244a5fec10f3e54f'/>
<id>urn:sha1:8ac069ac0ab34e751e5f96b0244a5fec10f3e54f</id>
<content type='text'>
During the mailing list discussion on renaming GIT_ environment
variables, people felt that having one environment that lets the
user (or Porcelain) specify both SHA1_FILE_DIRECTORY (now
GIT_OBJECT_DIRECTORY) and GIT_INDEX_FILE for the default layout
would be handy.  This change introduces GIT_DIR environment
variable, from which the defaults for GIT_INDEX_FILE and
GIT_OBJECT_DIRECTORY are derived.  When GIT_DIR is not defined,
it defaults to ".git".  GIT_INDEX_FILE defaults to
"$GIT_DIR/index" and GIT_OBJECT_DIRECTORY defaults to
"$GIT_DIR/objects".

Special thanks for ideas and discussions go to Petr Baudis and
Daniel Barkalow.  Bugs are mine ;-)

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>[PATCH] leftover bits for git rename</title>
<updated>2005-04-29T23:25:05Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-04-29T23:25:05Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=0fc65a4572625405ff6dd9d8c16d835f2b1ebd49'/>
<id>urn:sha1:0fc65a4572625405ff6dd9d8c16d835f2b1ebd49</id>
<content type='text'>
Linus said:

    "Let's see what else I forgot.."

Not that many, but here they are.

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 example "git-tag-script" to show how to create signed tag objects.</title>
<updated>2005-04-25T22:23:53Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@ppc970.osdl.org</email>
</author>
<published>2005-04-25T22:23:53Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=65f0d0ee4627dd0f0468ceded38677076d78feb5'/>
<id>urn:sha1:65f0d0ee4627dd0f0468ceded38677076d78feb5</id>
<content type='text'>
</content>
</entry>
</feed>
