From: Kaartic Sivaraam <kaarticsivaraam91196@gmail.com>
To: git@vger.kernel.org
Subject: Does 'git config' accept the '--remove' option?
Date: Wed, 21 Jun 2017 23:42:18 +0530 [thread overview]
Message-ID: <1498068738.32360.7.camel@gmail.com> (raw)
Hello all,
I recently noticed that when I run 'git config' with the '--remove
<non_existing_section>' I get a warning that section doesn't exist.
When I scrolled through the man page of git-config I could see any
mention about the '--remove' option. I only see that there is a '
--remove-section' option. Sample output,
> $ git config --remove test
> fatal: No such section!
> $ git config --remove-section test
> fatal: No such section!
Is this a bug (or) is the documentation stale ?
--
Regards,
Kaartic Sivaraam <kaarticsivaraam91196@gmail.com>
next reply other threads:[~2017-06-21 18:12 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-21 18:12 Kaartic Sivaraam [this message]
2017-06-21 18:34 ` Does 'git config' accept the '--remove' option? Junio C Hamano
2017-06-21 18:43 ` Kaartic Sivaraam
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=1498068738.32360.7.camel@gmail.com \
--to=kaarticsivaraam91196@gmail.com \
--cc=git@vger.kernel.org \
/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).