These two patches are grouped as one patch series, because they arose from the same Git for Windows issue [1], but they can be reviewed or applied independent from one another. [1] https://github.com/git-for-windows/git/issues/3308 Matthias Aßhauer (2): help: make sure local html page exists before calling external processes documentation: add documentation for 'git version' Documentation/git-version.txt | 35 +++++++++++++++++++++++++++++++++++ builtin/help.c | 9 ++++++++- t/t0012-help.sh | 7 +++++++ 3 files changed, 50 insertions(+), 1 deletion(-) create mode 100644 Documentation/git-version.txt base-commit: 8463beaeb69fe0b7f651065813def4aa6827cd5d Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-1038%2Frimrul%2Fdoc-version-v1 Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-1038/rimrul/doc-version-v1 Pull-Request: https://github.com/gitgitgadget/git/pull/1038 -- gitgitgadget