* [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
* Re: [PATCH] request-pull: Include newline in output
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
0 siblings, 1 reply; 4+ messages in thread
From: Junio C Hamano @ 2011-02-09 21:54 UTC (permalink / raw)
To: Michael Witten; +Cc: git
Michael Witten <mfwitten@gmail.com> writes:
> Date: Tue, 9 Feb 2011 02:17:47 +0000
> Output looked like this:
WTH?
> Isn't that nice?
Perhaps.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] request-pull: Include newline in output
2011-02-09 21:54 ` Junio C Hamano
@ 2011-02-09 22:35 ` Michael Witten
2011-02-10 0:00 ` Junio C Hamano
0 siblings, 1 reply; 4+ messages in thread
From: Michael Witten @ 2011-02-09 22:35 UTC (permalink / raw)
To: Junio C Hamano; +Cc: git
On Wed, 09 Feb 2011 13:54:04 -0800, Junio C Hamano wrote:
> Michael Witten <mfwitten@gmail.com> writes:
>
>> Date: Tue, 9 Feb 2011 02:17:47 +0000
>
> WTH?
Woops! I typed that by hand...
Make that 'Wed'.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] request-pull: Include newline in output
2011-02-09 22:35 ` Michael Witten
@ 2011-02-10 0:00 ` Junio C Hamano
0 siblings, 0 replies; 4+ messages in thread
From: Junio C Hamano @ 2011-02-10 0:00 UTC (permalink / raw)
To: Michael Witten; +Cc: Junio C Hamano, git
Michael Witten <mfwitten@gmail.com> writes:
> On Wed, 09 Feb 2011 13:54:04 -0800, Junio C Hamano wrote:
>> Michael Witten <mfwitten@gmail.com> writes:
>>
>>> Date: Tue, 9 Feb 2011 02:17:47 +0000
>>
>> WTH?
>
> Woops! I typed that by hand...
Please don't. We'll pick the dates up from your e-mail.
^ permalink raw reply [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).