DORMANTno replies

[PATCH] request-pull: Include newline in output

From: Michael Witten <hidden>
Date: 2016-06-15 22:50:31
Subsystem: the rest · Maintainer: Linus Torvalds

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 <redacted>
---
 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
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help