<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/contrib, branch v2.4.9</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v2.4.9</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v2.4.9'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2015-08-03T17:41:33Z</updated>
<entry>
<title>Merge branch 'sg/completion-commit-cleanup' into maint</title>
<updated>2015-08-03T17:41:33Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-08-03T17:41:33Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=44737c42280e513b782d73a790daf68f951237c3'/>
<id>urn:sha1:44737c42280e513b782d73a790daf68f951237c3</id>
<content type='text'>
* sg/completion-commit-cleanup:
  completion: teach 'scissors' mode to 'git commit --cleanup='
</content>
</entry>
<entry>
<title>Merge branch 'jc/prompt-document-ps1-state-separator' into maint</title>
<updated>2015-07-15T18:41:26Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-07-15T18:41:26Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=51d5980ea019a28b38d2f9612314daf3ea536e82'/>
<id>urn:sha1:51d5980ea019a28b38d2f9612314daf3ea536e82</id>
<content type='text'>
Docfix.

* jc/prompt-document-ps1-state-separator:
  git-prompt.sh: document GIT_PS1_STATESEPARATOR
</content>
</entry>
<entry>
<title>Merge branch 'af/tcsh-completion-noclobber' into maint</title>
<updated>2015-07-15T18:41:18Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-07-15T18:41:18Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=ada9ecd98947aa0d80945f3a7a24486efcda370b'/>
<id>urn:sha1:ada9ecd98947aa0d80945f3a7a24486efcda370b</id>
<content type='text'>
The tcsh completion writes a bash scriptlet but that would have
failed for users with noclobber set.

* af/tcsh-completion-noclobber:
  git-completion.tcsh: fix redirect with noclobber
</content>
</entry>
<entry>
<title>Merge branch 'pa/auto-gc-mac-osx' into maint</title>
<updated>2015-07-15T18:41:17Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-07-15T18:41:17Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=7c621186bae3204af11ed60984ff3d1df0eddb44'/>
<id>urn:sha1:7c621186bae3204af11ed60984ff3d1df0eddb44</id>
<content type='text'>
Recent Mac OS X updates breaks the logic to detect that the machine
is on the AC power in the sample pre-auto-gc script.

* pa/auto-gc-mac-osx:
  hooks/pre-auto-gc: adjust power checking for newer OS X
</content>
</entry>
<entry>
<title>hooks/pre-auto-gc: adjust power checking for newer OS X</title>
<updated>2015-06-12T22:33:39Z</updated>
<author>
<name>Panagiotis Astithas</name>
<email>pastith@gmail.com</email>
</author>
<published>2015-06-11T14:37:25Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=c54c7b376d73d2b3780475b18a6039721019aaba'/>
<id>urn:sha1:c54c7b376d73d2b3780475b18a6039721019aaba</id>
<content type='text'>
The output of "pmset -g batt" changed at some point from "Currently
drawing from 'AC Power'" to the slightly different "Now drawing from
'AC Power'". Starting the match from "drawing" makes the check work
in both old and new versions of OS X.

Signed-off-by: Panagiotis Astithas &lt;pastith@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>git-prompt.sh: document GIT_PS1_STATESEPARATOR</title>
<updated>2015-06-10T21:53:14Z</updated>
<author>
<name>Joe Cridge</name>
<email>joe.cridge@me.com</email>
</author>
<published>2015-06-10T17:19:24Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=ab7fade9198e0ab3cc5c8705f0383768a3c954db'/>
<id>urn:sha1:ab7fade9198e0ab3cc5c8705f0383768a3c954db</id>
<content type='text'>
The environment variable GIT_PS1_STATESEPARATOR can be used to set the
separator between the branch name and the state symbols in the prompt.

At present the variable is not mentioned in the inline documentation which
makes it difficult for the casual user to identify.

Signed-off-by: Joe Cridge &lt;joe.cridge@me.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>git-completion.tcsh: fix redirect with noclobber</title>
<updated>2015-06-09T18:21:15Z</updated>
<author>
<name>Ariel Faigon</name>
<email>github.2009@yendor.com</email>
</author>
<published>2015-06-09T17:25:15Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=0b1f688bf453c8569d17908f0c3ca218157d80e4'/>
<id>urn:sha1:0b1f688bf453c8569d17908f0c3ca218157d80e4</id>
<content type='text'>
tcsh users who happen to have 'set noclobber' elsewhere in their
~/.tcshrc or ~/.cshrc startup files get a 'File exist' error, and
the tcsh completion file doesn't get generated/updated.

Adding a `!` in the redirect works correctly for both clobber (default)
and 'set noclobber' users.

Reviewed-by: Christian Couder &lt;christian.couder@gmail.com&gt;
Signed-off-by: Ariel Faigon &lt;github.2009@yendor.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>completion: teach 'scissors' mode to 'git commit --cleanup='</title>
<updated>2015-06-08T15:46:47Z</updated>
<author>
<name>SZEDER Gábor</name>
<email>szeder@ira.uka.de</email>
</author>
<published>2015-06-08T01:43:31Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=72dbb365547a926f629e12d7eba39c3c0bb8ba84'/>
<id>urn:sha1:72dbb365547a926f629e12d7eba39c3c0bb8ba84</id>
<content type='text'>
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 'sg/complete-decorate-full-not-long' into maint</title>
<updated>2015-05-26T20:49:22Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-05-26T20:49:22Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=23903b9e290afeb6928955ee589799ee1a3c4c73'/>
<id>urn:sha1:23903b9e290afeb6928955ee589799ee1a3c4c73</id>
<content type='text'>
The completion for "log --decorate=" parameter value was incorrect.

* sg/complete-decorate-full-not-long:
  completion: fix and update 'git log --decorate=' options
</content>
</entry>
<entry>
<title>completion: fix and update 'git log --decorate=' options</title>
<updated>2015-05-03T18:46:14Z</updated>
<author>
<name>SZEDER Gábor</name>
<email>szeder@ira.uka.de</email>
</author>
<published>2015-05-01T17:21:00Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=af16bdaa3fb25bd5811b09bc11c9244b1dcc684e'/>
<id>urn:sha1:af16bdaa3fb25bd5811b09bc11c9244b1dcc684e</id>
<content type='text'>
'git log --decorate=' understands the 'full', 'short' and 'no' options.
From these the completion script only offered 'short' and it offered
'long' instead of 'full'.

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>
</feed>
