git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] Remove value from positional args in config unset usage
@ 2024-10-08  4:07 Josh Heinrichs
  2024-10-08  4:07 ` [PATCH 1/1] git-config.1: remove value from positional args in " Josh Heinrichs
  2024-10-08 14:29 ` [PATCH v2 0/1] Remove value from position args in config " Josh Heinrichs
  0 siblings, 2 replies; 7+ messages in thread
From: Josh Heinrichs @ 2024-10-08  4:07 UTC (permalink / raw)
  To: git; +Cc: Josh Heinrichs

I tripped over this while attempting to use `git config unset --fixed-value`.
The value is supposed to be provided via `--value`, but the usage makes it
seem like it can be provided as a positional argument.

While I was looking at the translations I noticed that po/bg.po was missing
`<name>` as a positional argument. From my reading of the docs it sounds like
translation changes are made independently, so I have not changed them in this
series.

Josh Heinrichs (1):
  git-config.1: remove value from positional args in unset usage

 Documentation/git-config.txt | 2 +-
 builtin/config.c             | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-10-09  3:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-08  4:07 [PATCH 0/1] Remove value from positional args in config unset usage Josh Heinrichs
2024-10-08  4:07 ` [PATCH 1/1] git-config.1: remove value from positional args in " Josh Heinrichs
2024-10-08 12:37   ` Patrick Steinhardt
2024-10-08 14:29 ` [PATCH v2 0/1] Remove value from position args in config " Josh Heinrichs
2024-10-08 14:29   ` [PATCH v2 1/1] git-config.1: remove value from positional args in " Josh Heinrichs
2024-10-08 18:20     ` Junio C Hamano
2024-10-09  3:37       ` Patrick Steinhardt

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).