<p dir="ltr">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.</p>
<p dir="ltr">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.)</p>
<p dir="ltr">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 ☺</p>
<div class="gmail_quote">On Sep 12, 2015 1:55 AM, "Rob Landley" <<a href="mailto:rob@landley.net">rob@landley.net</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I have that applied locally but I also have a uclinux triage halfway<br>
done in my roadmap.<br>
<br>
(I'm to the point where everything's blocking everything else. Trying to<br>
flush stuff out...)<br>
<br>
Rob<br>
<br>
On 09/10/2015 09:09 PM, enh wrote:<br>
> ping. (no complaints yet.)<br>
><br>
> On Mon, Aug 31, 2015 at 4:02 PM, enh <<a href="mailto:enh@google.com">enh@google.com</a>> wrote:<br>
>> Another Android roadmap update.<br>
>><br>
>> As an experiment, we've switched to the toybox uptime anyway. If<br>
>> anyone even notices, we can think then about what we want to do about<br>
>> supporting traditional Android uptime behavior.<br>
>><br>
>> diff --git a/www/roadmap.html b/www/roadmap.html<br>
>> index afb49ba..50b1aa2 100755<br>
>> --- a/www/roadmap.html<br>
>> +++ b/www/roadmap.html<br>
>> @@ -238,7 +238,7 @@ following commands:</p><br>
>> <blockquote><b><br>
>> dd du df getevent iftop ioctl log ls<br>
>> lsof nandread newfs_msdos ps prlimit<br>
>> -sendevent start stop top uptime<br>
>> +sendevent start stop top<br>
>> </b></blockquote><br>
>><br>
>> <h3>Other Android core commands</h3><br>
>> @@ -267,7 +267,7 @@ implementing the full commands (fdisk, init, and<br>
>> sudo) come first.</p><br>
>> dd du df getevent iftop init ioctl<br>
>> log logcat logwrapper ls lsof nandread<br>
>> newfs_msdos ps prlimit reboot run-as<br>
>> -sendevent start stop top uptime<br>
>> +sendevent start stop top<br>
>> </b></blockquote><br>
>><br>
>> <p>We may eventually implement all of that, but for toybox 1.0 we need to<br>
>> @@ -281,7 +281,7 @@ for later).</p><br>
>> <span id=toolbox><br>
>> dd du df getevent iftop ioctl log logcat logwrapper ls lsof<br>
>> nandread newfs_msdos ps prlimit sendevent<br>
>> -start stop top uptime<br>
>> +start stop top<br>
>> </span><br>
>> </b></blockquote><br>
><br>
><br>
><br>
_______________________________________________<br>
Toybox mailing list<br>
<a href="mailto:Toybox@lists.landley.net">Toybox@lists.landley.net</a><br>
<a href="http://lists.landley.net/listinfo.cgi/toybox-landley.net" rel="noreferrer" target="_blank">http://lists.landley.net/listinfo.cgi/toybox-landley.net</a><br>
</blockquote></div>