* trivial: remove the dots at the end of file names
@ 2006-01-05 11:46 Alex Riesen
2006-01-06 22:37 ` Junio C Hamano
0 siblings, 1 reply; 4+ messages in thread
From: Alex Riesen @ 2006-01-05 11:46 UTC (permalink / raw)
To: Junio C Hamano, git
[-- Attachment #1: Type: text/plain, Size: 106 bytes --]
to make the output more friendly to mouse copy-paste.
Signed-off-by: Alex Riesen <raa.lkml@gmail.com>
[-- Attachment #2: 0004-Remove-the-dots-at-the-end-of-file-names-to-make-the-output-more-mouse-copy-paste-friendly.txt --]
[-- Type: text/plain, Size: 868 bytes --]
Subject: [PATCH] Remove the dots at the end of file names
to make the output more mouse copy-paste friendly.
Signed-off-by: Alex Riesen <raa.lkml@gmail.com>
---
git-merge-one-file.sh | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
fa0739c321265582ba8a914acedcb66f98980a86
diff --git a/git-merge-one-file.sh b/git-merge-one-file.sh
index 7dee88a..5349a1c 100755
--- a/git-merge-one-file.sh
+++ b/git-merge-one-file.sh
@@ -82,7 +82,7 @@ case "${1:-.}${2:-.}${3:-.}" in
expr "$sz0" \< "$sz1" \* 2 >/dev/null || : >$orig
;;
*)
- echo "Auto-merging $4."
+ echo "Auto-merging $4"
orig=`git-unpack-file $1`
;;
esac
@@ -107,7 +107,7 @@ case "${1:-.}${2:-.}${3:-.}" in
fi
if [ $ret -ne 0 ]; then
- echo "ERROR: Merge conflict in $4."
+ echo "ERROR: Merge conflict in $4"
exit 1
fi
exec git-update-index -- "$4"
--
1.0.GIT
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: trivial: remove the dots at the end of file names
2006-01-05 11:46 trivial: remove the dots at the end of file names Alex Riesen
@ 2006-01-06 22:37 ` Junio C Hamano
2006-01-07 10:32 ` Alex Riesen
0 siblings, 1 reply; 4+ messages in thread
From: Junio C Hamano @ 2006-01-06 22:37 UTC (permalink / raw)
To: Alex Riesen; +Cc: git
Alex Riesen <raa.lkml@gmail.com> writes:
> Subject: [PATCH] Remove the dots at the end of file names
> to make the output more mouse copy-paste friendly.
> - echo "ERROR: Merge conflict in $4."
> + echo "ERROR: Merge conflict in $4"
Hmph. I think there are places we state pathname within 'single
quotes' as a part of sentence, which may have the same issue. I
understand and am sympathetic to the motivation, but at the same
time messages that do not end with full-stop somehow make me
feel quite uneasy. I'll swallow the patch; maybe it is just me.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: trivial: remove the dots at the end of file names
2006-01-06 22:37 ` Junio C Hamano
@ 2006-01-07 10:32 ` Alex Riesen
2006-01-07 10:35 ` Junio C Hamano
0 siblings, 1 reply; 4+ messages in thread
From: Alex Riesen @ 2006-01-07 10:32 UTC (permalink / raw)
To: Junio C Hamano; +Cc: git
Junio C Hamano, Fri, Jan 06, 2006 23:37:24 +0100:
> Alex Riesen <raa.lkml@gmail.com> writes:
>
> > Subject: [PATCH] Remove the dots at the end of file names
> > to make the output more mouse copy-paste friendly.
>
> > - echo "ERROR: Merge conflict in $4."
> > + echo "ERROR: Merge conflict in $4"
>
> Hmph. I think there are places we state pathname within 'single
> quotes' as a part of sentence, which may have the same issue.
No-no-no! These are perfectly fine (for bash, at least)!
> I understand and am sympathetic to the motivation, but at the same
> time messages that do not end with full-stop somehow make me feel
> quite uneasy. I'll swallow the patch; maybe it is just me.
I hope so. Don't you ever use mouse copy-pasting?!
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: trivial: remove the dots at the end of file names
2006-01-07 10:32 ` Alex Riesen
@ 2006-01-07 10:35 ` Junio C Hamano
0 siblings, 0 replies; 4+ messages in thread
From: Junio C Hamano @ 2006-01-07 10:35 UTC (permalink / raw)
To: git
Alex Riesen <raa.lkml@gmail.com> writes:
> I hope so. Don't you ever use mouse copy-pasting?!
Not mouse, but I always work inside "screen" and use
copy&paste.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2006-01-07 10:35 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-05 11:46 trivial: remove the dots at the end of file names Alex Riesen
2006-01-06 22:37 ` Junio C Hamano
2006-01-07 10:32 ` Alex Riesen
2006-01-07 10:35 ` 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).