Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check if pack directory exists prior to descending into it
This fixes the following warning: git-repack: line 42: cd: .git/objects/pack: No such file or directory This happens only, when git-repack -a is run without any packs in the repository. Signed-off-by: Matthias Kestenholz <matthias@spinlock.ch> Signed-off-by: Junio C Hamano <junkio@cox.net>
- Loading branch information