summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdot/local/bin/git-ll-remote2
1 files changed, 1 insertions, 1 deletions
diff --git a/dot/local/bin/git-ll-remote b/dot/local/bin/git-ll-remote
index f7955d2..f4b058d 100755
--- a/dot/local/bin/git-ll-remote
+++ b/dot/local/bin/git-ll-remote
@@ -111,7 +111,7 @@ have_ref()
111git_fetch() 111git_fetch()
112{ 112{
113 local hash="$1" ref="$2" 113 local hash="$1" ref="$2"
114 have_ref "$hash" || git fetch --depth=1 "$remote" "$ref" 114 have_ref "$hash" || git fetch "$remote" "$ref"
115} 115}
116 116
117is_same_ref() 117is_same_ref()