Merge branch 'ks/help-alias-label' into next
[gitweb.git] / refs.c
diff --git a/refs.c b/refs.c
index e8b67ddce80c83f8ec0dbfb3adc6d6c10b2f4b2d..0d5fe7442ae98e5bdc9641b6891cf508e2605453 100644 (file)
--- a/refs.c
+++ b/refs.c
@@ -1357,7 +1357,7 @@ int for_each_replace_ref(each_ref_fn fn, void *cb_data)
        return do_for_each_ref(get_main_ref_store(),
                               git_replace_ref_base, fn,
                               strlen(git_replace_ref_base),
-                              0, cb_data);
+                              DO_FOR_EACH_INCLUDE_BROKEN, cb_data);
 }
 
 int for_each_namespaced_ref(each_ref_fn fn, void *cb_data)