<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/contrib/completion/git-completion.bash, branch v2.0.2</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v2.0.2</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v2.0.2'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2014-05-27T19:27:50Z</updated>
<entry>
<title>completion: add missing options for git-merge</title>
<updated>2014-05-27T19:27:50Z</updated>
<author>
<name>John Keeping</name>
<email>john@keeping.me.uk</email>
</author>
<published>2014-05-22T13:58:38Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=8fee8726470bd63db6c396ea6208ea487eaa8fab'/>
<id>urn:sha1:8fee8726470bd63db6c396ea6208ea487eaa8fab</id>
<content type='text'>
The options added to __git_merge_options are those that git-pull passes
to git-merge, since that variable is used by both commands.

Those added directly in _git_merge() are specific to git-merge and
are not passed thru from git-pull.

Reported-by: Haralan Dobrev &lt;hkdobrev@gmail.com&gt;
Signed-off-by: John Keeping &lt;john@keeping.me.uk&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>completion: add a note that merge options are shared</title>
<updated>2014-05-27T19:27:36Z</updated>
<author>
<name>John Keeping</name>
<email>john@keeping.me.uk</email>
</author>
<published>2014-05-22T13:58:37Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=6d2b06f02b9c69351a55a2cad0cfab33ecb6ee6f'/>
<id>urn:sha1:6d2b06f02b9c69351a55a2cad0cfab33ecb6ee6f</id>
<content type='text'>
This should avoid future confusion after a subsequent patch has added
some options to __git_merge_options and some directly in _git_merge().

Signed-off-by: John Keeping &lt;john@keeping.me.uk&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>completion: fix completing args of aliased "push", "fetch", etc.</title>
<updated>2014-04-09T21:22:18Z</updated>
<author>
<name>Felipe Contreras</name>
<email>felipe.contreras@gmail.com</email>
</author>
<published>2014-04-09T18:50:04Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=880111c11befaaf070e8ea1021bf11b4fb58c461'/>
<id>urn:sha1:880111c11befaaf070e8ea1021bf11b4fb58c461</id>
<content type='text'>
Some commands need the first word to determine the actual action that is
being executed, however, the command is wrong when we use an alias, for
example 'alias.p=push', if we try to complete 'git p origin ', the
result would be wrong because __git_complete_remote_or_refspec() doesn't
know where it came from.

So let's override words[1], so the alias 'p' is override by the actual
command, 'push'.

Reported-by: Aymeric Beaumet &lt;aymeric.beaumet@gmail.com&gt;
Signed-off-by: Felipe Contreras &lt;felipe.contreras@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'ss/completion-rec-sub-fetch-push'</title>
<updated>2014-03-14T21:24:15Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2014-03-14T21:24:15Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=baf9e83c2105527a75c2838d63e290ec87712ca6'/>
<id>urn:sha1:baf9e83c2105527a75c2838d63e290ec87712ca6</id>
<content type='text'>
* ss/completion-rec-sub-fetch-push:
  completion: teach --recurse-submodules to fetch, pull and push
</content>
</entry>
<entry>
<title>completion: teach --recurse-submodules to fetch, pull and push</title>
<updated>2014-02-11T19:17:04Z</updated>
<author>
<name>Sup Yut Sum</name>
<email>ch3cooli@gmail.com</email>
</author>
<published>2014-02-09T14:35:31Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=4dd5c4709a51bb704c2c7fb59170b494b76daab9'/>
<id>urn:sha1:4dd5c4709a51bb704c2c7fb59170b494b76daab9</id>
<content type='text'>
Signed-off-by: Sup Yut Sum &lt;ch3cooli@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'jk/complete-merge-base'</title>
<updated>2014-01-27T18:43:55Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2014-01-27T18:43:55Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=ba98a2f6604fd2f9107ca9aec7d9b25e10a9ad60'/>
<id>urn:sha1:ba98a2f6604fd2f9107ca9aec7d9b25e10a9ad60</id>
<content type='text'>
* jk/complete-merge-base:
  completion: handle --[no-]fork-point options to git-rebase
  completion: complete merge-base options
</content>
</entry>
<entry>
<title>completion: handle --[no-]fork-point options to git-rebase</title>
<updated>2014-01-13T22:20:31Z</updated>
<author>
<name>John Keeping</name>
<email>john@keeping.me.uk</email>
</author>
<published>2014-01-11T14:27:13Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=4310e328d416be00e58e90b69ed3b62f5845c744'/>
<id>urn:sha1:4310e328d416be00e58e90b69ed3b62f5845c744</id>
<content type='text'>
Signed-off-by: John Keeping &lt;john@keeping.me.uk&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>completion: complete merge-base options</title>
<updated>2014-01-13T22:20:25Z</updated>
<author>
<name>John Keeping</name>
<email>john@keeping.me.uk</email>
</author>
<published>2014-01-11T14:27:12Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=85453fd1e36c581c1e6b7939e46badf2581837b3'/>
<id>urn:sha1:85453fd1e36c581c1e6b7939e46badf2581837b3</id>
<content type='text'>
Signed-off-by: John Keeping &lt;john@keeping.me.uk&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'rr/completion-format-coverletter'</title>
<updated>2014-01-13T19:33:38Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2014-01-13T19:33:38Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=ca46578a1d6ee3f6e27eafa7902fd4e62d58db7d'/>
<id>urn:sha1:ca46578a1d6ee3f6e27eafa7902fd4e62d58db7d</id>
<content type='text'>
The bash/zsh completion code did not know about format.coverLetter
among many format.* configuration variables.

* rr/completion-format-coverletter:
  completion: complete format.coverLetter
</content>
</entry>
<entry>
<title>completion: complete format.coverLetter</title>
<updated>2014-01-07T17:59:25Z</updated>
<author>
<name>Ramkumar Ramachandra</name>
<email>artagnon@gmail.com</email>
</author>
<published>2014-01-06T17:18:51Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=de06c13a9464440778ef060e42a0258c8c55f4ad'/>
<id>urn:sha1:de06c13a9464440778ef060e42a0258c8c55f4ad</id>
<content type='text'>
Signed-off-by: Ramkumar Ramachandra &lt;artagnon@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
