<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/contrib, branch v1.6.4</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v1.6.4</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v1.6.4'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2009-07-24T16:27:18Z</updated>
<entry>
<title>Show the presence of untracked files in the bash prompt.</title>
<updated>2009-07-24T16:27:18Z</updated>
<author>
<name>Daniel Trstenjak</name>
<email>trsten@science-computing.de</email>
</author>
<published>2009-07-22T08:31:34Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=397f7c6371d309aa399bf32b773397f3c068d0c9'/>
<id>urn:sha1:397f7c6371d309aa399bf32b773397f3c068d0c9</id>
<content type='text'>
Added the envvar GIT_PS1_SHOWUNTRACKEDFILES to 'git-completion.bash'.
When set to a nonempty value, then the char '%' will be shown next
to the branch name in the bash prompt.

Signed-off-by: Daniel Trstenjak &lt;daniel.trstenjak@science-computing.de&gt;
Acked-by: Shawn O. Pearce &lt;spearce@spearce.org&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>bash: add '--merges' to common 'git log' options</title>
<updated>2009-07-13T18:09:51Z</updated>
<author>
<name>SZEDER Gábor</name>
<email>szeder@ira.uka.de</email>
</author>
<published>2009-07-13T15:11:45Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=4fe1a61973c82c459ac0a25cb5342d00d347dfd9'/>
<id>urn:sha1:4fe1a61973c82c459ac0a25cb5342d00d347dfd9</id>
<content type='text'>
... so it's available for git log, shortlog and gitk.

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>completion: __git_config_get_set_variables() handle values with spaces</title>
<updated>2009-07-06T16:45:00Z</updated>
<author>
<name>Stephen Boyd</name>
<email>bebarino@gmail.com</email>
</author>
<published>2009-06-30T05:08:38Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=f581de1b7b9d17c83b188bf8ffe536fb8a9dd2a4'/>
<id>urn:sha1:f581de1b7b9d17c83b188bf8ffe536fb8a9dd2a4</id>
<content type='text'>
Commit 0065236 (bash completion: complete variable names for "git
config" with options 2009-05-08) implemented its config variable search
wrong. When a config contains a value with a space and a period (.) in
it, completion erroneously thinks that line in the configuration is
multiple config variables.

For example

 $ cat .git/config
   format.cc = Junio C Hamano &lt;gitster@pobox.com&gt;

 $ git config --unset &lt;TAB&gt;
   format.cc
   &lt;gitster@pobox.com&gt;

Instead of using a for loop splitting across spaces, pipe each line to a
while read loop and beef up the case statement to match only
'config.variable=value'.

Signed-off-by: Stephen Boyd &lt;bebarino@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>completion: Add --full-diff to log options</title>
<updated>2009-07-06T16:36:24Z</updated>
<author>
<name>Todd Zullinger</name>
<email>tmz@pobox.com</email>
</author>
<published>2009-06-03T20:20:58Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=5d0e634343bf83735b59c611b96c1d0f8ff2b28a'/>
<id>urn:sha1:5d0e634343bf83735b59c611b96c1d0f8ff2b28a</id>
<content type='text'>
Signed-off-by: Todd Zullinger &lt;tmz@pobox.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>completion: add missing config variables</title>
<updated>2009-06-30T18:20:04Z</updated>
<author>
<name>Stephen Boyd</name>
<email>bebarino@gmail.com</email>
</author>
<published>2009-06-30T04:24:24Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=6fac1b83bdb9aee73363f93874ffaffd1bc3ad5c'/>
<id>urn:sha1:6fac1b83bdb9aee73363f93874ffaffd1bc3ad5c</id>
<content type='text'>
Update to include branch.*.rebase, remote.*.pushurl, and
add.ignore-errors

Signed-off-by: Stephen Boyd &lt;bebarino@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'pb/send-email-cccmd-fix'</title>
<updated>2009-06-21T04:47:06Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2009-06-21T04:47:06Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=451316d9bd9d117533cf32bb352bc370190075fc'/>
<id>urn:sha1:451316d9bd9d117533cf32bb352bc370190075fc</id>
<content type='text'>
* pb/send-email-cccmd-fix:
  Test cccmd in t9001-send-email.sh and fix some bugs
</content>
</entry>
<entry>
<title>Merge branch 'maint'</title>
<updated>2009-06-18T17:39:17Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2009-06-18T17:39:17Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=da4e4a65a27ca912c3f48289acf9ff7a67476c3f'/>
<id>urn:sha1:da4e4a65a27ca912c3f48289acf9ff7a67476c3f</id>
<content type='text'>
* maint:
  http.c: fix compiling with libcurl 7.9.2
  import-tars: support symlinks
  pull, rebase: simplify to use die()
</content>
</entry>
<entry>
<title>Test cccmd in t9001-send-email.sh and fix some bugs</title>
<updated>2009-06-18T16:55:59Z</updated>
<author>
<name>Paolo Bonzini</name>
<email>bonzini@gnu.org</email>
</author>
<published>2009-06-18T12:31:32Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=cb8a9bd518002dd4fb693df6230b4976bafc15e0'/>
<id>urn:sha1:cb8a9bd518002dd4fb693df6230b4976bafc15e0</id>
<content type='text'>
For another patch series I'm working on I needed some tests
for the cc-cmd feature of git-send-email.

This patch adds 3 tests for the feature and for the possibility
to specify --suppress-cc multiple times, and fixes two bugs.
The first bug is that the --suppress-cc option for `cccmd' was
misspelled as `ccmd' in the code.  The second bug, which is
actually found only with my other series, is that the argument
to the cccmd is never quoted, so the cccmd would fail with
patch file names containing a space.

A third bug I fix (in the docs) is that the bodycc argument was
actually spelled ccbody in the documentation and bash completion.

Signed-off-by: Paolo Bonzini &lt;bonzini@gnu.org&gt;
Cc: Markus Heidelberg &lt;markus.heidelberg@web.de&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>import-tars: support symlinks</title>
<updated>2009-06-18T16:53:53Z</updated>
<author>
<name>Johannes Schindelin</name>
<email>johannes.schindelin@gmx.de</email>
</author>
<published>2009-06-17T12:49:39Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=6fb37f86bce7cf19b4dbff2aa8a93df5ac5c4cbe'/>
<id>urn:sha1:6fb37f86bce7cf19b4dbff2aa8a93df5ac5c4cbe</id>
<content type='text'>
Without this patch, symbolic links are turned into empty files.

Signed-off-by: Johannes Schindelin &lt;johannes.schindelin@gmx.de&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'da/araxis-mergetool'</title>
<updated>2009-06-13T19:47:08Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2009-06-13T19:47:08Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=1bbc820414d94452d1417bb83db86309f34720a3'/>
<id>urn:sha1:1bbc820414d94452d1417bb83db86309f34720a3</id>
<content type='text'>
* da/araxis-mergetool:
  mergetool--lib: add support for araxis merge
</content>
</entry>
</feed>
