mbox series

[0/1] Remove value from positional args in config unset usage

Message ID 20241008040749.69801-1-joshiheinrichs@gmail.com (mailing list archive)
Headers show
Series Remove value from positional args in config unset usage | expand

Message

Josh Heinrichs Oct. 8, 2024, 4:07 a.m. UTC
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(-)