Kirill Shutemov wrote: > Why can't I delete binary file via patch? > >$ git-init-db > defaulting to local storage area >$ cp /bin/sh . >$ git-add sh >$ git-commit -m 'test' > Committing initial tree efa3b1f9fdc4cdb8aab5bf869f580664a52ac04c >$ git-rm sh > rm 'sh' >$ rm sh >$ git-commit -m 'test' >$ git-format-patch HEAD^ What happens if you use --binary option here? -- Jakub Narebski Warsaw, Poland ShadeHawk on #git - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html