diff for duplicates of <7vd4fgdbis.fsf@gitster.siamese.dyndns.org> diff --git a/a/1.txt b/N1/1.txt index f5b087a..7af04ff 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -19,10 +19,10 @@ Krzysztof Halasa <khc@pm.waw.pl> writes: > have been taught in school. > > I don't know reasons for "0 >= x" but I know one for -> if (0 = x) +> if (0 == x) > do something.. > -> It's because people sometimes write "=" instead of "=" and "0 = x" +> It's because people sometimes write "=" instead of "==" and "0 = x" > doesn't make sense to gcc. It does not have anything to do with the assignment confusion. @@ -30,7 +30,7 @@ It does not have anything to do with the assignment confusion. It is "textual order should reflect actual order" (aka "have number line in your head when you write your comparison conditional"): - http://thread.gmane.org/gmane.comp.version-control.git/3903/focusA26 + http://thread.gmane.org/gmane.comp.version-control.git/3903/focus=4126 Even if it may make logical sense, I would not suggest using it when other people are not familiar with the convention, though. diff --git a/a/content_digest b/N1/content_digest index 6725986..4f1a5e0 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -10,8 +10,8 @@ "ref\0alpine.LFD.2.00.0812231529030.3535@localhost.localdomain\0" "ref\0m3myemqqgp.fsf@maximus.localdomain\0" "From\0Junio C Hamano <gitster@pobox.com>\0" - "Subject\0Re: [PATCH 02/27] drivers/net: fix sparse warnings: make do-while a\0" - "Date\0Thu, 25 Dec 2008 06:17:15 +0000\0" + "Subject\0Re: [PATCH 02/27] drivers/net: fix sparse warnings: make do-while a compound statement\0" + "Date\0Wed, 24 Dec 2008 22:17:15 -0800\0" "To\0Krzysztof Halasa <khc@pm.waw.pl>\0" "Cc\0Linus Torvalds <torvalds@linux-foundation.org>" Harvey Harrison <harvey.harrison@gmail.com> @@ -43,10 +43,10 @@ "> have been taught in school.\n" ">\n" "> I don't know reasons for \"0 >= x\" but I know one for\n" - "> \tif (0 = x)\n" + "> \tif (0 == x)\n" "> \t\tdo something..\n" ">\n" - "> It's because people sometimes write \"=\" instead of \"=\" and \"0 = x\"\n" + "> It's because people sometimes write \"=\" instead of \"==\" and \"0 = x\"\n" "> doesn't make sense to gcc.\n" "\n" "It does not have anything to do with the assignment confusion.\n" @@ -54,9 +54,9 @@ "It is \"textual order should reflect actual order\" (aka \"have number line\n" "in your head when you write your comparison conditional\"):\n" "\n" - " http://thread.gmane.org/gmane.comp.version-control.git/3903/focusA26\n" + " http://thread.gmane.org/gmane.comp.version-control.git/3903/focus=4126\n" "\n" "Even if it may make logical sense, I would not suggest using it when other\n" people are not familiar with the convention, though. -b6faa13bc25466f911b889321d25b6bb345f98c18aabfe8edc59c847cce97e06 +4014aa5c1fd6071e7fc4cd80b017852c9ac59c8d83f68457c581a7c016c6d68d
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.