delorie.com/archives/browse.cgi | search |
X-Authentication-Warning: | delorie.com: mail set sender to geda-user-bounces using -f |
X-Recipient: | geda-user AT delorie DOT com |
X-Original-DKIM-Signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; |
d=gmail.com; s=20161025; | |
h=mime-version:sender:in-reply-to:references:from:date:message-id | |
:subject:to; | |
bh=0HhkFdVkDRqb+hDpQEhNvYVfk5iVLq3Ca3kYvCcUzeY=; | |
b=KoMMulj9Sh0vnwesF1Xhf8fj31n+RvLvQF+sa/rpTX85YZy3HGi2E/+QI5MhBNNB/n | |
z2g/FhFuDjQO2f0G3lF2K1Yq+8QD9LCyAV48L34FczMzG+rA8TgElnHcsTMoF2f8Nva7 | |
3UB7VBVOsRPQT0xz6ewihXcXEFDS8mfGz9s6BpaoFUrZ63s0OO0ztxFQmCN3knOrx6Hz | |
cGdewj1oBd90j93r/HMP0xCsFDKjeJV+pWgGrmriAYPrW0j1jQ+GxE/p63KaE7pn+/6o | |
UjFrXfnzGWkgUK1aedaRSR9gFokuocWCtWQ/4tOmMqWsfHJxGyQh+ON9K5olYVikytt0 | |
Q9bQ== | |
X-Google-DKIM-Signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; |
d=1e100.net; s=20161025; | |
h=x-gm-message-state:mime-version:sender:in-reply-to:references:from | |
:date:message-id:subject:to; | |
bh=0HhkFdVkDRqb+hDpQEhNvYVfk5iVLq3Ca3kYvCcUzeY=; | |
b=Am23/gS57p0dR2QpA1S9fUZJnlrbr1Rl2QWMq+VBMMQ2cdGLtbU2Hm0zqKEFE5rlZb | |
Ro8WiRQUK3e/PI3YUqngMzpdcXO/W0J9++r4UlzY3mpJQPHfOB1duYZHqGmtJ/MTYifE | |
oZ2lM9RdtPSTSx1F+W31qxrZuhnpu57HjWC2E3AGO3uC98p7+IfUDIKYbs/AnY9SUzv2 | |
Ip3B+tMsV8i5KULpaKnip+Li/twlgdJoz8G3T1khGS2wl8yG7ILRd7WytytFzEvvbiMs | |
wscxN86JFoqjjlaoz9LmwAGRfwfpZd9Isd5a7lACpgWQqphWB7nYS5hbSLvQ2sX84j7d | |
OdHw== | |
X-Gm-Message-State: | AIkVDXIvLmtAipSZMCJHc6iwtVFnbd2IBhWjXPf803WXFxGFC1NMAgTipVe+pfu38HOPne278l7XmirYUwxlOg== |
X-Received: | by 10.36.47.213 with SMTP id j204mr33795889itj.7.1486859376513; |
Sat, 11 Feb 2017 16:29:36 -0800 (PST) | |
MIME-Version: | 1.0 |
Sender: | svenn DOT bjerkem AT gmail DOT com |
In-Reply-To: | <CAM2RGhQxatfsMJ=MpUUyyhcU9-1wzapE319CSiBzuJB9DLCxpQ@mail.gmail.com> |
References: | <D0E30DB4-3ADF-415C-A95E-B58F09AE054D AT noqsi DOT com> |
<alpine DOT DEB DOT 2 DOT 11 DOT 1702111609100 DOT 25113 AT nimbus> <CAJXU7q_ogjTmEOjruGJ3od-GYdv_gef0X_yc7Fne1q6kDu1xrg AT mail DOT gmail DOT com> | |
<0D03FED9-A309-4F6C-9863-0EC6DB35176D AT noqsi DOT com> <20170211182330 DOT GO21523 AT foo DOT stuge DOT se> | |
<FA6FF0F2-6850-4B55-A19F-A343CB8762A9 AT noqsi DOT com> <20170211205800 DOT GB14489 AT localhost DOT localdomain> | |
<CAM2RGhQxatfsMJ=MpUUyyhcU9-1wzapE319CSiBzuJB9DLCxpQ AT mail DOT gmail DOT com> | |
From: | "Svenn Are Bjerkem (svenn DOT bjerkem AT googlemail DOT com) [via geda-user AT delorie DOT com]" <geda-user AT delorie DOT com> |
Date: | Sun, 12 Feb 2017 01:29:36 +0100 |
X-Google-Sender-Auth: | jTGIn8uTeQ1FalzyjNFKZlnQtR0 |
Message-ID: | <CAGde_xOe8M52=5n_bszRa3ir+vhE4_R_c3x8Z_UhLWX++5VCJQ@mail.gmail.com> |
Subject: | Re: [geda-user] gnetlist chaos |
To: | geda-user <geda-user AT delorie DOT com> |
Reply-To: | geda-user AT delorie DOT com |
Errors-To: | nobody AT delorie DOT com |
X-Mailing-List: | geda-user AT delorie DOT com |
X-Unsubscribes-To: | listserv AT delorie DOT com |
On 11 February 2017 at 22:11, Evan Foss (evanfoss AT gmail DOT com) [via geda-user AT delorie DOT com] <geda-user AT delorie DOT com> wrote: > How many people are actually sending you code for geda-gaf? You can follow the vzh development on https://github.com/vzh/geda-gaf/network For those who has mainline from geda-project.org cloned, they can add vzh and peter-b branches as remotes to their local. Then it is a bit easier to see with gitk --all who contributes what at what stage of the development. $> git remote add vzh https://github.com/vzh/geda-gaf.git $> git remote add peterb https://github.com/peter-b/geda-gaf.git $> git fetch --all $> gitk --all -- Svenn
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |