We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7186980 commit 59d3bfaCopy full SHA for 59d3bfa
git-repo.sh
@@ -15,7 +15,7 @@ function update_repo_git() {
15
git repack -a -b -d
16
sz=$(git count-objects -v|grep -Po '(?<=size-pack: )\d+')
17
sz=$(($sz*1024))
18
- echo "size-pack:" $(numfmt --to=iec $sz)
+ echo "Total size is" $(numfmt --to=iec $sz)
19
echo "==== SYNC repo.git DONE ===="
20
}
21
git.sh
@@ -22,7 +22,7 @@ function update_linux_git() {
22
[[ "$objs" -gt 8 ]] && git repack -a -b -d
23
24
25
26
echo "==== SYNC $UPSTREAM DONE ===="
27
return $ret
28
0 commit comments