<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v2.13.4</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v2.13.4</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v2.13.4'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2017-08-01T18:45:17Z</updated>
<entry>
<title>Git 2.13.4</title>
<updated>2017-08-01T18:45:17Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-08-01T18:45:17Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=cf8899d285d2648013040ec7196ffd3de0606664'/>
<id>urn:sha1:cf8899d285d2648013040ec7196ffd3de0606664</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Preparation for 2.13.4 continues</title>
<updated>2017-07-31T20:52:40Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-07-31T20:52:40Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=c94ef190411ca35f2445ff63488458650faa5d8b'/>
<id>urn:sha1:c94ef190411ca35f2445ff63488458650faa5d8b</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'ks/doc-fixes' into maint</title>
<updated>2017-07-31T20:51:06Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-07-31T20:51:06Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=0baf0b839b45ed06ef560e3b035315ecff0d4bef'/>
<id>urn:sha1:0baf0b839b45ed06ef560e3b035315ecff0d4bef</id>
<content type='text'>
Doc clean-up.

* ks/doc-fixes:
  doc: reformat the paragraph containing the 'cut-line'
  doc: camelCase the i18n config variables to improve readability
</content>
</entry>
<entry>
<title>Merge branch 'jk/test-copy-bytes-fix' into maint</title>
<updated>2017-07-31T20:51:06Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-07-31T20:51:05Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=42dbdef1cac298c3faaab389b67a41005022fdfa'/>
<id>urn:sha1:42dbdef1cac298c3faaab389b67a41005022fdfa</id>
<content type='text'>
A test fix.

* jk/test-copy-bytes-fix:
  t: handle EOF in test_copy_bytes()
</content>
</entry>
<entry>
<title>Merge branch 'pw/unquote-path-in-git-pm' into maint</title>
<updated>2017-07-31T20:51:05Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-07-31T20:51:05Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=c6767f45e3e013d34caa63797ef30f6c22c9dd34'/>
<id>urn:sha1:c6767f45e3e013d34caa63797ef30f6c22c9dd34</id>
<content type='text'>
Code refactoring.

* pw/unquote-path-in-git-pm:
  t9700: add tests for Git::unquote_path()
  Git::unquote_path(): throw an exception on bad path
  Git::unquote_path(): handle '\a'
  add -i: move unquote_path() to Git.pm
</content>
</entry>
<entry>
<title>Merge branch 'jk/gc-pre-detach-under-hook' into maint</title>
<updated>2017-07-31T20:51:05Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-07-31T20:51:05Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=133578a020ac5449d36cea741cfc1e7acd7f93a8'/>
<id>urn:sha1:133578a020ac5449d36cea741cfc1e7acd7f93a8</id>
<content type='text'>
We run an early part of "git gc" that deals with refs before
daemonising (and not under lock) even when running a background
auto-gc, which caused multiple gc processes attempting to run the
early part at the same time.  This is now prevented by running the
early part also under the GC lock.

* jk/gc-pre-detach-under-hook:
  gc: run pre-detach operations under lock
</content>
</entry>
<entry>
<title>Merge branch 'jn/hooks-pre-rebase-sample-fix' into maint</title>
<updated>2017-07-31T20:51:05Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-07-31T20:51:05Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=309ff914d5ae1cdc95c826f7ac45b859e1d43d67'/>
<id>urn:sha1:309ff914d5ae1cdc95c826f7ac45b859e1d43d67</id>
<content type='text'>
Code clean-up, that makes us in sync with Debian by one patch.

* jn/hooks-pre-rebase-sample-fix:
  pre-rebase hook: capture documentation in a &lt;&lt;here document
</content>
</entry>
<entry>
<title>Merge branch 'rs/progress-overall-throughput-at-the-end' into maint</title>
<updated>2017-07-31T20:51:04Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-07-31T20:51:04Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=4f77f618d99174559f3c99439d9448e916ee45cf'/>
<id>urn:sha1:4f77f618d99174559f3c99439d9448e916ee45cf</id>
<content type='text'>
The progress meter did not give a useful output when we haven't had
0.5 seconds to measure the throughput during the interval.  Instead
show the overall throughput rate at the end, which is a much more
useful number.

* rs/progress-overall-throughput-at-the-end:
  progress: show overall rate in last update
</content>
</entry>
<entry>
<title>Merge branch 'tb/push-to-cygwin-unc-path' into maint</title>
<updated>2017-07-31T20:51:04Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-07-31T20:51:04Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=49f1e2eb1b9a6c878783e30d48436a619773fe56'/>
<id>urn:sha1:49f1e2eb1b9a6c878783e30d48436a619773fe56</id>
<content type='text'>
On Cygwin, similar to Windows, "git push //server/share/repository"
ought to mean a repository on a network share that can be accessed
locally, but this did not work correctly due to stripping the double
slashes at the beginning.

This may need to be heavily tested before it gets unleashed to the
wild, as the change is at a fairly low-level code and would affect
not just the code to decide if the push destination is local.  There
may be unexpected fallouts in the path normalization.

* tb/push-to-cygwin-unc-path:
  cygwin: allow pushing to UNC paths
</content>
</entry>
<entry>
<title>Merge branch 'rs/apply-avoid-over-reading' into maint</title>
<updated>2017-07-31T20:51:04Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-07-31T20:51:04Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=bc2c50fc2c6ed72140ade798fc4d5c9ddf2d50c4'/>
<id>urn:sha1:bc2c50fc2c6ed72140ade798fc4d5c9ddf2d50c4</id>
<content type='text'>
Code cleanup.

* rs/apply-avoid-over-reading:
  apply: use strcmp(3) for comparing strings in gitdiff_verify_name()
  apply: use starts_with() in gitdiff_verify_name()
</content>
</entry>
</feed>
