git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] request-pull: Include newline in output
@ 2011-02-09  2:35 Michael Witten
  2011-02-09 21:54 ` Junio C Hamano
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Witten @ 2011-02-09  2:35 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git

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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-02-10  0:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-09  2:35 [PATCH] request-pull: Include newline in output Michael Witten
2011-02-09 21:54 ` Junio C Hamano
2011-02-09 22:35   ` Michael Witten
2011-02-10  0:00     ` Junio C Hamano

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).