diff options
Diffstat (limited to '')
-rwxr-xr-x | git-base.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/git-base.sh b/git-base.sh index a4680c6..cf67198 100755 --- a/git-base.sh +++ b/git-base.sh @@ -86,10 +86,6 @@ time_to_update() { fi } -fetch_async() { - fetch & -} - fetch() { if time_to_update; then record_timestamp |