diff --git a/AUTHORS b/AUTHORS index 8ccc09fc0..ba5636db8 100644 --- a/AUTHORS +++ b/AUTHORS @@ -51,4 +51,5 @@ Contributors are: -Luke Twist -Joseph Hale -Santos Gallegos +-Wenhan Zhu Portions derived from other open source works and are clearly marked. diff --git a/README.md b/README.md index 1743bd3d2..94fcc76d9 100644 --- a/README.md +++ b/README.md @@ -93,9 +93,9 @@ See [Issue #525](https://github.com/gitpython-developers/GitPython/issues/525). ### RUNNING TESTS -_Important_: Right after cloning this repository, please be sure to have executed -the `./init-tests-after-clone.sh` script in the repository root. Otherwise -you will encounter test failures. +_Important_: Right after cloning this repository, please be sure to have +executed `git fetch --tags` followed by the `./init-tests-after-clone.sh` +script in the repository root. Otherwise you will encounter test failures. On _Windows_, make sure you have `git-daemon` in your PATH. For MINGW-git, the `git-daemon.exe` exists in `Git\mingw64\libexec\git-core\`; CYGWIN has no daemon, but should get along fine