Skip to content
Snippets Groups Projects
Unverified Commit 0162f4e1 authored by Dan Nicholson's avatar Dan Nicholson Committed by GitHub
Browse files

Merge pull request #5 from endlessm/even-fewer-prunes

Revert "Prune while fetching"
parents 13ac0000 af1e1d04
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ GITHUB_API_HOST = 'https://api.github.com'
GIT_CLONE_CMD = 'git clone %s %s %s'
GIT_CLONE_API_URL = 'https://%s@github.com/%s'
GIT_SHA_CMD = 'git rev-parse --short %s'
GIT_FETCH_CMD = 'git fetch --prune --tags'
GIT_FETCH_CMD = 'git fetch --tags'
GIT_CHECK_REMOTE_CMD = 'git ls-remote'
USER_DETAILS_PATH = '/users/%s'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment