Move extra tag-fetching step into init script · EliahKagan/GitPython@7110bf8

Original file line numberDiff line numberDiff line change

@@ -76,7 +76,6 @@ To clone the [the GitHub repository](https://github.com/gitpython-developers/Git

7676

```bash

7777

git clone https://github.com/gitpython-developers/GitPython

7878

cd GitPython

79-

git fetch --tags

8079

./init-tests-after-clone.sh

8180

```

8281

@@ -114,9 +113,9 @@ See [Issue #525](https://github.com/gitpython-developers/GitPython/issues/525).

114113
115114

### RUNNING TESTS

116115
117-

_Important_: Right after cloning this repository, please be sure to have

118-

executed `git fetch --tags` followed by the `./init-tests-after-clone.sh`

119-

script in the repository root. Otherwise you will encounter test failures.

116+

_Important_: Right after cloning this repository, please be sure to have executed

117+

the `./init-tests-after-clone.sh` script in the repository root. Otherwise

118+

you will encounter test failures.

120119
121120

On _Windows_, make sure you have `git-daemon` in your PATH. For MINGW-git, the `git-daemon.exe`

122121

exists in `Git\mingw64\libexec\git-core\`.