Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
git again
- X-seq: zsh-workers 31043
- From: Oliver Kiddle <okiddle@xxxxxxxxxxx>
- To: Zsh workers <zsh-workers@xxxxxxx>
- Subject: git again
- Date: Tue, 12 Feb 2013 12:01:52 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.co.uk; s=s1024; t=1360666912; bh=1xpsAv7zYhrFXx7kD0lvIGUGYSDgTyKm3SIAO/pOWTc=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:Received:From:To:Subject:MIME-Version:Content-Type:Content-ID:Date:Message-ID; b=comN445v7XCxYTnNCLBt4aOpijaNIgxf596KOd1p+DfuiHe4iW88JTnS9MgbyBeWtTfb/bijKin6zuxTZ2zcItx4SyTOdjOjBPiiK0M4OcWS+JIxGVbX/qq1LBQ2twYAzHETBiSyTddkF3WsxU8vchvxkEDLyExUfZI/cDDUnLM=
- 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
I've cleaned up the duplication in the zsh-development-guide regarding
git usage and workflows. I'm not posting a patch because I think it'd be
better to discuss the content as it now stands than to pick over the
changes (That is, if further discussion is necessary which I can't say
I'm enthused by).
As confirmed with Peter, the intention is to keep things as unchanged as
possible from CVS for now. This means manual ChangeLog updates (though
not as a separate commit).
With this in mind, I've simplified the git branch usage written by Phil
to recommend git merge --squash. Note to git newcomers, this is still a
useful approach to follow: I use local branches even for fairly trivial
changes and check in regularly at intermediate states; often as a way to
push changes between Linux and Solaris.
A "Sharing Feature Branches" section can be added later once we start doing
that for non-trivial changes.
Anyway, I'll leave this for a week or so and then we can look at making
the actual switch.
Oliver
Messages sorted by:
Reverse Date,
Date,
Thread,
Author