<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, 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>Git 2.26</title>
<updated>2020-03-22T23:50:46Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2020-03-22T23:50:46Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=274b9cc25322d9ee79aa8e6d4e86f0ffe5ced925'/>
<id>urn:sha1:274b9cc25322d9ee79aa8e6d4e86f0ffe5ced925</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>Merge tag 'l10n-2.26.0-rnd2.1' of git://github.com/git-l10n/git-po.git</title>
<updated>2020-03-21T19:12:28Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2020-03-21T19:12:28Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=c452dfa3f8c661d93fb3554041d3215628194c48'/>
<id>urn:sha1:c452dfa3f8c661d93fb3554041d3215628194c48</id>
<content type='text'>
l10n-2.26.0-rnd2.1

* tag 'l10n-2.26.0-rnd2.1' of https://github.com/git-l10n/git-po: (28 commits)
  l10n: tr.po: change file mode to 644
  l10n: de.po: Update German translation for Git 2.26.0
  l10n: de.po: add missing space
  l10n: tr: Fix a couple of ambiguities
  l10n: Update Catalan translation
  l10n: sv.po: Update Swedish translation (4839t0f0u)
  l10n: zh_CN: Revise v2.26.0 translation
  l10n: zh_CN: for git v2.26.0 l10n round 1 and 2
  l10n: vi(4839t): Updated Vietnamese translation for v2.26.0
  l10n: vi: fix translation + grammar
  l10n: zh_TW.po: v2.26.0 round 2 (0 untranslated)
  l10n: zh_TW.po: v2.26.0 round 1 (11 untranslated)
  l10n: it.po: update the Italian translation for Git 2.26.0 round 2
  l10n: es: 2.26.0 round#2
  l10n: bg.po: Updated Bulgarian translation (4839t)
  l10n: tr: v2.26.0 round 2
  l10n: fr : v2.26.0 rnd 2
  l10n: git.pot: v2.26.0 round 2 (7 new, 2 removed)
  l10n: tr: Add glossary for Turkish translations
  l10n: sv.po: Update Swedish translation (4835t0f0u)
  ...
</content>
</entry>
<entry>
<title>l10n: tr.po: change file mode to 644</title>
<updated>2020-03-21T10:26:56Z</updated>
<author>
<name>Jiang Xin</name>
<email>worldhello.net@gmail.com</email>
</author>
<published>2020-03-21T10:26:56Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=1557364fb485603dcabea23a84fae8d2038dc27c'/>
<id>urn:sha1:1557364fb485603dcabea23a84fae8d2038dc27c</id>
<content type='text'>
Signed-off-by: Jiang Xin &lt;worldhello.net@gmail.com&gt;
</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>l10n: de.po: Update German translation for Git 2.26.0</title>
<updated>2020-03-20T11:19:22Z</updated>
<author>
<name>Matthias Rüster</name>
<email>matthias.ruester@gmail.com</email>
</author>
<published>2020-03-14T21:10:16Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=1ae3a389c7a1cf5078bd07389f05252c534a834d'/>
<id>urn:sha1:1ae3a389c7a1cf5078bd07389f05252c534a834d</id>
<content type='text'>
Signed-off-by: Matthias Rüster &lt;matthias.ruester@gmail.com&gt;
Reviewed-by: Ralf Thielow &lt;ralf.thielow@gmail.com&gt;
Reviewed-by: Phillip Szelat &lt;phillip.szelat@gmail.com&gt;
</content>
</entry>
<entry>
<title>l10n: de.po: add missing space</title>
<updated>2020-03-20T09:45:37Z</updated>
<author>
<name>Ralf Thielow</name>
<email>ralf.thielow@gmail.com</email>
</author>
<published>2020-01-21T16:30:48Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=5804c6ec40e8fbfda09f06b74f42d8fd66fe1cc9'/>
<id>urn:sha1:5804c6ec40e8fbfda09f06b74f42d8fd66fe1cc9</id>
<content type='text'>
Signed-off-by: Ralf Thielow &lt;ralf.thielow@gmail.com&gt;
</content>
</entry>
<entry>
<title>Merge https://github.com/prati0100/git-gui</title>
<updated>2020-03-19T23:06:51Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2020-03-19T23:06:51Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=98cedd0233ee88e69711f79d1126b6bd772ff5bd'/>
<id>urn:sha1:98cedd0233ee88e69711f79d1126b6bd772ff5bd</id>
<content type='text'>
* 'master' of https://github.com/prati0100/git-gui:
  git-gui: create a new namespace for chord script evaluation
  git-gui: reduce Tcl version requirement from 8.6 to 8.5
  git-gui--askpass: coerce answers to UTF-8 on Windows
  git-gui: fix error popup when doing blame -&gt; "Show History Context"
  git-gui: add missing close bracket
  git-gui: update German translation
  git-gui: extend translation glossary template with more terms
  git-gui: update pot template and German translation to current source code
</content>
</entry>
<entry>
<title>l10n: tr: Fix a couple of ambiguities</title>
<updated>2020-03-19T22:36:24Z</updated>
<author>
<name>Emir Sarı</name>
<email>bitigchi@me.com</email>
</author>
<published>2020-03-19T22:36:24Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=4914ba4bcf82c2313ca2d94199110b035a08ad8e'/>
<id>urn:sha1:4914ba4bcf82c2313ca2d94199110b035a08ad8e</id>
<content type='text'>
Signed-off-by: Emir Sarı &lt;bitigchi@me.com&gt;
</content>
</entry>
</feed>
