<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/lib/diff.tcl, branch gitgui-0.20.0</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=gitgui-0.20.0</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=gitgui-0.20.0'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2014-10-06T09:34:52Z</updated>
<entry>
<title>git-gui: add configurable tab size to the diff view</title>
<updated>2014-10-06T09:34:52Z</updated>
<author>
<name>Michael Lutz</name>
<email>michi@icosahedron.de</email>
</author>
<published>2012-02-12T15:55:17Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=a43c5f51a4b1e56b746295f19daa240283092005'/>
<id>urn:sha1:a43c5f51a4b1e56b746295f19daa240283092005</id>
<content type='text'>
For Tk 8.5 the "wordprocessor" mode allows us to get a bit fancy for merge
diffs and intend the tabs by one to compensate for the additional diff
marker at the line start.

The code is heavily based on how gitk handles tabs.

Signed-off-by: Michael Lutz &lt;michi@icosahedron.de&gt;
Signed-off-by: Pat Thoyts &lt;patthoyts@users.sourceforge.net&gt;
</content>
</entry>
<entry>
<title>git-gui: show staged submodules regardless of ignore config</title>
<updated>2014-06-13T17:27:33Z</updated>
<author>
<name>Jens Lehmann</name>
<email>Jens.Lehmann@web.de</email>
</author>
<published>2014-04-08T19:30:51Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=e0db1dd7d4bc87825f0d7d743f1a01b4461a59ff'/>
<id>urn:sha1:e0db1dd7d4bc87825f0d7d743f1a01b4461a59ff</id>
<content type='text'>
Currently setting submodule.&lt;name&gt;.ignore and/or diff.ignoreSubmodules to
"all" suppresses all output of submodule changes for git-gui. This is
really confusing, as even when the user chooses to record a new commit for
an ignored submodule by adding it manually this change won't show up under
"Staged Changes (Will Commit)".

Fix that by using the '--ignore-submodules=dirty' option for both callers
of "git diff-index --cached" when the underlying git version supports that
option.

Signed-off-by: Jens Lehmann &lt;Jens.Lehmann@web.de&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
Signed-off-by: Pat Thoyts &lt;patthoyts@users.sourceforge.net&gt;
</content>
</entry>
<entry>
<title>git-gui: allow "\ No newline at end of file" for linewise staging</title>
<updated>2013-05-16T22:40:59Z</updated>
<author>
<name>Heiko Voigt</name>
<email>hvoigt@hvoigt.net</email>
</author>
<published>2013-05-09T16:30:02Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=1fcd24d04358ea10c296a414e2b93f3714adca4b'/>
<id>urn:sha1:1fcd24d04358ea10c296a414e2b93f3714adca4b</id>
<content type='text'>
Counting of lines did not skip this line when generating the hunk
header.

Acked-by: Tobias Preuss &lt;tobias.preuss@googlemail.com&gt;
Signed-off-by: Heiko Voigt &lt;hvoigt@hvoigt.net&gt;
Signed-off-by: Pat Thoyts &lt;patthoyts@users.sourceforge.net&gt;
</content>
</entry>
<entry>
<title>git-gui: add config value gui.diffopts for passing additional diff options</title>
<updated>2011-11-05T00:38:01Z</updated>
<author>
<name>Tilman Vogel</name>
<email>tilman.vogel@web.de</email>
</author>
<published>2011-01-21T10:59:45Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=54531e7c7aeca965c23e60a6805059826a8de75a'/>
<id>urn:sha1:54531e7c7aeca965c23e60a6805059826a8de75a</id>
<content type='text'>
Signed-off-by: Tilman Vogel &lt;tilman.vogel@web.de&gt;
Signed-off-by: Pat Thoyts &lt;patthoyts@users.sourceforge.net&gt;
</content>
</entry>
<entry>
<title>git-gui: sort the numeric ansi codes</title>
<updated>2011-11-04T16:16:54Z</updated>
<author>
<name>Pat Thoyts</name>
<email>patthoyts@users.sourceforge.net</email>
</author>
<published>2010-11-19T22:22:20Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=3f2fb173ace1afa7040d31cd3239c6a9cac49006'/>
<id>urn:sha1:3f2fb173ace1afa7040d31cd3239c6a9cac49006</id>
<content type='text'>
This ensures that underline does not conflict with inverse colors.

