summaryrefslogtreecommitdiffstats
path: root/git-synk
diff options
context:
space:
mode:
Diffstat (limited to 'git-synk')
-rwxr-xr-xgit-synk2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-synk b/git-synk
index 4a8b9e4..2d3f9f7 100755
--- a/git-synk
+++ b/git-synk
@@ -46,7 +46,7 @@ for gitdir in ${GIT_DIR}; do
echo -e "${RED}KO${RESET}" && cd .. && continue
fi
# GC + CLEAN
- echo -ne " ${CYAN}clean$RESET ... " && git gc 2>/dev/null && git diff --quiet && echo -e "${GREEN}OK${RESET}"
+ echo -ne " ${CYAN}clean$RESET ... " && git prune && git gc --quiet && git repack && git diff --quiet && echo -e "${GREEN}OK${RESET}"
if [ $? -ne 0 ]; then
if [ "$action" = "push" ]; then
echo -e "dirty but ${GREEN}OK${RESET}"