>From the github:


"* Commits should be atomic: they should each encompass a single logical
   change that works on its own.  You can use "git rebase --interactive" to
   collapse multiple commits into a single commit before pushing your code
   up for contribution."


I think the idea is to basically have feature branches that are pushed
back into Tom's repo as atomic commits... That Should make things
relatively easy to deal with right?


On Wed, Apr 21, 2010 at 2:33 PM, Jeremy Dunck <[email protected]> wrote:

On Wed, Apr 21, 2010 at 1:14 PM, Tom X. Tobin <[email protected]>
> wrote:
> ...
> > There are no formal plans (on experimental's side) to merge anything
> > from experimental to trunk.  Anyone is welcome to package up code from
> > experimental and champion a change for inclusion in Django proper, but
> > it won't be me; I'm done working with patch files and Trac tickets.
> > :-)
>
> This will be pretty difficult to pull off unless there are feature
> branches in -experimental.  Will you recommend that, at least?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django developers" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<django-developers%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/django-developers?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" 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/django-developers?hl=en.

Reply via email to