<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/t, branch v2.7.0</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v2.7.0</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v2.7.0'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2015-12-28T21:58:58Z</updated>
<entry>
<title>Merge branch 'sh/p4-multi-depot'</title>
<updated>2015-12-28T21:58:58Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-12-28T21:58:57Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=aecb9979df1403923d66e7fc70b0374f1765b679'/>
<id>urn:sha1:aecb9979df1403923d66e7fc70b0374f1765b679</id>
<content type='text'>
"git p4" when interacting with multiple depots at the same time
used to incorrectly drop changes.

* sh/p4-multi-depot:
  git-p4: reduce number of server queries for fetches
  git-p4: support multiple depot paths in p4 submit
  git-p4: failing test case for skipping changes with multiple depots
</content>
</entry>
<entry>
<title>Merge branch 'jk/pending-keep-tag-name'</title>
<updated>2015-12-28T21:58:04Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-12-28T21:58:03Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=71957339da64100db4114106bbba4e9c5bcf8f86'/>
<id>urn:sha1:71957339da64100db4114106bbba4e9c5bcf8f86</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'</title>
<updated>2015-12-28T21:57:24Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-12-28T21:57:24Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=e929264e8d769cd3637279c0a2b6338f9ec1c4c3'/>
<id>urn:sha1:e929264e8d769cd3637279c0a2b6338f9ec1c4c3</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>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='https://git.shady.money/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='https://git.shady.money/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>git-p4: reduce number of server queries for fetches</title>
<updated>2015-12-21T19:26:55Z</updated>
<author>
<name>Sam Hocevar</name>
<email>sam@hocevar.net</email>
</author>
<published>2015-12-19T09:39:40Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=1f90a64891ed83e172cbf605890044dba8315073'/>
<id>urn:sha1:1f90a64891ed83e172cbf605890044dba8315073</id>
<content type='text'>
When fetching changes from a depot using a full client spec, there
is no need to perform as many queries as there are top-level paths
in the client spec.  Instead we query all changes in chronological
order, also getting rid of the need to sort the results and remove
duplicates.

Signed-off-by: Sam Hocevar &lt;sam@hocevar.net&gt;
Signed-off-by: Luke Diamand &lt;luke@diamand.org&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'bc/format-patch-null-from-line'</title>
<updated>2015-12-21T18:59:08Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-12-21T18:59:07Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=fbe959dde7eafcdae859e21cd734c07c7890c0a4'/>
<id>urn:sha1:fbe959dde7eafcdae859e21cd734c07c7890c0a4</id>
<content type='text'>
"format-patch" has learned a new option to zero-out the commit
object name on the mbox "From " line.

* bc/format-patch-null-from-line:
  format-patch: check that header line has expected format
  format-patch: add an option to suppress commit hash
  sha1_file.c: introduce a null_oid constant
</content>
</entry>
<entry>
<title>Merge branch 'mc/push-recurse-submodules-config'</title>
<updated>2015-12-21T18:59:05Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-12-21T18:59:05Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=5d35d72fc3030360d9b717a4c755e9ec877d00e5'/>
<id>urn:sha1:5d35d72fc3030360d9b717a4c755e9ec877d00e5</id>
<content type='text'>
Add new config to avoid typing "--recurse-submodules" on each push.

* mc/push-recurse-submodules-config:
  push: follow the "last one wins" convention for --recurse-submodules
  push: test that --recurse-submodules on command line overrides config
  push: add recurseSubmodules config option
</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='https://git.shady.money/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 'fr/rebase-i-continue-preserve-options'</title>
<updated>2015-12-16T22:42:52Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-12-16T22:42:52Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=f3adf457e046f92f039353762a78dcb3afb2cb13'/>
<id>urn:sha1:f3adf457e046f92f039353762a78dcb3afb2cb13</id>
<content type='text'>
"git rebase -i" started with merge strategy options did not
propagate them upon "git rebase --continue".

* fr/rebase-i-continue-preserve-options:
  rebase -i: remember merge options beyond continue actions
</content>
</entry>
</feed>
