One of the great things about git is that it's really cheap to just clone another copy. Or stash, do something else and "stash pop". Or use multiple branches.
Of course, it's definitely possible to end up with a lot of different clones lying around, but at least it makes it hard to accidentally check in part of an unfinished change when doing something else. (And for a small project like toybox you really can afford to throw a clone away after using it once.) But I've found that one tree for my work and one tree for applying and testing contributions works well and isn't confusing. And I get easily confused ☺ On Sep 12, 2015 1:55 AM, "Rob Landley" <[email protected]> wrote: > I have that applied locally but I also have a uclinux triage halfway > done in my roadmap. > > (I'm to the point where everything's blocking everything else. Trying to > flush stuff out...) > > Rob > > On 09/10/2015 09:09 PM, enh wrote: > > ping. (no complaints yet.) > > > > On Mon, Aug 31, 2015 at 4:02 PM, enh <[email protected]> wrote: > >> Another Android roadmap update. > >> > >> As an experiment, we've switched to the toybox uptime anyway. If > >> anyone even notices, we can think then about what we want to do about > >> supporting traditional Android uptime behavior. > >> > >> diff --git a/www/roadmap.html b/www/roadmap.html > >> index afb49ba..50b1aa2 100755 > >> --- a/www/roadmap.html > >> +++ b/www/roadmap.html > >> @@ -238,7 +238,7 @@ following commands:</p> > >> <blockquote><b> > >> dd du df getevent iftop ioctl log ls > >> lsof nandread newfs_msdos ps prlimit > >> -sendevent start stop top uptime > >> +sendevent start stop top > >> </b></blockquote> > >> > >> <h3>Other Android core commands</h3> > >> @@ -267,7 +267,7 @@ implementing the full commands (fdisk, init, and > >> sudo) come first.</p> > >> dd du df getevent iftop init ioctl > >> log logcat logwrapper ls lsof nandread > >> newfs_msdos ps prlimit reboot run-as > >> -sendevent start stop top uptime > >> +sendevent start stop top > >> </b></blockquote> > >> > >> <p>We may eventually implement all of that, but for toybox 1.0 we need > to > >> @@ -281,7 +281,7 @@ for later).</p> > >> <span id=toolbox> > >> dd du df getevent iftop ioctl log logcat logwrapper ls lsof > >> nandread newfs_msdos ps prlimit sendevent > >> -start stop top uptime > >> +start stop top > >> </span> > >> </b></blockquote> > > > > > > > _______________________________________________ > Toybox mailing list > [email protected] > http://lists.landley.net/listinfo.cgi/toybox-landley.net >
_______________________________________________ Toybox mailing list [email protected] http://lists.landley.net/listinfo.cgi/toybox-landley.net
