From: Michael Witten <mfwitten@gmail.com>
To: Junio C Hamano <gitster@pobox.com>
Cc: git@vger.kernel.org
Subject: [PATCH] request-pull: Include newline in output
Date: Tue, 08 Feb 2011 18:35:13 -0800 (PST) [thread overview]
Message-ID: <4d51fd61.8937e30a.096e.0a65@mx.google.com> (raw)
Date: Tue, 9 Feb 2011 02:17:47 +0000
Output looked like this:
The following changes since commit 7811d9600f02e70c9f835719c71156c967a684f7:
pull: Document the "--[no-]recurse-submodules" options (2011-02-07 15:19:09 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/git/git.git something
Now it looks like this:
The following changes since commit 7811d9600f02e70c9f835719c71156c967a684f7:
pull: Document the "--[no-]recurse-submodules" options (2011-02-07 15:19:09 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/git/git.git something
Isn't that nice?
Signed-off-by: Michael Witten <mfwitten@gmail.com>
---
git-request-pull.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/git-request-pull.sh b/git-request-pull.sh
index 6fdea39..d8e7ba3 100755
--- a/git-request-pull.sh
+++ b/git-request-pull.sh
@@ -70,7 +70,7 @@ git show -s --format='The following changes since commit %H:
%s (%ci)
-are available in the git repository at:' $baserev &&
+are available in the git repository at:%n' $baserev &&
echo " $url $branch" &&
echo &&
--
1.7.4.15.g7811d.dirty
next reply other threads:[~2011-02-09 2:35 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-09 2:35 Michael Witten [this message]
2011-02-09 21:54 ` [PATCH] request-pull: Include newline in output Junio C Hamano
2011-02-09 22:35 ` Michael Witten
2011-02-10 0:00 ` Junio C Hamano
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=4d51fd61.8937e30a.096e.0a65@mx.google.com \
--to=mfwitten@gmail.com \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).