Re: [PATCH 41/41] merge-one-file: compute empty blob object ID

2018-04-23 Thread brian m. carlson
On Tue, Apr 24, 2018 at 03:00:55AM +0200, SZEDER Gábor wrote: > > This script hard-codes the object ID of the empty tree. To avoid any > > s/tree/blob/ > > > problems when changing hashes, compute this value by calling git > > hash-object. > > Missing signoff. Thanks, will fix. -- brian m.

Re: [PATCH 41/41] merge-one-file: compute empty blob object ID

2018-04-23 Thread SZEDER Gábor
> This script hard-codes the object ID of the empty tree. To avoid any s/tree/blob/ > problems when changing hashes, compute this value by calling git > hash-object. Missing signoff. > --- > git-merge-one-file.sh | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

[PATCH 41/41] merge-one-file: compute empty blob object ID

2018-04-23 Thread brian m. carlson
This script hard-codes the object ID of the empty tree. To avoid any problems when changing hashes, compute this value by calling git hash-object. --- git-merge-one-file.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-merge-one-file.sh b/git-merge-one-file.sh index