<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/contrib, 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 'mg/doc-status-color-slot' into maint</title>
<updated>2015-03-23T18:23:31Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-03-23T18:23:30Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=ffac6258de4f72e06b6b2e412deffb00a1abb339'/>
<id>urn:sha1:ffac6258de4f72e06b6b2e412deffb00a1abb339</id>
<content type='text'>
Documentation fixes.

* mg/doc-status-color-slot:
  config,completion: add color.status.unmerged
</content>
</entry>
<entry>
<title>config,completion: add color.status.unmerged</title>
<updated>2015-03-10T22:27:59Z</updated>
<author>
<name>Michael J Gruber</name>
<email>git@drmicha.warpmail.net</email>
</author>
<published>2015-03-10T16:11:09Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=0d6accc01d4073d685ece5ba9fd0a439539a5a02'/>
<id>urn:sha1:0d6accc01d4073d685ece5ba9fd0a439539a5a02</id>
<content type='text'>
Reported-by: "Mladen B." &lt;mladen074@gmail.com&gt;
Signed-off-by: Michael J Gruber &lt;git@drmicha.warpmail.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>completion: simplify __git_remotes()</title>
<updated>2015-03-06T20:48:02Z</updated>
<author>
<name>SZEDER Gábor</name>
<email>szeder@ira.uka.de</email>
</author>
<published>2015-03-04T14:10:29Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=53e53c7c81ce2c7c4cd45f95bc095b274cb28b76'/>
<id>urn:sha1:53e53c7c81ce2c7c4cd45f95bc095b274cb28b76</id>
<content type='text'>
The __git_remotes() helper function lists the remotes from the config
file by processing the output of a 'git config' query.  A simple 'git
remote' produces the exact same output, so run that instead.

Remotes under '$GIT_DIR/remotes' are still listed by running 'ls -1',
because 'git remote' unfortunately ignores them.

Signed-off-by: SZEDER Gábor &lt;szeder@ira.uka.de&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'av/wincred-with-at-in-username-fix' into maint</title>
<updated>2015-03-05T21:13:04Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-03-05T21:13:04Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=518d1c349bda5652a6884127f1d7f5722d557bc8'/>
<id>urn:sha1:518d1c349bda5652a6884127f1d7f5722d557bc8</id>
<content type='text'>
The credential helper for Windows (in contrib/) used to mishandle
a user name with an at-sign in it.

* av/wincred-with-at-in-username-fix:
  wincred: fix get credential if username has "@"
</content>
</entry>
<entry>
<title>wincred: fix get credential if username has "@"</title>
<updated>2015-01-26T04:08:56Z</updated>
<author>
<name>Aleksey Vasenev</name>
<email>margtu-fivt@ya.ru</email>
</author>
<published>2014-11-19T21:47:32Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=13d261e53abdfe0ee61eb04b483a01509c0b43d2'/>
<id>urn:sha1:13d261e53abdfe0ee61eb04b483a01509c0b43d2</id>
<content type='text'>
Such a username with "@" in it isn't all that unusual these days.

cf. https://groups.google.com/forum/#!msg/msysgit/YVuCqmwwRyY/HULHj5OoE88J

Signed-off-by: Aleksey Vasenev &lt;margtu-fivt@ya.ru&gt;
Acked-by: Erik Faye-Lund &lt;kusmabite@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'tf/prompt-preserve-exit-status'</title>
<updated>2015-01-14T20:35:49Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-01-14T20:35:48Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=9920c718254d946e685ef1295ff9ea0c14bac9cf'/>
<id>urn:sha1:9920c718254d946e685ef1295ff9ea0c14bac9cf</id>
<content type='text'>
Using the exit status of the last command in the prompt, e.g.
PS1='$(__git_ps1) $? ', did not work well because the helper
function stomped on the exit status.

* tf/prompt-preserve-exit-status:
  git-prompt: preserve value of $? in all cases
</content>
</entry>
<entry>
<title>Merge branch 'rh/hide-prompt-in-ignored-directory'</title>
<updated>2015-01-14T20:34:01Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-01-14T20:34:01Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=e1ef7d177c3fcfdd25df9c4b67d36012bedebd74'/>
<id>urn:sha1:e1ef7d177c3fcfdd25df9c4b67d36012bedebd74</id>
<content type='text'>
* rh/hide-prompt-in-ignored-directory:
  git-prompt.sh: allow to hide prompt for ignored pwd
  git-prompt.sh: if pc mode, immediately set PS1 to a plain prompt
</content>
</entry>
<entry>
<title>Merge branch 'mm/complete-rebase-autostash'</title>
<updated>2015-01-14T20:33:57Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-01-14T20:33:57Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=1e7ef5d9bf49a7de85e9a4d25f1a44ed955c40fc'/>
<id>urn:sha1:1e7ef5d9bf49a7de85e9a4d25f1a44ed955c40fc</id>
<content type='text'>
* mm/complete-rebase-autostash:
  git-completion: add --autostash for 'git rebase'
</content>
</entry>
<entry>
<title>Merge branch 'sp/subtree-doc'</title>
<updated>2015-01-14T20:33:46Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-01-14T20:33:45Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=41753312e1020880d9d1d488e58f8d7860d84579'/>
<id>urn:sha1:41753312e1020880d9d1d488e58f8d7860d84579</id>
<content type='text'>
* sp/subtree-doc:
  subtree: fix AsciiDoc list item continuation
</content>
</entry>
</feed>
