On Thu, Dec 9, 2010 at 7:36 AM, Kevin Sheedy <kevinsheedy@xxxxxxxxx> wrote: > > In summary, I think it would be cool if there was a programmatic way of > saying: > "Hey everybody, I've changed some code on branch x and I think you should > have it" > > Everyone else would then have the choices: > 1) Always accept, I trust you (but don't blow away my current work, > obviously) I think the closest thing would be a cron job that runs "git pull" every minute or so. A difference from dynamic views is that it would no longer update your work tree once your changes start conflicting with the upstream changes (in dynamic views, all unmodified files would be updated). However, rather than trying to make Git behave just like ClearCase dynamic views (there are many other things to consider than automatic updates), I think you would be better off if you actually use ClearCase dynamic views instead. > 2) Always ignore, I'll get it when I'm good and ready This is of course the easy case; just run "git pull" manually. /Martin -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html