Hello,
has anyone noticed that the 'git diff' output somehow lacks the newline
after the @@ tag?
The linux-kernel list is full of diffs whose hunks begin like:
@@ -1475,6 +1475,7 @@ int do_coredump(long signr, int exit_cod
@@ -1516,22 +1517,34 @@ int do_coredump(long signr, int exit_cod
@@ -1428,7 +1442,7 @@ static int elf_core_dump(long signr, str
instead of:
@@ -1475,6 +1475,7 @@
int do_coredump(long signr, int exit_cod
@@ -1516,22 +1517,34 @@
int do_coredump(long signr, int exit_cod
@@ -1428,7 +1442,7 @@
static int elf_core_dump(long signr, str
It is not only a problem of the linux-kernel, my local git installation
suffers from this as well...
Regards
Petr
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html