summaryrefslogtreecommitdiff
path: root/bin/git-unshallow
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2018-11-08 21:59:31 -0700
committerSean Whitton <spwhitton@spwhitton.name>2018-11-08 21:59:31 -0700
commit8b40e69ec785394382c3a34410ebfd1a7c1b8c03 (patch)
tree55021538058187095f29dc719886210dd8b62edd /bin/git-unshallow
parent03add2292c88040fcfbf892f7de38dc543ad7888 (diff)
downloaddotfiles-8b40e69ec785394382c3a34410ebfd1a7c1b8c03.tar.gz
fix command in git-unshallow
Diffstat (limited to 'bin/git-unshallow')
-rwxr-xr-xbin/git-unshallow2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/git-unshallow b/bin/git-unshallow
index 1fe8eee6..d0126c3d 100755
--- a/bin/git-unshallow
+++ b/bin/git-unshallow
@@ -3,5 +3,5 @@
# assumes remote named origin
git fetch --unshallow
-git remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*"
+git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*"
git fetch origin