]> git.ipfire.org Git - thirdparty/git.git/blobdiff - fast-import.c
Documentation: git-svn: fix a grammatical error without awkwardness
[thirdparty/git.git] / fast-import.c
index db44da3e096fcd7cb5cc1664b1d9881535585591..23c496d6839646ec61a7172f83c86e244463498f 100644 (file)
@@ -903,9 +903,6 @@ static char *keep_pack(char *curr_index_name)
        static const char *keep_msg = "fast-import";
        int keep_fd;
 
-       chmod(pack_data->pack_name, 0444);
-       chmod(curr_index_name, 0444);
-
        keep_fd = odb_pack_keep(name, sizeof(name), pack_data->sha1);
        if (keep_fd < 0)
                die("cannot create keep file");