public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [Bluez-devel] bluez-gnome git repo
@ 2007-06-14 23:26 Bastien Nocera
  2007-06-15  2:02 ` Marcel Holtmann
  0 siblings, 1 reply; 4+ messages in thread
From: Bastien Nocera @ 2007-06-14 23:26 UTC (permalink / raw)
  To: BlueZ Hackers

Heya,

As I'm currently hacking a lot on the bluez-gnome side of things, I
created a git repo where you can see the things I'm working on.

Latest addition is a "Browse device..." menu item that uses
gnome-vfs-obexftp to browse a particular device.

To clone it:
git clone git://cgit.freedesktop.org/~hadess/bluez-gnome.git

Web interface:
http://gitweb.freedesktop.org/?p=users/hadess/bluez-gnome.git;a=summary

I'm new to git, so please bear with me.

Cheers

-- 
Bastien Nocera <hadess@hadess.net> 


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Bluez-devel] bluez-gnome git repo
  2007-06-14 23:26 [Bluez-devel] bluez-gnome git repo Bastien Nocera
@ 2007-06-15  2:02 ` Marcel Holtmann
  2007-06-15  2:15   ` Bastien Nocera
  0 siblings, 1 reply; 4+ messages in thread
From: Marcel Holtmann @ 2007-06-15  2:02 UTC (permalink / raw)
  To: BlueZ development

Hi Bastien,

> As I'm currently hacking a lot on the bluez-gnome side of things, I
> created a git repo where you can see the things I'm working on.
> 
> Latest addition is a "Browse device..." menu item that uses
> gnome-vfs-obexftp to browse a particular device.
> 
> To clone it:
> git clone git://cgit.freedesktop.org/~hadess/bluez-gnome.git
> 
> Web interface:
> http://gitweb.freedesktop.org/?p=users/hadess/bluez-gnome.git;a=summary
> 
> I'm new to git, so please bear with me.

that is a great idea. That makes it easy for me to get your patches with
nice commit messages into CVS. You know that David Woodhouse provides an
online mirror of bluez-gnome CVS that gives you git access.

http://git.infradead.org/?p=bluez-gnome.git;a=summary

So if you use that you are always up-to-date with the current changes.

I will get to your patches as soon as possible. I am just a little bit
stuck in the wrong timezone right now.

Regards

Marcel



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Bluez-devel] bluez-gnome git repo
  2007-06-15  2:02 ` Marcel Holtmann
@ 2007-06-15  2:15   ` Bastien Nocera
  2007-06-17 12:40     ` David Woodhouse
  0 siblings, 1 reply; 4+ messages in thread
From: Bastien Nocera @ 2007-06-15  2:15 UTC (permalink / raw)
  To: BlueZ development

Hey Marcel,

On Fri, 2007-06-15 at 04:02 +0200, Marcel Holtmann wrote:
> Hi Bastien,
> 
> > As I'm currently hacking a lot on the bluez-gnome side of things, I
> > created a git repo where you can see the things I'm working on.
> > 
> > Latest addition is a "Browse device..." menu item that uses
> > gnome-vfs-obexftp to browse a particular device.
> > 
> > To clone it:
> > git clone git://cgit.freedesktop.org/~hadess/bluez-gnome.git
> > 
> > Web interface:
> > http://gitweb.freedesktop.org/?p=users/hadess/bluez-gnome.git;a=summary
> > 
> > I'm new to git, so please bear with me.
> 
> that is a great idea. That makes it easy for me to get your patches with
> nice commit messages into CVS. You know that David Woodhouse provides an
> online mirror of bluez-gnome CVS that gives you git access.
> 
> http://git.infradead.org/?p=bluez-gnome.git;a=summary
> 
> So if you use that you are always up-to-date with the current changes.

Ha! I have a "master" tree on my local system which is the same kind of
thing, a pristine bluez-gnome CVS on which I have a branch. I'll have to
see how I can use this one as the master instead, would probably make it
easier.

> I will get to your patches as soon as possible. I am just a little bit
> stuck in the wrong timezone right now.

No worries, just thought it was easier to not block on you for those
patches, and it certainly makes it easier for me to pass you changes,
and see my own changes history.

Good morning btw :)

-- 
Bastien Nocera <hadess@hadess.net> 


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Bluez-devel] bluez-gnome git repo
  2007-06-15  2:15   ` Bastien Nocera
@ 2007-06-17 12:40     ` David Woodhouse
  0 siblings, 0 replies; 4+ messages in thread
From: David Woodhouse @ 2007-06-17 12:40 UTC (permalink / raw)
  To: BlueZ development

On Fri, 2007-06-15 at 03:15 +0100, Bastien Nocera wrote:
> Ha! I have a "master" tree on my local system which is the same kind of
> thing, a pristine bluez-gnome CVS on which I have a branch. I'll have to
> see how I can use this one as the master instead, would probably make it
> easier. 

If you mail me a ssh public key, I'll give you an account on
git.infradead.org -- you can create trees in ~/public_git and they'll be
publicly accessible.

That offer is open to all BlueZ developers, btw.

-- 
dwmw2


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-06-17 12:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-14 23:26 [Bluez-devel] bluez-gnome git repo Bastien Nocera
2007-06-15  2:02 ` Marcel Holtmann
2007-06-15  2:15   ` Bastien Nocera
2007-06-17 12:40     ` David Woodhouse

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox