From: Junio C Hamano <gitster@pobox.com>
To: Jeff King <peff@peff.net>
Cc: George Brown <321.george@gmail.com>, git@vger.kernel.org
Subject: Re: Re* [PATCH] contrib/git-jump: cat output when not a terminal
Date: Tue, 12 May 2020 14:30:34 -0700 [thread overview]
Message-ID: <xmqqy2pwalj9.fsf@gitster.c.googlers.com> (raw)
In-Reply-To: <20200512192323.GC54565@coredump.intra.peff.net> (Jeff King's message of "Tue, 12 May 2020 15:23:23 -0400")
Jeff King <peff@peff.net> writes:
> On Mon, May 11, 2020 at 09:46:34AM -0700, Junio C Hamano wrote:
>
>> Lest we all forget...
>>
>> -- >8 --
>> Subject: git-jump: just show the list with the "--no-editor" option
>
> Thanks for tying this up. It seems to work as advertised. A few nits:
>
>> +edit=yes
>> +
>> +while case "$#,$1" in
>
> Tab between "while" and "case"?
Yup. Just to align case and its arms.
>> + 0,*) break ;;
>> + *,--no-editor) edit=no ;;
>> + *,--*) usage >&2; exit 1 ;;
>> + *) break ;;
>> + esac
>> +do
>> + shift
>> +done
>
> I found the use of "case" in the loop conditional a little unusual.
It's pretty-much personal preference, I think. I could replace
s/break/false/ if you find it easier to understand.
> It probably doesn't matter much, but we could skip the tempfile entirely
> in no-editor mode. I.e.:
>
> if test "$edit" = "no"
> then
> "mode_$mode" "$@"
> fi
>
> # otherwise set up trap, mktemp, etc
Makes a lot of sense to me.
next prev parent reply other threads:[~2020-05-12 21:30 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-09 19:15 [PATCH] contrib/git-jump: cat output when not a terminal George Brown
2020-05-09 21:41 ` Junio C Hamano
2020-05-09 22:04 ` George Brown
2020-05-09 23:42 ` Junio C Hamano
2020-05-10 9:03 ` George Brown
2020-05-10 16:47 ` Junio C Hamano
2020-05-10 17:33 ` George Brown
2020-05-10 18:12 ` Junio C Hamano
2020-05-10 18:34 ` George Brown
2020-05-10 19:10 ` Junio C Hamano
2020-05-10 19:25 ` George Brown
2020-05-10 19:38 ` Junio C Hamano
2020-05-10 20:20 ` George Brown
2020-05-11 14:31 ` Junio C Hamano
2020-05-11 14:31 ` Jeff King
2020-05-11 15:36 ` Junio C Hamano
2020-05-11 15:42 ` Jeff King
2020-05-11 16:46 ` Re* " Junio C Hamano
2020-05-12 19:23 ` Jeff King
2020-05-12 21:30 ` Junio C Hamano [this message]
2020-05-13 4:52 ` Jeff King
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=xmqqy2pwalj9.fsf@gitster.c.googlers.com \
--to=gitster@pobox.com \
--cc=321.george@gmail.com \
--cc=git@vger.kernel.org \
--cc=peff@peff.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).