<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/diff.c, branch v1.7.0.5</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://www.git.shady.money/git/atom?h=v1.7.0.5</id>
<link rel='self' href='https://www.git.shady.money/git/atom?h=v1.7.0.5'/>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/'/>
<updated>2010-04-10T05:38:34Z</updated>
<entry>
<title>Merge branch 'jc/conflict-marker-size' into maint</title>
<updated>2010-04-10T05:38:34Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-04-10T05:38:34Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=daaf2e8892cf3b652454c48ffd332e3c5b446b92'/>
<id>urn:sha1:daaf2e8892cf3b652454c48ffd332e3c5b446b92</id>
<content type='text'>
* jc/conflict-marker-size:
  diff --check: honor conflict-marker-size attribute
</content>
</entry>
<entry>
<title>diff: fix textconv error zombies</title>
<updated>2010-03-30T21:46:33Z</updated>
<author>
<name>Johannes Sixt</name>
<email>j6t@kdbg.org</email>
</author>
<published>2010-03-30T17:36:03Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=da1fbed3fff6ed2d64399ff26d8a9ab3bcf00540'/>
<id>urn:sha1:da1fbed3fff6ed2d64399ff26d8a9ab3bcf00540</id>
<content type='text'>
To make the code simpler, run_textconv lumps all of its
error checking into one conditional. However, the
short-circuit means that an error in reading will prevent us
from calling finish_command, leaving a zombie child.
Clean up properly after errors.

Based-on-work-by: Jeff King &lt;peff@peff.net&gt;
Signed-off-by: Johannes Sixt &lt;j6t@kdbg.org&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>diff --check: honor conflict-marker-size attribute</title>
<updated>2010-03-25T02:35:34Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-03-25T02:21:32Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=a757c646ee78ae21c9e8ac66dcc52e361c15c7d2'/>
<id>urn:sha1:a757c646ee78ae21c9e8ac66dcc52e361c15c7d2</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'ld/maint-diff-quiet-w' into maint</title>
<updated>2010-03-05T06:26:39Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-03-05T06:26:39Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=8cc3709df0e4f8e4f2aca6ae68b5b4f145787252'/>
<id>urn:sha1:8cc3709df0e4f8e4f2aca6ae68b5b4f145787252</id>
<content type='text'>
* ld/maint-diff-quiet-w:
  git-diff: add a test for git diff --quiet -w
  git diff --quiet -w: check and report the status
</content>
</entry>
<entry>
<title>Merge branch 'jc/typo' into maint</title>
<updated>2010-02-17T22:55:09Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-02-17T22:55:09Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=07cb9a369e12633e1e43e0acded32885592a455c'/>
<id>urn:sha1:07cb9a369e12633e1e43e0acded32885592a455c</id>
<content type='text'>
* jc/typo:
  Typofixes outside documentation area
</content>
</entry>
<entry>
<title>Merge branch 'maint-1.6.6' into maint</title>
<updated>2010-02-16T23:05:02Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-02-16T23:05:02Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=e7b3cea0f7589c57f7bb808330e32bdd7f901c95'/>
<id>urn:sha1:e7b3cea0f7589c57f7bb808330e32bdd7f901c95</id>
<content type='text'>
* maint-1.6.6:
  dwim_ref: fix dangling symref warning
  stash pop: remove 'apply' options during 'drop' invocation
  diff: make sure --output=/bad/path is caught
  Remove hyphen from "git-command" in two error messages
</content>
</entry>
<entry>
<title>Merge branch 'maint-1.6.5' into maint-1.6.6</title>
<updated>2010-02-16T23:04:55Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-02-16T23:04:55Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=eb0bcd0fbe34befe7648a398efc7f4156b07da48'/>
<id>urn:sha1:eb0bcd0fbe34befe7648a398efc7f4156b07da48</id>
<content type='text'>
* maint-1.6.5:
  dwim_ref: fix dangling symref warning
  stash pop: remove 'apply' options during 'drop' invocation
  diff: make sure --output=/bad/path is caught
</content>
</entry>
<entry>
<title>git diff --quiet -w: check and report the status</title>
<updated>2010-02-16T07:04:34Z</updated>
<author>
<name>Larry D'Anna</name>
<email>larry@elder-gods.org</email>
</author>
<published>2010-02-16T06:55:21Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=6977c250ac6cacb5ee441bff832fdeab4d0cd8f9'/>
<id>urn:sha1:6977c250ac6cacb5ee441bff832fdeab4d0cd8f9</id>
<content type='text'>
The option -w tells the diff machinery to inspect the contents to set the
exit status, instead of checking the blob object level difference alone.
However, --quiet tells the diff machinery not to look at the contents, which
means DIFF_FROM_CONTENTS has no chance to inspect the change.

Work it around by calling diff_flush_patch() with output sent to /dev/null.

Signed-off-by: Larry D'Anna &lt;larry@elder-gods.org&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>diff: make sure --output=/bad/path is caught</title>
<updated>2010-02-16T05:46:01Z</updated>
<author>
<name>Larry D'Anna</name>
<email>larry@elder-gods.org</email>
</author>
<published>2010-02-16T04:10:45Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=8324b977aef3d2301f170e23f498b50e11302575'/>
<id>urn:sha1:8324b977aef3d2301f170e23f498b50e11302575</id>
<content type='text'>
The return value from fopen wasn't being checked.

Signed-off-by: Larry D'Anna &lt;larry@elder-gods.org&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Typofixes outside documentation area</title>
<updated>2010-02-04T05:28:17Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-02-04T05:23:18Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=9517e6b84357252e1882091343661c34d978771e'/>
<id>urn:sha1:9517e6b84357252e1882091343661c34d978771e</id>
<content type='text'>
    begining -&gt; beginning
    canonicalizations -&gt; canonicalization
    comand -&gt; command
    dewrapping -&gt; unwrapping
    dirtyness -&gt; dirtiness
    DISCLAMER -&gt; DISCLAIMER
    explicitely -&gt; explicitly
    feeded -&gt; fed
    impiled -&gt; implied
    madatory -&gt; mandatory
    mimick -&gt; mimic
    preceeding -&gt; preceding
    reqeuest -&gt; request
    substition -&gt; substitution

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