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