mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2025-01-19 04:47:40 +02:00
remove git flag that has no effect
This commit is contained in:
parent
7fb12160d8
commit
3896120d16
@ -12,7 +12,7 @@ readonly -a IGNORE=(pull-upstream.zsh README.md)
|
|||||||
() {
|
() {
|
||||||
local repo && repo="$(mktemp -d ${TMPDIR:-/tmp}/gitstatus-pull-upstream.XXXXXXXXXX)"
|
local repo && repo="$(mktemp -d ${TMPDIR:-/tmp}/gitstatus-pull-upstream.XXXXXXXXXX)"
|
||||||
trap "rm -rf ${(q)repo}" EXIT
|
trap "rm -rf ${(q)repo}" EXIT
|
||||||
git clone --depth 1 --single-branch $GITSTATUS_URL $repo
|
git clone --depth 1 $GITSTATUS_URL $repo
|
||||||
|
|
||||||
local dst
|
local dst
|
||||||
for dst in $GITSTATUS_DIR/**/*(.,@); do
|
for dst in $GITSTATUS_DIR/**/*(.,@); do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user