Re: Rsync maintained patches repository

2009-06-01 Thread Wayne Davison
On Thu, May 28, 2009 at 09:04:59PM -0400, Matt McCutchen wrote: How can I access the rsync maintained patches repository with the git tools? Sorry for forgetting to get that taken care of. The issue turned out to be that the samba site defaults to not allowing git: exports unless specifically

Re: Rsync maintained patches repository

2009-05-29 Thread Petr Uzel
On Thu, May 28, 2009 at 09:04:59PM -0400, Matt McCutchen wrote: Wayne, How can I access the rsync maintained patches repository with the git tools? These work: $ firefox http://gitweb.samba.org/?p=rsync.git;a=summary $ git clone git://git.samba.org/rsync.git $ firefox http

Re: Rsync maintained patches repository

2009-05-29 Thread Paul Slootman
On Thu 28 May 2009, Matt McCutchen wrote: $ firefox http://gitweb.samba.org/?p=rsync.git;a=summary I guess you left out the quotes you must have used here, as otherwise a=summary won't be included in the url... Paul -- Please use reply-all for most replies to avoid omitting the mailing

Re: Rsync maintained patches repository

2009-05-29 Thread Matt McCutchen
On Fri, 2009-05-29 at 10:46 +0200, Paul Slootman wrote: On Thu 28 May 2009, Matt McCutchen wrote: $ firefox http://gitweb.samba.org/?p=rsync.git;a=summary I guess you left out the quotes you must have used here, as otherwise a=summary won't be included in the url... Yes, I sort of put

Re: Rsync maintained patches repository

2009-05-29 Thread Matt McCutchen
On Fri, 2009-05-29 at 10:34 +0200, Petr Uzel wrote: On Thu, May 28, 2009 at 09:04:59PM -0400, Matt McCutchen wrote: Wayne, How can I access the rsync maintained patches repository with the git tools? See http://www.mail-archive.com/rsync@lists.samba.org/msg23892.html Yes, I found

Rsync maintained patches repository

2009-05-28 Thread Matt McCutchen
Wayne, How can I access the rsync maintained patches repository with the git tools? These work: $ firefox http://gitweb.samba.org/?p=rsync.git;a=summary $ git clone git://git.samba.org/rsync.git $ firefox http://gitweb.samba.org/?p=rsync.git/patches.git;a=summary So I thought this might work