<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v2.19.0-rc0</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v2.19.0-rc0</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v2.19.0-rc0'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2018-08-20T19:53:58Z</updated>
<entry>
<title>Git 2.19-rc0</title>
<updated>2018-08-20T19:53:58Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2018-08-20T18:37:21Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=7e8bfb0412581daf8f3c89909f1d37844e8610dd'/>
<id>urn:sha1:7e8bfb0412581daf8f3c89909f1d37844e8610dd</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'ab/checkout-default-remote'</title>
<updated>2018-08-20T19:53:46Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2018-08-20T19:53:46Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=273b0a1f5888ace60a95bf7276f88f70a5581b94'/>
<id>urn:sha1:273b0a1f5888ace60a95bf7276f88f70a5581b94</id>
<content type='text'>
* ab/checkout-default-remote:
  t2024: mark test using "checkout -p" with PERL prerequisite
</content>
</entry>
<entry>
<title>Merge branch 'hn/highlight-sideband-keywords'</title>
<updated>2018-08-20T19:41:34Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2018-08-20T19:41:34Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=d28017005fc64e9cfba3068bfe3c975cf7787767'/>
<id>urn:sha1:d28017005fc64e9cfba3068bfe3c975cf7787767</id>
<content type='text'>
The sideband code learned to optionally paint selected keywords at
the beginning of incoming lines on the receiving end.

* hn/highlight-sideband-keywords:
  sideband: do not read beyond the end of input
  sideband: highlight keywords in remote sideband output
</content>
</entry>
<entry>
<title>Merge branch 'nd/cherry-pick-quit-fix'</title>
<updated>2018-08-20T19:41:34Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2018-08-20T19:41:34Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=39e415cfd1390ed31a61ca0ca175530302c9a58c'/>
<id>urn:sha1:39e415cfd1390ed31a61ca0ca175530302c9a58c</id>
<content type='text'>
"git cherry-pick --quit" failed to remove CHERRY_PICK_HEAD even
though we won't be in a cherry-pick session after it returns, which
has been corrected.

* nd/cherry-pick-quit-fix:
  cherry-pick: fix --quit not deleting CHERRY_PICK_HEAD
</content>
</entry>
<entry>
<title>Merge branch 'sb/submodule-cleanup'</title>
<updated>2018-08-20T19:41:33Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2018-08-20T19:41:33Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=85c54ecc5f26d5273f15ef64e8d756353b222d3b'/>
<id>urn:sha1:85c54ecc5f26d5273f15ef64e8d756353b222d3b</id>
<content type='text'>
A few preliminary minor clean-ups in the area around submodules.

* sb/submodule-cleanup:
  builtin/submodule--helper: remove stray new line
  t7410: update to new style
</content>
</entry>
<entry>
<title>Merge branch 'pw/rebase-i-merge-segv-fix'</title>
<updated>2018-08-20T19:41:33Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2018-08-20T19:41:33Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=5a5c5e95653f8db61ca9d1a30159dcf5dc4a8d6a'/>
<id>urn:sha1:5a5c5e95653f8db61ca9d1a30159dcf5dc4a8d6a</id>
<content type='text'>
"git rebase -i", when a 'merge &lt;branch&gt;' insn in its todo list
fails, segfaulted, which has been (minimally) corrected.

* pw/rebase-i-merge-segv-fix:
  rebase -i: fix SIGSEGV when 'merge &lt;branch&gt;' fails
  t3430: add conflicting commit
</content>
</entry>
<entry>
<title>Merge branch 'pw/rebase-i-squash-number-fix'</title>
<updated>2018-08-20T19:41:33Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2018-08-20T19:41:33Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=36fd1e843b83a1ee10178e7da19eee3dee590580'/>
<id>urn:sha1:36fd1e843b83a1ee10178e7da19eee3dee590580</id>
<content type='text'>
When "git rebase -i" is told to squash two or more commits into
one, it labeled the log message for each commit with its number.
It correctly called the first one "1st commit", but the next one
was "commit #1", which was off-by-one.  This has been corrected.

* pw/rebase-i-squash-number-fix:
  rebase -i: fix numbering in squash message
</content>
</entry>
<entry>
<title>Merge branch 'sb/config-write-fix'</title>
<updated>2018-08-20T19:41:32Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2018-08-20T19:41:32Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=2a2c18f1c3ae3fbade32df11719f24e8d6a6709c'/>
<id>urn:sha1:2a2c18f1c3ae3fbade32df11719f24e8d6a6709c</id>
<content type='text'>
Recent update to "git config" broke updating variable in a
subsection, which has been corrected.

* sb/config-write-fix:
  git-config: document accidental multi-line setting in deprecated syntax
  config: fix case sensitive subsection names on writing
  t1300: document current behavior of setting options
</content>
</entry>
<entry>
<title>Merge branch 'ab/submodule-relative-url-tests'</title>
<updated>2018-08-20T19:41:32Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2018-08-20T19:41:32Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=87aa1595e7e0aec646284360314488dece31b66b'/>
<id>urn:sha1:87aa1595e7e0aec646284360314488dece31b66b</id>
<content type='text'>
Test updates.

* ab/submodule-relative-url-tests:
  submodule: add more exhaustive up-path testing
</content>
</entry>
<entry>
<title>Merge branch 'en/incl-forward-decl'</title>
<updated>2018-08-20T19:41:32Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2018-08-20T19:41:32Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=5ade03446430f1190fdf1eca8b8fde5f63367110'/>
<id>urn:sha1:5ade03446430f1190fdf1eca8b8fde5f63367110</id>
<content type='text'>
Code hygiene improvement for the header files.

* en/incl-forward-decl:
  Remove forward declaration of an enum
  compat/precompose_utf8.h: use more common include guard style
  urlmatch.h: fix include guard
  Move definition of enum branch_track from cache.h to branch.h
  alloc: make allocate_alloc_state and clear_alloc_state more consistent
  Add missing includes and forward declarations
</content>
</entry>
</feed>
