Ralf S. Engelschall schrieb:
| +++ test2.txt 2008-02-27 19:26:28 +0100 | @@ -1,3 +1,4 @@ | foo | bar | -quux | \ No newline at end of file | +quux | +baz
Out of interest, why doesn't diff(1)'s output look like this? | +++ test2.txt 2008-02-27 19:26:28 +0100 | @@ -1,3 +1,4 @@ | foo | bar | quux | +baz | \ No newline at end of fileBecause it seems to be a bit weird to me at least that the quux line which was there before was removed and then re-added just because it had no following newline in the first case...
In any case, an interesting finding. And since the diff format is probably not about to be changed in this case, we just need to comply anyways...
Thomas. -- GPG-Key 0x160D1092 | [EMAIL PROTECTED] | http://thomaskeller.biz Please note that according to the EU law on data retention, information on every electronic information exchange might be retained for a period of six months or longer: http://www.vorratsdatenspeicherung.de/?lang=en
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Monotone-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/monotone-devel
