Thread (7 messages) flat view 7 messages, 3 authors, 2016-06-15

Re: [PATCH] Fix git-fast-export for zero-sized blobs

From: Nicolas Pitre <hidden>
Date: 2016-06-15 22:43:58

On Tue, 11 Dec 2007, Alex Riesen wrote:
Signed-off-by: Alex Riesen <redacted>
---
 builtin-fast-export.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Nicolas Pitre, Tue, Dec 11, 2007 21:27:33 +0100:
quoted
Simply doing something like:

$ git fast-export --all > /dev/null

results in:

fatal: Could not write blob e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
I get this for my git repo:

	$ git fast-export --all >/dev/null
	fatal: Could not write blob e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
	$ git cat-file blob e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 |wc -c
	0

Writing a zero-size blob will surely returns 0.
Indeed.


/me looking at too many piece of code at the same time


Nicolas
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help