All of lore.kernel.org
 help / color / mirror / Atom feed
From: Junio C Hamano <gitster@pobox.com>
To: "Ingo Brückl" <ib@wupperonline.de>
Cc: git@vger.kernel.org
Subject: Re: [PATCH] stash: Utilize config variable pager.stash.list in stash list command
Date: Wed, 17 Aug 2011 11:44:32 -0700	[thread overview]
Message-ID: <7vd3g3ev3j.fsf@alter.siamese.dyndns.org> (raw)
In-Reply-To: <4e4b8418.068889fb.bm001@wupperonline.de> ("Ingo Brückl"'s message of "Wed, 17 Aug 2011 11:04:23 +0200")

At least "pager.stash.list" should be spelled as "pager.stashList" or
something. It is not like there are multitude of arbigrary choices that
may match "pager.*.list" pattern.

Also a variable can be set to false by setting it to 0, no, etc., so you
need to inspect it with "git config --bool" to get the canonical version
of its value.

What's so difficult to say "git stash list | less" or even "git -p stash list"?

  reply	other threads:[~2011-08-17 18:44 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-16 11:47 [PATCH] stash: Utilize config variable pager.stash.list in stash list command Ingo Brückl
2011-08-17  9:04 ` Ingo Brückl
2011-08-17 18:44   ` Junio C Hamano [this message]
2011-08-18  4:26     ` Jeff King
2011-08-18  7:55       ` Ingo Brückl

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=7vd3g3ev3j.fsf@alter.siamese.dyndns.org \
    --to=gitster@pobox.com \
    --cc=git@vger.kernel.org \
    --cc=ib@wupperonline.de \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.