Re: Temporary Git tree available

2006-09-05 Thread Mike McCormack
Saulius Krasuckas wrote: Thank you. Now that I downloaded mmbranch, saw its changelog, I would like to reclaim disk space used by it. I deleted it with git branch -D, but only ~100 kB were gained. Do you know of any way to get all the space back? There should be ~40 additional MB freed.

Re: Temporary Git tree available

2006-09-05 Thread Saulius Krasuckas
* On Sat, 2 Sep 2006, Mike McCormack wrote: > I'm aware of gitweb and will consider installing it, but my server is > pretty lightweight. > > vendor_id : Geode by NSC > cpu MHz : 266.776 Oh, I am sorry, Mike. > You can fetch a branch without messing up your current tree: > > git

Re: Temporary Git tree available

2006-09-01 Thread Mike McCormack
Saulius Krasuckas wrote: Could you, please, also attach gitweb interface to it and publish it? I know of no way to check "whatchanged -u" on a remote tree and also wouldn't like to pull mmbranch into my disk just for the current moment... I'm aware of gitweb and will consider installing it,

Re: Temporary Git tree available

2006-09-01 Thread Saulius Krasuckas
Hello, Mike, * On Wed, 30 Aug 2006, Mike McCormack wrote: > As Alexandre has gone on holidays for a week, I've made available a > temporary Git tree containing most patches sent to wine-patches. Nice, thanks :) > You can pull my branch into your existing Git checkout as follows: > > git fetch

Temporary Git tree available

2006-08-30 Thread Mike McCormack
Hi All, As Alexandre has gone on holidays for a week, I've made available a temporary Git tree containing most patches sent to wine-patches. You can pull my branch into your existing Git checkout as follows: git fetch http://mandoo.dyndns.org/wine.git master:mmbranch git rebase mmbranch If y