<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/diff.c, branch v1.7.2</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v1.7.2</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v1.7.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2010-07-09T01:09:14Z</updated>
<entry>
<title>diff.c: fix a graph output bug</title>
<updated>2010-07-09T01:09:14Z</updated>
<author>
<name>Bo Yang</name>
<email>struggleyb.nku@gmail.com</email>
</author>
<published>2010-07-08T15:12:34Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=e13f38a33ed181b937c85fd9adf6bce755f69d00'/>
<id>urn:sha1:e13f38a33ed181b937c85fd9adf6bce755f69d00</id>
<content type='text'>
When --graph is in effect, the line-prefix typically has colored graph
line segments and ends with reset.  The color sequence "set" given to
this function is for showing the metainfo part of the patch text and
(1) it should not be applied to the graph lines, and (2) it will be
reset at the end of line_prefix so it won't be in effect anyway.

Signed-off-by: Bo Yang &lt;struggleyb.nku@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'jl/status-ignore-submodules'</title>
<updated>2010-06-30T18:55:39Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-06-30T18:55:39Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=a76b2084fb9c7e788108717fdce4c91227808980'/>
<id>urn:sha1:a76b2084fb9c7e788108717fdce4c91227808980</id>
<content type='text'>
* jl/status-ignore-submodules:
  Add the option "--ignore-submodules" to "git status"
  git submodule: ignore dirty submodules for summary and status

Conflicts:
	builtin/commit.c
	t/t7508-status.sh
	wt-status.c
	wt-status.h
</content>
</entry>
<entry>
<title>Merge branch 'jl/maint-diff-ignore-submodules'</title>
<updated>2010-06-30T18:55:37Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-06-30T18:55:37Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=e1165dd1442017c2b2722027168c497640f25746'/>
<id>urn:sha1:e1165dd1442017c2b2722027168c497640f25746</id>
<content type='text'>
* jl/maint-diff-ignore-submodules:
  t4027,4041: Use test -s to test for an empty file
  Add optional parameters to the diff option "--ignore-submodules"
  git diff: rename test that had a conflicting name
</content>
</entry>
<entry>
<title>Merge branch 'ab/blame-textconv'</title>
<updated>2010-06-27T19:07:44Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-06-27T19:07:44Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=4af574dbdc543b43e16838ed69890470b763136d'/>
<id>urn:sha1:4af574dbdc543b43e16838ed69890470b763136d</id>
<content type='text'>
* ab/blame-textconv:
  t/t8006: test textconv support for blame
  textconv: support for blame
  textconv: make the API public

Conflicts:
	diff.h
</content>
</entry>
<entry>
<title>Add the option "--ignore-submodules" to "git status"</title>
<updated>2010-06-25T18:30:25Z</updated>
<author>
<name>Jens Lehmann</name>
<email>Jens.Lehmann@web.de</email>
</author>
<published>2010-06-25T14:56:47Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=46a958b3daa1da336683ec82d7f321d0f51b39c8'/>
<id>urn:sha1:46a958b3daa1da336683ec82d7f321d0f51b39c8</id>
<content type='text'>
In some use cases it is not desirable that "git status" considers
submodules that only contain untracked content as dirty. This may happen
e.g. when the submodule is not under the developers control and not all
build generated files have been added to .gitignore by the upstream
developers. Using the "untracked" parameter for the "--ignore-submodules"
option disables checking for untracked content and lets git diff report
them as changed only when they have new commits or modified content.

Sometimes it is not wanted to have submodules show up as changed when they
just contain changes to their work tree (this was the behavior before
1.7.0). An example for that are scripts which just want to check for
submodule commits while ignoring any changes to the work tree. Also users
having large submodules known not to change might want to use this option,
as the - sometimes substantial - time it takes to scan the submodule work
tree(s) is saved when using the "dirty" parameter.

And if you want to ignore any changes to submodules, you can now do that
by using this option without parameters or with "all" (when the config
option status.submodulesummary is set, using "all" will also suppress the
output of the submodule summary).

A new function handle_ignore_submodules_arg() is introduced to parse this
option new to "git status" in a single location, as "git diff" already
knew it.

Signed-off-by: Jens Lehmann &lt;Jens.Lehmann@web.de&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'maint'</title>
<updated>2010-06-22T16:35:36Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-06-22T16:35:36Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=262657dce61b417d712a7f4cd85ff8ff4c6ec3a4'/>
<id>urn:sha1:262657dce61b417d712a7f4cd85ff8ff4c6ec3a4</id>
<content type='text'>
* maint:
  Update draft release notes to 1.7.1.1
  tests: remove unnecessary '^' from 'expr' regular expression

Conflicts:
	diff.c
</content>
</entry>
<entry>
<title>Merge branch 'cc/maint-diff-CC-binary' into maint</title>
<updated>2010-06-22T16:27:07Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-06-22T16:04:14Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=3c656899cdfbfdd40987625c4615a8c941d5968a'/>
<id>urn:sha1:3c656899cdfbfdd40987625c4615a8c941d5968a</id>
<content type='text'>
* cc/maint-diff-CC-binary:
  diff: fix "git show -C -C" output when renaming a binary file

Conflicts:
	diff.c
</content>
</entry>
<entry>
<title>Merge branch 'bw/diff-metainfo-color' into maint</title>
<updated>2010-06-21T12:40:10Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-06-21T12:40:10Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=cb2af93ac183c1a6d5635bb2be047c1ade362099'/>
<id>urn:sha1:cb2af93ac183c1a6d5635bb2be047c1ade362099</id>
<content type='text'>
* bw/diff-metainfo-color:
  diff: fix coloring of extended diff headers
</content>
</entry>
<entry>
<title>Merge branch 'rs/diff-no-minimal' into maint</title>
<updated>2010-06-21T12:38:50Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-06-21T12:38:50Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=60335534a6ac52d4d3a372a5b56df5a57a4463d1'/>
<id>urn:sha1:60335534a6ac52d4d3a372a5b56df5a57a4463d1</id>
<content type='text'>
* rs/diff-no-minimal:
  git diff too slow for a file
</content>
</entry>
<entry>
<title>Merge branch 'cc/maint-diff-CC-binary'</title>
<updated>2010-06-18T18:16:57Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-06-18T18:16:57Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=5977744d045cacb809a3e3630dbbd28fe83976ae'/>
<id>urn:sha1:5977744d045cacb809a3e3630dbbd28fe83976ae</id>
<content type='text'>
* cc/maint-diff-CC-binary:
  diff: fix "git show -C -C" output when renaming a binary file

Conflicts:
	diff.c
</content>
</entry>
</feed>
