Merge branch 'js/gc-with-stale-symref' into maint
authorJunio C Hamano <gitster@pobox.com>
Tue, 20 Oct 2015 22:22:41 +0000 (15:22 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 20 Oct 2015 22:22:42 +0000 (15:22 -0700)
"git gc" used to barf when a symbolic ref has gone dangling
(e.g. the branch that used to be your upstream's default when you
cloned from it is now gone, and you did "fetch --prune").

* js/gc-with-stale-symref:
pack-objects: do not get distracted by broken symrefs
gc: demonstrate failure with stale remote HEAD

No differences found