[PATCH] request-pull: Include newline in output

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxx>
---
 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

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


[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]