<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/t, branch v2.26.1</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v2.26.1</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v2.26.1'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2020-03-25T20:07:47Z</updated>
<entry>
<title>Git 2.26.1</title>
<updated>2020-03-25T20:07:47Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2020-03-25T20:07:47Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=de49261b050d9cd8ec73842356077bc5b606640f'/>
<id>urn:sha1:de49261b050d9cd8ec73842356077bc5b606640f</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'en/rebase-backend'</title>
<updated>2020-03-21T20:48:54Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2020-03-21T20:48:54Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=55a75686061148ea0f9b448cf6e8b0596599eff2'/>
<id>urn:sha1:55a75686061148ea0f9b448cf6e8b0596599eff2</id>
<content type='text'>
Test fix.

* en/rebase-backend:
  t3419: prevent failure when run with EXPENSIVE
</content>
</entry>
<entry>
<title>t3419: prevent failure when run with EXPENSIVE</title>
<updated>2020-03-20T22:25:24Z</updated>
<author>
<name>brian m. carlson</name>
<email>sandals@crustytoothpaste.net</email>
</author>
<published>2020-03-20T21:52:41Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=2da1b056744dcff1ce23e9ba2ad3dc38fe81e478'/>
<id>urn:sha1:2da1b056744dcff1ce23e9ba2ad3dc38fe81e478</id>
<content type='text'>
This test runs a function which itself runs several assertions.  The
last of these assertions cleans up the .git/rebase-apply directory,
since when run with EXPENSIVE set, the function is invoked a second time
to run the same tests with a larger data set.

However, as of 2ac0d6273f ("rebase: change the default backend from "am"
to "merge"", 2020-02-15), the default backend of rebase has changed, and
cleaning up the rebase-apply directory has no effect: it no longer
exists, since we're using rebase-merge instead.

Since we don't really care which rebase backend is in use, let's just
use the command "git rebase --quit", which will do the right thing
regardless.

Signed-off-by: brian m. carlson &lt;sandals@crustytoothpaste.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Git 2.25.3</title>
<updated>2020-03-18T01:12:01Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2020-03-18T01:12:01Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=67b0a24910fbb23c8f5e7a2c61c339818bc68296'/>
<id>urn:sha1:67b0a24910fbb23c8f5e7a2c61c339818bc68296</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'js/ci-windows-update' into maint</title>
<updated>2020-03-17T22:02:26Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2020-03-17T22:02:26Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=7be274b0ffc57b346837ab7fb36e8fcea1c38ddd'/>
<id>urn:sha1:7be274b0ffc57b346837ab7fb36e8fcea1c38ddd</id>
<content type='text'>
Updates to the CI settings.

* js/ci-windows-update:
  Azure Pipeline: switch to the latest agent pools
  ci: prevent `perforce` from being quarantined
  t/lib-httpd: avoid using macOS' sed
</content>
</entry>
<entry>
<title>Merge branch 'js/test-unc-fetch' into maint</title>
<updated>2020-03-17T22:02:25Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2020-03-17T22:02:25Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=fe0d2c8ddb74e2ca81e86c660fb2fd3ca9a98986'/>
<id>urn:sha1:fe0d2c8ddb74e2ca81e86c660fb2fd3ca9a98986</id>
<content type='text'>
Test updates.

* js/test-unc-fetch:
  t5580: test cloning without file://, test fetching via UNC paths
</content>
</entry>
<entry>
<title>Merge branch 'js/test-write-junit-xml-fix' into maint</title>
<updated>2020-03-17T22:02:25Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2020-03-17T22:02:25Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=618db3621a845e02d0e557f9eed4908facbabb22'/>
<id>urn:sha1:618db3621a845e02d0e557f9eed4908facbabb22</id>
<content type='text'>
Testfix.

* js/test-write-junit-xml-fix:
  tests: fix --write-junit-xml with subshells
</content>
</entry>
<entry>
<title>Merge branch 'hd/show-one-mergetag-fix' into maint</title>
<updated>2020-03-17T22:02:24Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2020-03-17T22:02:24Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=41d910ea6ce58b2d7322f7bff5877ead33f34b8c'/>
<id>urn:sha1:41d910ea6ce58b2d7322f7bff5877ead33f34b8c</id>
<content type='text'>
"git show" and others gave an object name in raw format in its
error output, which has been corrected to give it in hex.

* hd/show-one-mergetag-fix:
  show_one_mergetag: print non-parent in hex form.
</content>
</entry>
<entry>
<title>Merge branch 'ds/partial-clone-fixes' into maint</title>
<updated>2020-03-17T22:02:23Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2020-03-17T22:02:23Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=76ccbdaf97c8f1e6d06e6ae37304822633b50678'/>
<id>urn:sha1:76ccbdaf97c8f1e6d06e6ae37304822633b50678</id>
<content type='text'>
Fix for a bug revealed by a recent change to make the protocol v2
the default.

* ds/partial-clone-fixes:
  partial-clone: avoid fetching when looking for objects
  partial-clone: demonstrate bugs in partial fetch
</content>
</entry>
<entry>
<title>Merge branch 'en/t3433-rebase-stat-dirty-failure' into maint</title>
<updated>2020-03-17T22:02:23Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2020-03-17T22:02:23Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=569b89842df4cb1bf09c1a8a29f87cd282b7e123'/>
<id>urn:sha1:569b89842df4cb1bf09c1a8a29f87cd282b7e123</id>
<content type='text'>
The merge-recursive machinery failed to refresh the cache entry for
a merge result in a couple of places, resulting in an unnecessary
merge failure, which has been fixed.

* en/t3433-rebase-stat-dirty-failure:
  merge-recursive: fix the refresh logic in update_file_flags
  t3433: new rebase testcase documenting a stat-dirty-like failure
</content>
</entry>
</feed>
