mailmap: do not lose single-letter names
[gitweb.git] / pack-refs.c
index ebde7850550aea027957a7ec93f904c616f769c9..4461f71a37bea5d935409761cc8a838bff443439 100644 (file)
@@ -128,7 +128,7 @@ int pack_refs(unsigned int flags)
                die_errno("unable to create ref-pack file structure");
 
        /* perhaps other traits later as well */
-       fprintf(cbdata.refs_file, "# pack-refs with: peeled \n");
+       fprintf(cbdata.refs_file, "# pack-refs with: peeled fully-peeled \n");
 
        for_each_ref(handle_one_ref, &cbdata);
        if (ferror(cbdata.refs_file))