<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/Documentation/diff-config.txt, branch v1.8.2.2</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v1.8.2.2</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v1.8.2.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2013-02-17T23:25:52Z</updated>
<entry>
<title>Merge branch 'mp/diff-algo-config'</title>
<updated>2013-02-17T23:25:52Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2013-02-17T23:25:51Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=abea4dc76a675d4ac0f27a2367256dc31981d1ca'/>
<id>urn:sha1:abea4dc76a675d4ac0f27a2367256dc31981d1ca</id>
<content type='text'>
Add diff.algorithm configuration so that the user does not type
"diff --histogram".

* mp/diff-algo-config:
  diff: Introduce --diff-algorithm command line option
  config: Introduce diff.algorithm variable
  git-completion.bash: Autocomplete --minimal and --histogram for git-diff
</content>
</entry>
<entry>
<title>Merge branch 'da/mergetool-docs'</title>
<updated>2013-02-07T22:42:16Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2013-02-07T22:42:08Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=39ca1bd88256ea482305b7e0acc943ef14e4b36d'/>
<id>urn:sha1:39ca1bd88256ea482305b7e0acc943ef14e4b36d</id>
<content type='text'>
Build on top of the clean-up done by jk/mergetool and automatically
generate the list of mergetool and difftool backends the build
supports to be included in the documentation.

* da/mergetool-docs:
  doc: generate a list of valid merge tools
  mergetool--lib: list user configured tools in '--tool-help'
  mergetool--lib: add functions for finding available tools
  mergetool--lib: improve the help text in guess_merge_tool()
  mergetool--lib: simplify command expressions
</content>
</entry>
<entry>
<title>doc: generate a list of valid merge tools</title>
<updated>2013-02-03T05:46:52Z</updated>
<author>
<name>David Aguilar</name>
<email>davvid@gmail.com</email>
</author>
<published>2013-01-28T00:52:26Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=f35ec546008e8390e0fd8e545680e72fae0efa35'/>
<id>urn:sha1:f35ec546008e8390e0fd8e545680e72fae0efa35</id>
<content type='text'>
Use the show_tool_names() function to build lists of all
the built-in tools supported by difftool and mergetool.
This frees us from needing to update the documentation
whenever a new tool is added.

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>Documentation: the name of the system is 'Git', not 'git'</title>
<updated>2013-02-01T21:53:33Z</updated>
<author>
<name>Thomas Ackermann</name>
<email>th.acker@arcor.de</email>
</author>
<published>2013-01-21T19:17:53Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=2de9b71138171dca7279db3b3fe67e868c76d921'/>
<id>urn:sha1:2de9b71138171dca7279db3b3fe67e868c76d921</id>
<content type='text'>
Signed-off-by: Thomas Ackermann &lt;th.acker@arcor.de&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>config: Introduce diff.algorithm variable</title>
<updated>2013-01-16T17:37:45Z</updated>
<author>
<name>Michal Privoznik</name>
<email>mprivozn@redhat.com</email>
</author>
<published>2013-01-16T07:51:57Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=07ab4dec80f1c24660ed4bc371849fb4f11a4ee3'/>
<id>urn:sha1:07ab4dec80f1c24660ed4bc371849fb4f11a4ee3</id>
<content type='text'>
Some users or projects prefer different algorithms over others, e.g.
patience over myers or similar. However, specifying appropriate
argument every time diff is to be used is impractical. Moreover,
creating an alias doesn't play nicely with other tools based on diff
(git-show for instance). Hence, a configuration variable which is able
to set specific algorithm is needed. For now, these four values are
accepted: 'myers' (which has the same effect as not setting the config
variable at all), 'minimal', 'patience' and 'histogram'.

Signed-off-by: Michal Privoznik &lt;mprivozn@redhat.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Documentation/diff-config: work around AsciiDoc misfortune</title>
<updated>2012-12-07T23:15:59Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2012-12-07T23:15:59Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=00704e4ba527c7e6a36db9b37d59c719310d878c'/>
<id>urn:sha1:00704e4ba527c7e6a36db9b37d59c719310d878c</id>
<content type='text'>
The line that happens to begin with indent followed by "3. " was
interpreted as if it was an enumerated list; just wrap the lines
differently to work it around for now.

Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>diff: introduce diff.submodule configuration variable</title>
<updated>2012-11-19T03:18:13Z</updated>
<author>
<name>Ramkumar Ramachandra</name>
<email>artagnon@gmail.com</email>
</author>
<published>2012-11-13T15:42:45Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=c47ef57caaa2b17d32b343fbe652f33b31c81362'/>
<id>urn:sha1:c47ef57caaa2b17d32b343fbe652f33b31c81362</id>
<content type='text'>
Introduce a diff.submodule configuration variable corresponding to the
'--submodule' command-line option of 'git diff'.

Signed-off-by: Ramkumar Ramachandra &lt;artagnon@gmail.com&gt;
Acked-by: Jeff King &lt;peff@peff.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Documentation: move diff.wordRegex from config.txt to diff-config.txt</title>
<updated>2012-11-19T03:18:13Z</updated>
<author>
<name>Ramkumar Ramachandra</name>
<email>artagnon@gmail.com</email>
</author>
<published>2012-11-13T15:42:44Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=22bc70fdf90edec98012806891f1a132fcd93575'/>
<id>urn:sha1:22bc70fdf90edec98012806891f1a132fcd93575</id>
<content type='text'>
19299a8 (Documentation: Move diff.&lt;driver&gt;.* from config.txt to
diff-config.txt, 2011-04-07) moved the diff configuration options to
diff-config.txt, but forgot about diff.wordRegex, which was left
behind in config.txt.  Fix this.

Signed-off-by: Ramkumar Ramachandra &lt;artagnon@gmail.com&gt;
Acked-by: Jeff King &lt;peff@peff.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>diff: diff.context configuration gives default to -U</title>
<updated>2012-10-01T03:16:01Z</updated>
<author>
<name>Jeff Muizelaar</name>
<email>jmuizelaar@mozilla.com</email>
</author>
<published>2012-09-27T19:12:52Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=6468a4e5486d01e4da5ea8e8f2990523c3d18688'/>
<id>urn:sha1:6468a4e5486d01e4da5ea8e8f2990523c3d18688</id>
<content type='text'>
Introduce a configuration variable diff.context that tells
Porcelain commands to use a non-default number of context
lines instead of 3 (the default).  With this variable, users
do not have to keep repeating "git log -U8" from the command
line; instead, it becomes sufficient to say "git config
diff.context 8" just once.

Signed-off-by: Jeff Muizelaar &lt;jmuizelaar@mozilla.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Documentation: spelling fixes</title>
<updated>2012-06-19T18:35:19Z</updated>
<author>
<name>Miklos Vajna</name>
<email>vmiklos@frugalware.org</email>
</author>
<published>2012-06-19T17:56:09Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=b4ab1980da71344e5ebb65242f52d68b1a03c42d'/>
<id>urn:sha1:b4ab1980da71344e5ebb65242f52d68b1a03c42d</id>
<content type='text'>
Signed-off-by: Miklos Vajna &lt;vmiklos@frugalware.org&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