Signed-off-by: Pat Thoyts &lt;patthoyts@users.sourceforge.net&gt;
</content>
</entry>
<entry>
<title>git-gui: support underline style when parsing diff output</title>
<updated>2011-11-04T16:16:52Z</updated>
<author>
<name>Pat Thoyts</name>
<email>patthoyts@users.sourceforge.net</email>
</author>
<published>2010-11-19T10:00:49Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=9af6413b96c85c9fcd9c34c015cd8fae0219ee04'/>
<id>urn:sha1:9af6413b96c85c9fcd9c34c015cd8fae0219ee04</id>
<content type='text'>
Suggested-by: Bert Wesarg &lt;bert.wesarg@googlemail.com&gt;
Signed-off-by: Pat Thoyts &lt;patthoyts@users.sourceforge.net&gt;
</content>
</entry>
<entry>
<title>git-gui: handle meta diff header lines only in the header section</title>
<updated>2011-01-28T09:01:17Z</updated>
<author>
<name>Bert Wesarg</name>
<email>bert.wesarg@googlemail.com</email>
</author>
<published>2010-12-09T20:47:59Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=bf59439847369ce8c1169fdf58aca5ca857dc568'/>
<id>urn:sha1:bf59439847369ce8c1169fdf58aca5ca857dc568</id>
<content type='text'>
Signed-off-by: Bert Wesarg &lt;bert.wesarg@googlemail.com&gt;
Signed-off-by: Pat Thoyts &lt;patthoyts@users.sourceforge.net&gt;
</content>
</entry>
<entry>
<title>git-gui: handle special content lines only in the diff header section</title>
<updated>2011-01-28T09:01:17Z</updated>
<author>
<name>Bert Wesarg</name>
<email>bert.wesarg@googlemail.com</email>
</author>
<published>2010-12-09T20:47:58Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=d1c7f8aa666dfc96743782cba452112c7678e9eb'/>
<id>urn:sha1:d1c7f8aa666dfc96743782cba452112c7678e9eb</id>
<content type='text'>
These two also stop the diff header.

Signed-off-by: Bert Wesarg &lt;bert.wesarg@googlemail.com&gt;
Signed-off-by: Pat Thoyts &lt;patthoyts@users.sourceforge.net&gt;
</content>
</entry>
<entry>
<title>git-gui: always reset the current tag</title>
<updated>2011-01-28T09:01:17Z</updated>
<author>
<name>Bert Wesarg</name>
<email>bert.wesarg@googlemail.com</email>
</author>
<published>2010-12-09T20:47:57Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=6459d7c046e5ab618ffde2d5a04dc83b5f97a600'/>
<id>urn:sha1:6459d7c046e5ab618ffde2d5a04dc83b5f97a600</id>
<content type='text'>
Signed-off-by: Bert Wesarg &lt;bert.wesarg@googlemail.com&gt;
Signed-off-by: Pat Thoyts &lt;patthoyts@users.sourceforge.net&gt;
</content>
</entry>
<entry>
<title>git-gui: move 3way diff autodetect up</title>
<updated>2011-01-28T09:01:17Z</updated>
<author>
<name>Bert Wesarg</name>
<email>bert.wesarg@googlemail.com</email>
</author>
<published>2010-12-09T20:47:56Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=963ceab57e0743ed76889b93d051dee828eed859'/>
<id>urn:sha1:963ceab57e0743ed76889b93d051dee828eed859</id>
<content type='text'>
Signed-off-by: Bert Wesarg &lt;bert.wesarg@googlemail.com&gt;
Signed-off-by: Pat Thoyts &lt;patthoyts@users.sourceforge.net&gt;
</content>
</entry>
</feed>
