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