<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v2.27.0-rc0</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v2.27.0-rc0</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v2.27.0-rc0'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2020-05-14T21:39:45Z</updated>
<entry>
<title>Git 2.27-rc0</title>
<updated>2020-05-14T21:39:45Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2020-05-14T21:39:28Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=efcab5b7a3d2ce2ae4bf808b335938098b18d960'/>
<id>urn:sha1:efcab5b7a3d2ce2ae4bf808b335938098b18d960</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'es/trace-log-progress'</title>
<updated>2020-05-14T21:39:45Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2020-05-14T21:39:45Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=d98abce68f4bd79aa29c66497a5eda3415668430'/>
<id>urn:sha1:d98abce68f4bd79aa29c66497a5eda3415668430</id>
<content type='text'>
Teach codepaths that show progress meter to also use the
start_progress() and the stop_progress() calls as a "region" to be
traced.

* es/trace-log-progress:
  trace2: log progress time and throughput
</content>
</entry>
<entry>
<title>Merge branch 'jt/t5500-unflake'</title>
<updated>2020-05-14T21:39:45Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2020-05-14T21:39:45Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=ac140beebe11adbca5801c225e87802d706590c4'/>
<id>urn:sha1:ac140beebe11adbca5801c225e87802d706590c4</id>
<content type='text'>
Test fix for a topic already in 'master' and meant for 'maint'.

* jt/t5500-unflake:
  t5500: count objects through stderr, not trace
</content>
</entry>
<entry>
<title>Merge branch 'sn/midx-repack-with-config'</title>
<updated>2020-05-14T21:39:44Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2020-05-14T21:39:44Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=6baba94afc1fd2d22455097bdea46528f0b71097'/>
<id>urn:sha1:6baba94afc1fd2d22455097bdea46528f0b71097</id>
<content type='text'>
"git multi-pack-index repack" has been taught to honor some
repack.* configuration variables.

* sn/midx-repack-with-config:
  multi-pack-index: respect repack.packKeptObjects=false
  midx: teach "git multi-pack-index repack" honor "git repack" configurations
</content>
</entry>
<entry>
<title>Merge branch 'ds/bloom-cleanup'</title>
<updated>2020-05-14T21:39:44Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2020-05-14T21:39:44Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=4b1e5e5d8c54b39e35150c044afb02aaeaa38184'/>
<id>urn:sha1:4b1e5e5d8c54b39e35150c044afb02aaeaa38184</id>
<content type='text'>
Code cleanup and typofixes

* ds/bloom-cleanup:
  completion: offer '--(no-)patch' among 'git log' options
  bloom: use num_changes not nr for limit detection
  bloom: de-duplicate directory entries
  Documentation: changed-path Bloom filters use byte words
  bloom: parse commit before computing filters
  test-bloom: fix usage typo
  bloom: fix whitespace around tab length
</content>
</entry>
<entry>
<title>Merge branch 'rs/fsck-duplicate-names-in-trees'</title>
<updated>2020-05-14T21:39:44Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2020-05-14T21:39:43Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=0498840b3517b8dcc1376a05b92c10c9e5b2e4ad'/>
<id>urn:sha1:0498840b3517b8dcc1376a05b92c10c9e5b2e4ad</id>
<content type='text'>
"git fsck" ensures that the paths recorded in tree objects are
sorted and without duplicates, but it failed to notice a case where
a blob is followed by entries that sort before a tree with the same
name.  This has been corrected.

* rs/fsck-duplicate-names-in-trees:
  fsck: report non-consecutive duplicate names in trees
</content>
</entry>
<entry>
<title>Merge branch 'ao/p4-d-f-conflict-recover'</title>
<updated>2020-05-14T21:39:43Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2020-05-14T21:39:43Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=f4507cea2481e81eacfcc706dfc6ec09f38ae731'/>
<id>urn:sha1:f4507cea2481e81eacfcc706dfc6ec09f38ae731</id>
<content type='text'>
"git p4" learned to recover from a (broken) state where a directory
and a file are recorded at the same path in the Perforce repository
the same way as their clients do.

* ao/p4-d-f-conflict-recover:
  git-p4: recover from inconsistent perforce history
</content>
</entry>
<entry>
<title>Merge branch 'js/rebase-autosquash-double-fixup-fix'</title>
<updated>2020-05-14T21:39:43Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2020-05-14T21:39:43Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=a2a0942a16a6459d4a52e7ee4ec85f7f90ad5334'/>
<id>urn:sha1:a2a0942a16a6459d4a52e7ee4ec85f7f90ad5334</id>
<content type='text'>
"rebase -i" segfaulted when rearranging a sequence that has a
fix-up that applies another fix-up (which may or may not be a
fix-up of yet another step).

* js/rebase-autosquash-double-fixup-fix:
  rebase --autosquash: fix a potential segfault
</content>
</entry>
<entry>
<title>Merge branch 'jc/codingstyle-compare-with-null'</title>
<updated>2020-05-14T21:39:42Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2020-05-14T21:39:42Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=73d9f96b4790e16335a30380f97d46bd065dc07b'/>
<id>urn:sha1:73d9f96b4790e16335a30380f97d46bd065dc07b</id>
<content type='text'>
Doc update.

* jc/codingstyle-compare-with-null:
  CodingGuidelines: do not ==/!= compare with 0 or '\0' or NULL
</content>
</entry>
<entry>
<title>Merge branch 'cw/bisect-replay-with-dos'</title>
<updated>2020-05-14T21:39:41Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2020-05-14T21:39:41Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=f9dbe28d62f9d7f110149ba78f4af7ef50ab1181'/>
<id>urn:sha1:f9dbe28d62f9d7f110149ba78f4af7ef50ab1181</id>
<content type='text'>
"git bisect replay" had trouble with input files when they used
CRLF line ending, which has been corrected.

* cw/bisect-replay-with-dos:
  bisect: allow CRLF line endings in "git bisect replay" input
</content>
</entry>
</feed>
