| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 19dfbd8 commit 7110bf8
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -76,7 +76,6 @@ To clone the [the GitHub repository](https://github.com/gitpython-developers/Git | |||
| 76 | 76 | ```bash | |
| 77 | 77 | git clone https://github.com/gitpython-developers/GitPython | |
| 78 | 78 | cd GitPython | |
| 79 | - git fetch --tags | ||
| 80 | 79 | ./init-tests-after-clone.sh | |
| 81 | 80 | ``` | |
| 82 | 81 | ||
@@ -114,9 +113,9 @@ See [Issue #525](https://github.com/gitpython-developers/GitPython/issues/525). | |||
| 114 | 113 | ||
| 115 | 114 | ### RUNNING TESTS | |
| 116 | 115 | ||
| 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. | ||
| 120 | 119 | ||
| 121 | 120 | On _Windows_, make sure you have `git-daemon` in your PATH. For MINGW-git, the `git-daemon.exe` | |
| 122 | 121 | exists in `Git\mingw64\libexec\git-core\`. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -19,4 +19,8 @@ git reset --hard HEAD~1 | |||
| 19 | 19 | git reset --hard HEAD~1 | |
| 20 | 20 | git reset --hard HEAD~1 | |
| 21 | 21 | git reset --hard __testing_point__ | |
| 22 | + | ||
| 23 | + test -z "$TRAVIS" || exit 0 # CI jobs will already have taken care of the rest. | ||
| 24 | + | ||
| 25 | + git fetch --all --tags | ||
| 22 | 26 | git submodule update --init --recursive | |
| Back | FazBrowse Home | New Git URL |
0 commit comments