<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/t, branch v2.3.4</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v2.3.4</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v2.3.4'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2015-03-23T18:23:33Z</updated>
<entry>
<title>Merge branch 'sg/completion-remote' into maint</title>
<updated>2015-03-23T18:23:33Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-03-23T18:23:33Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=7d6f6e373007553d747b4f0f5083d66fdd0c17c5'/>
<id>urn:sha1:7d6f6e373007553d747b4f0f5083d66fdd0c17c5</id>
<content type='text'>
Code simplification.

* sg/completion-remote:
  completion: simplify __git_remotes()
  completion: add a test for __git_remotes() helper function
</content>
</entry>
<entry>
<title>Merge branch 'jc/decorate-leaky-separator-color' into maint</title>
<updated>2015-03-23T18:23:28Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-03-23T18:23:28Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=3f6f5c9dbe764c5100e6b48a0081b022983f49e8'/>
<id>urn:sha1:3f6f5c9dbe764c5100e6b48a0081b022983f49e8</id>
<content type='text'>
"git log --decorate" did not reset colors correctly around the
branch names.

* jc/decorate-leaky-separator-color:
  log --decorate: do not leak "commit" color into the next item
  Documentation/config.txt: simplify boolean description in the syntax section
  Documentation/config.txt: describe 'color' value type in the "Values" section
  Documentation/config.txt: have a separate "Values" section
  Documentation/config.txt: describe the structure first and then meaning
  Documentation/config.txt: explain multi-valued variables once
  Documentation/config.txt: avoid unnecessary negation
</content>
</entry>
<entry>
<title>Merge branch 'kn/git-cd-to-empty' into maint</title>
<updated>2015-03-23T18:23:25Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-03-23T18:23:25Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=c97418466a06c31edca53995cf82f644851640b1'/>
<id>urn:sha1:c97418466a06c31edca53995cf82f644851640b1</id>
<content type='text'>
"git -C '' subcmd" refused to work in the current directory, unlike
"cd ''" which silently behaves as a no-op.

* kn/git-cd-to-empty:
  git: treat "git -C '&lt;path&gt;'" as a no-op when &lt;path&gt; is empty
</content>
</entry>
<entry>
<title>Merge branch 'mg/verify-commit' into maint</title>
<updated>2015-03-23T18:23:20Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-03-23T18:23:19Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=82b6e331a4f07b6e0080f7d18b4189d53190a04e'/>
<id>urn:sha1:82b6e331a4f07b6e0080f7d18b4189d53190a04e</id>
<content type='text'>
Workarounds for certain build of GPG that triggered false breakage
in a test.

* mg/verify-commit:
  t7510: do not fail when gpg warns about insecure memory
</content>
</entry>
<entry>
<title>Merge branch 'es/rebase-i-count-todo' into maint</title>
<updated>2015-03-23T18:23:17Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-03-23T18:23:17Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=f63ed085e20da82a8b7b49d90c61d0eb1b2ed19d'/>
<id>urn:sha1:f63ed085e20da82a8b7b49d90c61d0eb1b2ed19d</id>
<content type='text'>
"git rebase -i" recently started to include the number of
commits in the insn sheet to be processed, but on a platform
that prepends leading whitespaces to "wc -l" output, the numbers
are shown with extra whitespaces that aren't necessary.

* es/rebase-i-count-todo:
  rebase-interactive: re-word "item count" comment
  rebase-interactive: suppress whitespace preceding item count
</content>
</entry>
<entry>
<title>Merge branch 'tb/connect-ipv6-parse-fix' into maint</title>
<updated>2015-03-23T18:23:13Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-03-23T18:23:12Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=8c2ea51254b41810edf4ee1ac8b2272a784b15df'/>
<id>urn:sha1:8c2ea51254b41810edf4ee1ac8b2272a784b15df</id>
<content type='text'>
We did not parse username followed by literal IPv6 address in SSH
transport URLs, e.g. ssh://user@[2001:db8::1]:22/repo.git
correctly.

* tb/connect-ipv6-parse-fix:
  t5500: show user name and host in diag-url
  t5601: add more test cases for IPV6
  connect.c: allow ssh://user@[2001:db8::1]/repo.git
</content>
</entry>
<entry>
<title>Merge branch 'ak/t5516-typofix' into maint</title>
<updated>2015-03-14T05:56:11Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-03-14T05:56:11Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=113bc160941c4bcc9211d32f17098ab5a2428fa4'/>
<id>urn:sha1:113bc160941c4bcc9211d32f17098ab5a2428fa4</id>
<content type='text'>
* ak/t5516-typofix:
  t5516: correct misspelled pushInsteadOf
</content>
</entry>
<entry>
<title>Merge branch 'jc/diff-test-updates' into maint</title>
<updated>2015-03-14T05:56:10Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-03-14T05:56:09Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=bb8f6de064a2b92febe06c5cbfcf98c686dce8a4'/>
<id>urn:sha1:bb8f6de064a2b92febe06c5cbfcf98c686dce8a4</id>
<content type='text'>
Test clean-up.

* jc/diff-test-updates:
  test_ln_s_add: refresh stat info of fake symbolic links
  t4008: modernise style
  t/diff-lib: check exact object names in compare_diff_raw
  tests: do not borrow from COPYING and README from the real source
  t4010: correct expected object names
  t9300: correct expected object names
  t4008: correct stale comments
</content>
</entry>
<entry>
<title>Merge branch 'jk/diffcore-rename-duplicate' into maint</title>
<updated>2015-03-14T05:56:08Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-03-14T05:56:08Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=3aab60b3baefd79d113fdc83685ba38c71986538'/>
<id>urn:sha1:3aab60b3baefd79d113fdc83685ba38c71986538</id>
<content type='text'>
A corrupt input to "git diff -M" can cause us to segfault.

* jk/diffcore-rename-duplicate:
  diffcore-rename: avoid processing duplicate destinations
  diffcore-rename: split locate_rename_dst into two functions
</content>
</entry>
<entry>
<title>Merge branch 'mk/diff-shortstat-dirstat-fix' into maint</title>
<updated>2015-03-14T05:56:04Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-03-14T05:56:04Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=a4b4f9b8e317844ef64ec073241d38c9a656b2c8'/>
<id>urn:sha1:a4b4f9b8e317844ef64ec073241d38c9a656b2c8</id>
<content type='text'>
"git diff --shortstat --dirstat=changes" showed a dirstat based on
lines that was never asked by the end user in addition to the
dirstat that the user asked for.

* mk/diff-shortstat-dirstat-fix:
  diff --shortstat --dirstat: remove duplicate output
</content>
</entry>
</feed>
