On Wed, Jun 29, 2011 at 02:55:15PM -0500, Chris Bagwell wrote: > On Wed, Jun 29, 2011 at 1:01 PM, Ping Cheng <[email protected]> wrote: > > On Tue, Jun 28, 2011 at 5:02 PM, Chris Bagwell <[email protected]> wrote: > >> > >> Hi all, > >> > >> I'm trying something new to hopefully make Peter's job a little > >> easier. > > > > > > That's a good idea. > > > >> > >> I've created a clone of xf86-input-wacom on github so that I > >> can host my patches so Peter can pull them with one command. > > > > > > You have access at git.linuxwacom.sf.net, right? You could push your branch > > there so we work on the same repo. > >> > >> To test it out with, I think I've made all requested updates to my 2 > >> remaining touch pressure patches and placed them on a public branch. > > > > > > Maybe you have a reason to use another public repo? > > > > Yeah, I liked the isolation. I've been know to trash a repo or two > and I didn't want to do that with the official repo. :-) > > If this becomes a comfortable routine then I can switch to what ever > public repo makes everyone's life the easiest.
It really matters little where the repo lives. The difference between e.g. git pull http://github.com/cbagwell/reponame branchname and git pull http://linuxwacom.sourceforge.net/users/~cbagwell/reponame branchname are rather negligible :) Isolation in two different repos has another advantage: it encourages feature branches without crowding the main repo. You can have a million feature branches in your repo but none of them will be visible for those users cloning from the linuxwacom repo. same goes for tags of course which can be used to label certain commits. Cheers, Peter ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 _______________________________________________ Linuxwacom-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel
