Re: [PATCH] add --no-check option to git-write-tree

2005-07-08 Thread Linus Torvalds
On Fri, 8 Jul 2005, Bryan Larsen wrote: > > Add --no-check option to git-write-tree. I like almost all of these patches (well, the ones relevant to core git, I'll not speak for Pasky on cogito), although I'd actually prefer your "index_fd()" info-only flag to work the other way around: make it a

[PATCH] add --no-check option to git-write-tree

2005-07-08 Thread Bryan Larsen
Add --no-check option to git-write-tree. Signed-off-by: Bryan Larsen <[EMAIL PROTECTED]> --- Documentation/git-write-tree.txt |6 ++ write-tree.c | 14 +- 2 files changed, 19 insertions(+), 1 deletions(-) diff --git a/Documentation/git-write-tree.txt