Johannes Schindelin <Johannes.Schindelin@xxxxxx> wrote: > On Fri, 16 Feb 2007, Jon Smirl wrote: > > > 45 CPU minutes to do a pull. About 2hrs real time. > > > > jonsmirl@jonsmirl:~$ ps aux | grep mtn > > jonsmirl 8382 80.5 4.4 131444 115204 pts/0 S+ 14:54 45:44 mtn pull > > > > And it worked, nothing was wrong. 1,500 revs pulled. > > Let's convert the world to git. > > But does it cook dinner? No, Monotone doesn't. As slow as it is... and apparently one could almost make a turkey while waiting for the merge. Well, a deep-fried turkey anyway. :-) But if you apply the following patch, Git will cook you dinner, and faster than anyone else too! diff --git a/git-merge.sh b/git-merge.sh index 04a5eb0..00d083a 100755 --- a/git-merge.sh +++ b/git-merge.sh @@ -51,6 +51,7 @@ finish_up_to_date () { '') echo "$1" ;; esac + echo "Also, your dinner is ready. Most excellent." dropsave } @@ -95,6 +96,7 @@ finish () { esac ;; esac + echo "Git cooked you dinner! Go eat!" } merge_name () { -- Shawn. - 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