<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v2.6.5</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v2.6.5</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v2.6.5'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2016-01-04T22:06:00Z</updated>
<entry>
<title>Git 2.6.5</title>
<updated>2016-01-04T22:06:00Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-01-04T22:06:00Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=833e48259e23aea76f3765d28d1b2200332301f7'/>
<id>urn:sha1:833e48259e23aea76f3765d28d1b2200332301f7</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'jk/pending-keep-tag-name' into maint</title>
<updated>2016-01-04T22:03:08Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-01-04T22:03:07Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=e3073cf895f335c6544d17b143c6e272436d149f'/>
<id>urn:sha1:e3073cf895f335c6544d17b143c6e272436d149f</id>
<content type='text'>
History traversal with "git log --source" that starts with an
annotated tag failed to report the tag as "source", due to an
old regression in the command line parser back in v2.2 days.

* jk/pending-keep-tag-name:
  revision.c: propagate tag names from pending array
</content>
</entry>
<entry>
<title>Merge branch 'jk/symbolic-ref-maint' into maint</title>
<updated>2016-01-04T22:02:58Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-01-04T22:02:58Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=e0025275827ea57a3a14aecfde1cd3812e70652a'/>
<id>urn:sha1:e0025275827ea57a3a14aecfde1cd3812e70652a</id>
<content type='text'>
"git symbolic-ref" forgot to report a failure with its exit status.

* jk/symbolic-ref-maint:
  t1401: test reflog creation for git-symbolic-ref
  symbolic-ref: propagate error code from create_symref()
</content>
</entry>
<entry>
<title>Merge branch 'jk/ident-loosen-getpwuid' into maint</title>
<updated>2016-01-04T22:02:57Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-01-04T22:02:57Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=e54d0f5a025e124b27aab3381711721b73d5b68e'/>
<id>urn:sha1:e54d0f5a025e124b27aab3381711721b73d5b68e</id>
<content type='text'>
When getpwuid() on the system returned NULL (e.g. the user is not
in the /etc/passwd file or other uid-to-name mappings), the
codepath to find who the user is to record it in the reflog barfed
and died.  Loosen the check in this codepath, which already accepts
questionable ident string (e.g. host part of the e-mail address is
obviously bogus), and in general when we operate fmt_ident() function
in non-strict mode.

* jk/ident-loosen-getpwuid:
  ident: loosen getpwuid error in non-strict mode
  ident: keep a flag for bogus default_email
  ident: make xgetpwuid_self() a static local helper
</content>
</entry>
<entry>
<title>Merge branch 'jk/send-email-ssl-errors' into maint</title>
<updated>2016-01-04T22:02:55Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-01-04T22:02:55Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=06b5c9304d77b2f3ffea7ea16b9d306a84cd5e93'/>
<id>urn:sha1:06b5c9304d77b2f3ffea7ea16b9d306a84cd5e93</id>
<content type='text'>
Improve error reporting when SMTP TLS fails.

* jk/send-email-ssl-errors:
  send-email: enable SSL level 1 debug output
</content>
</entry>
<entry>
<title>Merge branch 'sg/completion-no-column' into maint</title>
<updated>2016-01-04T22:02:47Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-01-04T22:02:45Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=34872f0b3c1d0054fe1981ad87b561a9e9b98c26'/>
<id>urn:sha1:34872f0b3c1d0054fe1981ad87b561a9e9b98c26</id>
<content type='text'>
The completion script (in contrib/) used to list "git column"
(which is not an end-user facing command) as one of the choices

* sg/completion-no-column:
  completion: remove 'git column' from porcelain commands
</content>
</entry>
<entry>
<title>t1401: test reflog creation for git-symbolic-ref</title>
<updated>2015-12-21T20:06:31Z</updated>
<author>
<name>Jeff King</name>
<email>peff@peff.net</email>
</author>
<published>2015-12-20T07:27:23Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=f91b2732b3df6bae21512af58e0cfccbd5301331'/>
<id>urn:sha1:f91b2732b3df6bae21512af58e0cfccbd5301331</id>
<content type='text'>
The current code writes a reflog entry whenever we update a
symbolic ref, but we never test that this is so. Let's add a
test to make sure upcoming refactoring doesn't cause a
regression.

Signed-off-by: Jeff King &lt;peff@peff.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>symbolic-ref: propagate error code from create_symref()</title>
<updated>2015-12-21T20:03:03Z</updated>
<author>
<name>Jeff King</name>
<email>peff@peff.net</email>
</author>
<published>2015-12-20T07:27:18Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=3e4068ed90fd3c6f24303560113aae6dbb758699'/>
<id>urn:sha1:3e4068ed90fd3c6f24303560113aae6dbb758699</id>
<content type='text'>
If create_symref() fails, git-symbolic-ref will still exit
with code 0, and our caller has no idea that the command did
nothing.

This appears to have been broken since the beginning of time
(e.g., it is not a regression where create_symref() stopped
calling die() or something similar).

Signed-off-by: Jeff King &lt;peff@peff.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>revision.c: propagate tag names from pending array</title>
<updated>2015-12-17T18:47:56Z</updated>
<author>
<name>Jeff King</name>
<email>peff@peff.net</email>
</author>
<published>2015-12-17T06:47:07Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=728350b76a2244e7cf79412f46e990e763ebf89e'/>
<id>urn:sha1:728350b76a2244e7cf79412f46e990e763ebf89e</id>
<content type='text'>
When we unwrap a tag to find its commit for a traversal, we
do not propagate the "name" field of the tag in the pending
array (i.e., the ref name the user gave us in the first
place) to the commit (instead, we use an empty string). This
means that "git log --source" will never show the tag-name
for commits we reach through it.

This was broken in 2073949 (traverse_commit_list: support
pending blobs/trees with paths, 2014-10-15). That commit
tried to be careful and avoid propagating the path
information for a tag (which would be nonsensical) to trees
and blobs. But it should not have cut off the "name" field,
which should carry forward to children.

Note that this does mean that the "name" field will carry
forward to blobs and trees, too. Whereas prior to 2073949,
we always gave them an empty string. This is the right thing
to do, but in practice no callers probably use it (since now
we have an explicit separate "path" field, which was the
point of 2073949).

We add tests here not only for the broken case, but also a
basic sanity test of "log --source" in general, which did
not have any coverage in the test suite.

Reported-by: Raymundo &lt;gypark@gmail.com&gt;
Signed-off-by: Jeff King &lt;peff@peff.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'sg/lock-file-commit-error' into maint</title>
<updated>2015-12-16T18:27:22Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-12-16T18:27:22Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=1ff88560c8d22bcdb528a6629239d638f927cb96'/>
<id>urn:sha1:1ff88560c8d22bcdb528a6629239d638f927cb96</id>
<content type='text'>
* sg/lock-file-commit-error:
  credential-store: don't pass strerror to die_errno()
</content>
</entry>
</feed>
