Re: [Libevent-users] Where to clone libevent 1.4 using git

2011-07-31 Thread zhihua che
Oh, I'll have a try, Thanks very much. 2011/8/1 Dongsheng Song > Sorry, the default branch is master, which is 2.1-dev. > > $ git branch -r > origin/HEAD -> origin/master > origin/gh-pages > origin/master > origin/patches-1.1 > origin/patches-1.2 > origin/patches-1.3 > origin/patch

Re: [Libevent-users] Where to clone libevent 1.4 using git

2011-07-31 Thread Dongsheng Song
Sorry, the default branch is master, which is 2.1-dev. $ git branch -r origin/HEAD -> origin/master origin/gh-pages origin/master origin/patches-1.1 origin/patches-1.2 origin/patches-1.3 origin/patches-1.4 origin/patches-2.0 On Mon, Aug 1, 2011 at 09:51, Dongsheng Song wrote: > N

Re: [Libevent-users] Where to clone libevent 1.4 using git

2011-07-31 Thread Dongsheng Song
No, the default branch is 2.0, but you can checkout 1.4 like this: libevent$ git checkout -b 1.4.x origin/patches-1.4 Branch 1.4.x set up to track remote branch patches-1.4 from origin by rebasing. Switched to a new branch '1.4.x' libevent$ git log -3 commit 2d8cf0b720cdd5f9f292f174a10ff74e62a380

[Libevent-users] Where to clone libevent 1.4 using git

2011-07-31 Thread zhihua che
Hi, every one, I'm reading libevent code. Two days ago I cloned a copy of codes from this site,git://levent.git.sourceforge.net/gitroot/levent/levent, and found this should be libevent-2.0. So where can I clone the libevent-1.4. I haven't found any other sites on the home website or in the doc