From: Petr Sebor <petr@scssoft.com>
To: git@vger.kernel.org
Subject: git diff - no newline after @@ ?
Date: Fri, 18 Aug 2006 14:10:42 +0200 [thread overview]
Message-ID: <44E5AE42.6090506@scssoft.com> (raw)
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
next reply other threads:[~2006-08-18 12:11 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-08-18 12:10 Petr Sebor [this message]
2006-08-18 12:25 ` git diff - no newline after @@ ? Alex Riesen
2006-08-18 12:37 ` Petr Sebor
2006-08-18 12:40 ` Jakub Narebski
2006-08-18 12:44 ` Jeff King
2006-08-18 13:19 ` Petr Sebor
2006-08-18 13:42 ` Jakub Narebski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=44E5AE42.6090506@scssoft.com \
--to=petr@scssoft.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.