]> git.phdru.name Git - git-scripts.git/blob - gc-not-packed-recursive
Rename update -> update-remotes
[git-scripts.git] / gc-not-packed-recursive
1 #! /bin/sh
2
3 prog_dir="`dirname \"$0\"`" &&
4
5 "$prog_dir"/gc-not-packed || exit 1
6 git submodule foreach "$prog_dir"/gc-not-packed
7 exit 0 # Ignore errors from git submodule in bare repos