Skip to content
Second early-bird preview of Git for Windows v2.9.3

In preparation for v2.9.3, another rebase to upstream's `maint` branch,
as well as three more enhancements:

- `git status` now knows the `--no-lock-index` option to avoid locking
  the index

- `git cat-file --smudge` learned the `--use-path=<path>` option to
  allow specifying blob names as SHA-1 and *still* apply the smudge
  filter correctly

- `git init` heeds `core.hideDotFiles=false` in `~/.gitconfig` again