<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/git.git, branch v1.7.2.1</title>
<subtitle>Git
</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/git.git/atom?h=v1.7.2.1</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/atom?h=v1.7.2.1'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/'/>
<updated>2010-07-27T23:42:53Z</updated>
<entry>
<title>Git 1.7.2.1</title>
<updated>2010-07-27T23:42:53Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-07-27T23:42:47Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=2aedccd3d51ec922020f7c7e39df5d2c4d3af515'/>
<id>urn:sha1:2aedccd3d51ec922020f7c7e39df5d2c4d3af515</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Sync with 1.7.1.2</title>
<updated>2010-07-27T23:40:23Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-07-27T23:40:15Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=33a0292e612915320e56f392b3372589f602a9e6'/>
<id>urn:sha1:33a0292e612915320e56f392b3372589f602a9e6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Git 1.7.1.2</title>
<updated>2010-07-27T23:36:51Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-07-27T22:04:49Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=245b10ca1b0ff21de42b12ee2c1e3c9f8d1d98a3'/>
<id>urn:sha1:245b10ca1b0ff21de42b12ee2c1e3c9f8d1d98a3</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Sync with 1.7.0 series</title>
<updated>2010-07-27T22:01:36Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-07-27T22:01:36Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=e5498e8a9f9a596ecff78426bbf904626cd7863a'/>
<id>urn:sha1:e5498e8a9f9a596ecff78426bbf904626cd7863a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Git 1.7.0.7</title>
<updated>2010-07-27T21:09:11Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-07-27T21:07:41Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=593ce2bea5dad436e87b5dd37c205961d73feae9'/>
<id>urn:sha1:593ce2bea5dad436e87b5dd37c205961d73feae9</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>config --get --path: check for unset $HOME</title>
<updated>2010-07-27T17:58:46Z</updated>
<author>
<name>Jonathan Nieder</name>
<email>jrnieder@gmail.com</email>
</author>
<published>2010-07-26T15:06:51Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=79bf149061fa29482512d903192a0d929e82872b'/>
<id>urn:sha1:79bf149061fa29482512d903192a0d929e82872b</id>
<content type='text'>
If $HOME is unset (as in some automated build situations),
currently

	git config --path path.home "~"
	git config --path --get path.home

segfaults.  Error out with

	Failed to expand user dir in: '~/'

instead.

Reported-by: Julien Cristau &lt;jcristau@debian.org&gt;
Signed-off-by: Jonathan Nieder &lt;jrnieder@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>commit: remove full stop from usage help for -u</title>
<updated>2010-07-27T16:44:17Z</updated>
<author>
<name>Stephen Boyd</name>
<email>bebarino@gmail.com</email>
</author>
<published>2010-07-27T05:40:32Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=49bb1f2ac6b6e5c7113241e066545802e5a14c9c'/>
<id>urn:sha1:49bb1f2ac6b6e5c7113241e066545802e5a14c9c</id>
<content type='text'>
From api-parse-options.txt:

  `description` is a short string to describe the effect of the option.
  It shall begin with a lower-case letter and a full stop (`.`) shall be
  omitted at the end.

It also makes it less confusing if the argument is 'no.' or 'no'.

Signed-off-by: Stephen Boyd &lt;bebarino@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Clarify help message when no remote is specified in fetch/pull.</title>
<updated>2010-07-27T16:12:23Z</updated>
<author>
<name>Matthieu Moy</name>
<email>Matthieu.Moy@imag.fr</email>
</author>
<published>2010-07-26T16:32:09Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=d3b9dd136ea5735c88a831b5a0f6f2e5dd623701'/>
<id>urn:sha1:d3b9dd136ea5735c88a831b5a0f6f2e5dd623701</id>
<content type='text'>
The message is especially confusing when "git fetch" is ran from "git
pull", for users not aware of "git fetch". The new message makes it clear
that "fetch" means "fetch new revisions", and gives hint on the solution.

We don't add a advice.* configuration option since this message doesn't
appear in normal use, and shouldn't disturb advanced users.

Signed-off-by: Matthieu Moy &lt;Matthieu.Moy@imag.fr&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Makefile: add check-docs exception for gitrevisions</title>
<updated>2010-07-27T16:05:01Z</updated>
<author>
<name>Thomas Rast</name>
<email>trast@student.ethz.ch</email>
</author>
<published>2010-07-26T08:40:58Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=e8b4ac37d8ec149582527c09369720a6526984af'/>
<id>urn:sha1:e8b4ac37d8ec149582527c09369720a6526984af</id>
<content type='text'>
The manpage was added in 1ed6f2c (Documentation: gitrevisions,
2010-07-05), but since it does not have a corresponding git command,
it needs an exception for check-docs.

Signed-off-by: Thomas Rast &lt;trast@student.ethz.ch&gt;
Acked-by: Michael J Gruber &lt;git@drmicha.warpmail.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Fix 'git' wrapper usage string</title>
<updated>2010-07-27T16:04:21Z</updated>
<author>
<name>Thomas Rast</name>
<email>trast@student.ethz.ch</email>
</author>
<published>2010-07-26T08:36:24Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=293b07f114796d39c5571d5fe4808e898e5af0c8'/>
<id>urn:sha1:293b07f114796d39c5571d5fe4808e898e5af0c8</id>
<content type='text'>
8b1fa77 (Allow passing of configuration parameters in the command
line, 2010-03-26) forgot the closing ']' for the -c option.

While we're there, also rewrap.  Instead of folding the last two lines
together, try to highlight that COMMAND is required by starting a line
with it.

Signed-off-by: Thomas Rast &lt;trast@student.ethz.ch&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
