Merge branch 'js/gc-with-stale-symref'
authorJunio C Hamano <gitster@pobox.com>
Thu, 15 Oct 2015 22:43:51 +0000 (15:43 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 15 Oct 2015 22:43:51 +0000 (15:43 -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