[PATCH v4] nmbug: Add an 'init' command

2015-01-19 Thread Tomi Ollila
On Mon, Jan 19 2015, "W. Trevor King" wrote: > For folks that want to start versioning a new tag-space, instead of > cloning one that someone else has already started. > > The empty-blob hash-object call avoids errors like: > > $ nmbug commit > error: invalid object 100644

[PATCH v4] nmbug: Add an 'init' command

2015-01-19 Thread W. Trevor King
On Mon, Jan 19, 2015 at 11:44:16AM +0200, Tomi Ollila wrote: > $ python2.7 devel/nmbug/nmbug init > Reinitialized existing Git repository in /home/too/.nmbug/ > e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 > user.name not defined > [u'git', u'--git-dir', u'/home/too/.nmbug', u'commit',

Re: [PATCH v4] nmbug: Add an 'init' command

2015-01-19 Thread Tomi Ollila
On Mon, Jan 19 2015, W. Trevor King wk...@tremily.us wrote: For folks that want to start versioning a new tag-space, instead of cloning one that someone else has already started. The empty-blob hash-object call avoids errors like: $ nmbug commit error: invalid object 100644

Re: [PATCH v4] nmbug: Add an 'init' command

2015-01-19 Thread W. Trevor King
On Mon, Jan 19, 2015 at 11:44:16AM +0200, Tomi Ollila wrote: $ python2.7 devel/nmbug/nmbug init Reinitialized existing Git repository in /home/too/.nmbug/ e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 user.name not defined [u'git', u'--git-dir', u'/home/too/.nmbug', u'commit', u'--allow-empty',

[PATCH v4] nmbug: Add an 'init' command

2015-01-18 Thread W. Trevor King
For folks that want to start versioning a new tag-space, instead of cloning one that someone else has already started. The empty-blob hash-object call avoids errors like: $ nmbug commit error: invalid object 100644 e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 for 'tags/...' fatal:

[PATCH v4] nmbug: Add an 'init' command

2015-01-18 Thread W. Trevor King
For folks that want to start versioning a new tag-space, instead of cloning one that someone else has already started. The empty-blob hash-object call avoids errors like: $ nmbug commit error: invalid object 100644 e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 for 'tags/...' fatal: