On Wed, 18 Feb 2009 06:22:07 -0800 "C. Titus Brown" <[email protected]> wrote:
> > Instead of that there should be a more open git repository that we > > all push to. > I'm happy to provide a system for this; I have a git server on iorich > and I can give out accounts there to anyone who needs 'em. On a slightly related note, I would like to encourage everyone who uses Git for local work on Pygr code to submit revision history - not necessarily all of it though, if you think there is anything too embarassing or downright trivial in your history feel free to trim it a bit - for inclusion into the master along with actual code changes. This is quite easy to do with Git, two ways which come to mind are "git format-patch", which creates one plain-text patch per commit, and "git bundle", which produces a single binary file out of a specified revision range of the repository. -- MS --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pygr-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pygr-dev?hl=en -~----------~----~----~----~------~----~------~--~---
