* Deleting binary file
@ 2006-11-09 9:47 Kirill Shutemov
2006-11-09 9:52 ` Jakub Narebski
2006-11-09 11:10 ` Jakub Narebski
0 siblings, 2 replies; 3+ messages in thread
From: Kirill Shutemov @ 2006-11-09 9:47 UTC (permalink / raw)
To: git
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^
0001-test.txt
> git-reset --hard HEAD^1
> git-applymbox 0001-test.txt
1 patch(es) to process.
Applying 'test'
error: No changes
> cat 0001-test.txt
From 9fd9a46e5404e7c389cfb48026b68d46faa47081 Mon Sep 17 00:00:00 2001
From: Kirill A. Shutemov <k.shutemov@gmail.com>
Date: Wed, 8 Nov 2006 11:19:35 +0200
Subject: [PATCH] test
---
sh | Bin
1 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/sh b/sh
deleted file mode 100755
index a57a92a..0000000
Binary files a/sh and /dev/null differ
--
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-11-09 11:10 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-09 9:47 Deleting binary file Kirill Shutemov
2006-11-09 9:52 ` Jakub Narebski
2006-11-09 11:10 ` Jakub Narebski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).