Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: git branches and compilation
- X-seq: zsh-workers 31567
- From: Richard Hartmann <richih.mailinglist@xxxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- Subject: Re: git branches and compilation
- Date: Wed, 24 Jul 2013 16:25:00 +0200
- Cc: zsh workers <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=5T6PHCAWITlNz+RD9WGSwGRg7G72Jz3fVsiqJlagVfE=; b=bGb+WcU5KDTT5aklzFObgXqhL/qephXQgsKWQ2tbbQyoeIv+Gd5d401EsjdDNyADsi rHftSYDa2ZIEA6U3jPQhOBF2Dpv9fF46URIAVyvQrGidXbXvEHqOv8QWgwaloR0YtbQQ dSQPY/yR0wjyhgN74scHJD/klw524YTfao+3UdwThkSTQGZLIo1NQmi/O6TqwEatEdub s6kNLjXtNbaIjrJoLRjt3Lqtr8asIaFUdT5ng79RLsMAgLGhk0UiHTcHDiMWbwLENmMB LTEQmUh9dJNYjTZBoqKhBtCQoz8v7xYPK1Qw4snWK3XIqvTf3tGQgLxK+drlwq1f0kX0 GA6A==
- In-reply-to: <130615124610.ZM12323@torch.brasslantern.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <130615124610.ZM12323@torch.brasslantern.com>
On Sat, Jun 15, 2013 at 9:46 PM, Bart Schaefer
<schaefer@xxxxxxxxxxxxxxxx> wrote:
> Having been annoyed a couple of times by things not recompiling when a
> different branch is checked out (especially the texinfo inputs in Doc/,
> leading to reams of bad node errors when doing "make info") I dug into
> this a bit further and found "metastore".
As a word of warning, metastore's binary storage format is _not_ merge
friendly. You must not diverge or branch off this file. David has lost
interest in metastore and does not intend to fix this.
Because of this, I wrote metamonger[1] to scratch this itch and
there's a branch which restores metadata. The master branch can only
store at the moment. Patches welcome; or if I know that someone
besides me wants to use this that may be the kick in the proverbial
behind I need to continue working on this, clean up history a bit, and
merge into master.
RIchard
[1] https://github.com/RichiH/metamonger
Messages sorted by:
Reverse Date,
Date,
Thread,
Author