<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/contrib, 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>Fix a bunch of pointer declarations (codestyle)</title>
<updated>2009-05-01T22:17:31Z</updated>
<author>
<name>Felipe Contreras</name>
<email>felipe.contreras@gmail.com</email>
</author>
<published>2009-05-01T09:06:36Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=4b25d091ba53c758fae0096b8c0662371857b9d9'/>
<id>urn:sha1:4b25d091ba53c758fae0096b8c0662371857b9d9</id>
<content type='text'>
Essentially; s/type* /type */ as per the coding guidelines.

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>Documentation: fix typos / spelling mistakes</title>
<updated>2009-04-20T22:56:07Z</updated>
<author>
<name>Mike Ralphson</name>
<email>mike@abacus.co.uk</email>
</author>
<published>2009-04-17T18:13:28Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=680ebc01806187b33cab9093c39102468298350f'/>
<id>urn:sha1:680ebc01806187b33cab9093c39102468298350f</id>
<content type='text'>
Signed-off-by: Mike Ralphson &lt;mike@abacus.co.uk&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>
</feed>
