<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/contrib/completion, branch v1.6.3</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v1.6.3</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v1.6.3'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2009-05-06T05:05:37Z</updated>
<entry>
<title>completion: complete values for send-email</title>
<updated>2009-05-06T05:05:37Z</updated>
<author>
<name>Stephen Boyd</name>
<email>bebarino@gmail.com</email>
</author>
<published>2009-05-04T06:25:35Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=ae616de6d53ef14ba11d2aa32f366086c1435dfa'/>
<id>urn:sha1:ae616de6d53ef14ba11d2aa32f366086c1435dfa</id>
<content type='text'>
Add completion for --confirm, --suppress-cc, and --smtp-encryption
command line arguments. Add completion for aliasfiletype and confirm
configuration variables.

Since --smtp-ssl is deprecated, replace it with --smtp-encryption and
the two options ssl and tls.

Signed-off-by: Stephen Boyd &lt;bebarino@gmail.com&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>completion: complete values for log.date</title>
<updated>2009-05-06T05:05:37Z</updated>
<author>
<name>Stephen Boyd</name>
<email>bebarino@gmail.com</email>
</author>
<published>2009-05-04T06:25:34Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=672c68cbb90921a133ddf71d002342a448b6dd38'/>
<id>urn:sha1:672c68cbb90921a133ddf71d002342a448b6dd38</id>
<content type='text'>
Add raw to the date formats too.

Signed-off-by: Stephen Boyd &lt;bebarino@gmail.com&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>completion: complete values for help.format</title>
<updated>2009-05-06T05:05:37Z</updated>
<author>
<name>Stephen Boyd</name>
<email>bebarino@gmail.com</email>
</author>
<published>2009-05-04T06:25:33Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=9b82d63b5a109112643843a8e6d1a201fdf2ec63'/>
<id>urn:sha1:9b82d63b5a109112643843a8e6d1a201fdf2ec63</id>
<content type='text'>
Signed-off-by: Stephen Boyd &lt;bebarino@gmail.com&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>completion: add {gui,diff,merge}tool, man, and pager config variables</title>
<updated>2009-05-06T05:05:36Z</updated>
<author>
<name>Stephen Boyd</name>
<email>bebarino@gmail.com</email>
</author>
<published>2009-05-04T06:25:32Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=0aa62fd0414b0e8a6271d1d0dd80e5f640633473'/>
<id>urn:sha1:0aa62fd0414b0e8a6271d1d0dd80e5f640633473</id>
<content type='text'>
Signed-off-by: Stephen Boyd &lt;bebarino@gmail.com&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>completion: add missing configuration variables to _git_config()</title>
<updated>2009-05-06T05:05:36Z</updated>
<author>
<name>Stephen Boyd</name>
<email>bebarino@gmail.com</email>
</author>
<published>2009-05-04T06:25:31Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=226b343cde7624e4f273a45d83009799447c914b'/>
<id>urn:sha1:226b343cde7624e4f273a45d83009799447c914b</id>
<content type='text'>
Signed-off-by: Stephen Boyd &lt;bebarino@gmail.com&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>Merge branch 'da/difftool'</title>
<updated>2009-04-18T04:42:12Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2009-04-18T04:42:12Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=bd15ef078afac3f0f147e815d3b85d6d2a48dd1a'/>
<id>urn:sha1:bd15ef078afac3f0f147e815d3b85d6d2a48dd1a</id>
<content type='text'>
* da/difftool:
  mergetool--lib: simplify API usage by removing more global variables
  Fix misspelled mergetool.keepBackup
  difftool/mergetool: refactor commands to use git-mergetool--lib
  mergetool: use $( ... ) instead of `backticks`
  bash completion: add git-difftool
  difftool: add support for a difftool.prompt config variable
  difftool: add various git-difftool tests
  difftool: move 'git-difftool' out of contrib
  difftool/mergetool: add diffuse as merge and diff tool
  difftool: add a -y shortcut for --no-prompt
  difftool: use perl built-ins when testing for msys
  difftool: remove the backup file feature
  difftool: remove merge options for opendiff, tkdiff, kdiff3 and xxdiff
  git-mergetool: add new merge tool TortoiseMerge
  git-mergetool/difftool: make (g)vimdiff workable under Windows
  doc/merge-config: list ecmerge as a built-in merge tool
</content>
</entry>
<entry>
<title>Merge branch 'mh/html-path'</title>
<updated>2009-04-08T05:32:51Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2009-04-08T05:32:51Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=d65279d5bf02f3c457a843c8586752714f42e75a'/>
<id>urn:sha1:d65279d5bf02f3c457a843c8586752714f42e75a</id>
<content type='text'>
* mh/html-path:
  add --html-path to get the location of installed HTML docs
</content>
</entry>
<entry>
<title>bash completion: add git-difftool</title>
<updated>2009-04-08T05:19:56Z</updated>
<author>
<name>David Aguilar</name>
<email>davvid@gmail.com</email>
</author>
<published>2009-04-06T08:31:27Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=e2dc2de917778a0601564e238c3cd61614f55e5f'/>
<id>urn:sha1:e2dc2de917778a0601564e238c3cd61614f55e5f</id>
<content type='text'>
This adds completion for difftool's --tool flag.
The known diff tool names were also consolidated into
a single variable.

Signed-off-by: David Aguilar &lt;davvid@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>difftool/mergetool: add diffuse as merge and diff tool</title>
<updated>2009-04-08T05:19:56Z</updated>
<author>
<name>Sebastian Pipping</name>
<email>sebastian@pipping.org</email>
</author>
<published>2009-04-06T08:31:23Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=1c0f3d224eff2ff8ca8442811edb5a6830adba1a'/>
<id>urn:sha1:1c0f3d224eff2ff8ca8442811edb5a6830adba1a</id>
<content type='text'>
This adds diffuse as a built-in merge tool.

Signed-off-by: Sebastian Pipping &lt;sebastian@pipping.org&gt;
Signed-off-by: David Aguilar &lt;davvid@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>bash completion: Update 'git am' options</title>
<updated>2009-04-05T19:04:22Z</updated>
<author>
<name>Todd Zullinger</name>
<email>tmz@pobox.com</email>
</author>
<published>2009-04-05T16:33:38Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=43acdf243ee8a8fa876bdd6659026fe5ed2d4c24'/>
<id>urn:sha1:43acdf243ee8a8fa876bdd6659026fe5ed2d4c24</id>
<content type='text'>
This adds --committer-date-is-author-date, --ignore-date, and --no-utf8
options.  The --binary option is removed, as it was made a no-op by
cb3a160.  The option list is also sorted alphabetically.

Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
