mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-08-08 14:44:35 +02:00
feat(git-auto-fetch): add date to git-auto-fetch log file (#10021)
This commit is contained in:
@ -25,8 +25,9 @@ function git-fetch-all {
|
||||
fi
|
||||
|
||||
# Fetch all remotes (avoid ssh passphrase prompt)
|
||||
date -R &>! "$gitdir/FETCH_LOG"
|
||||
GIT_SSH_COMMAND="command ssh -o BatchMode=yes" \
|
||||
command git fetch --all 2>/dev/null &>! "$gitdir/FETCH_LOG"
|
||||
command git fetch --all 2>/dev/null &>> "$gitdir/FETCH_LOG"
|
||||
) &|
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user