git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* A script that keeps track of your favorite Git/SVN projects?
@ 2008-03-23 20:56 "Kyrre Nygård"
  2008-03-24  4:04 ` Asheesh Laroia
  2008-03-24 14:59 ` Jay Soffian
  0 siblings, 2 replies; 5+ messages in thread
From: "Kyrre Nygård" @ 2008-03-23 20:56 UTC (permalink / raw)
  To: git

Hi there,
Hasanybody ever written a script that keeps track of your favorite Git(and SVN) projects? E.g. sends you an e-mail every time a revision hasbeen made, with details like the summary, time and date, author andcode differences.

I've modified a few projects to my liking, somuch that any change made to the original would have to be addedmanually. I also think it would be a great way to learn.

I can'timagine anything better than a neat little Ruby script stacked insidemy crontab. I'm still a rookie though, otherwise I'd have made my ownalready.

Kyrre

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

* Re: A script that keeps track of your favorite Git/SVN projects?
  2008-03-23 20:56 A script that keeps track of your favorite Git/SVN projects? "Kyrre Nygård"
@ 2008-03-24  4:04 ` Asheesh Laroia
  2008-03-24  4:47   ` Avery Pennarun
  2008-03-24 14:59 ` Jay Soffian
  1 sibling, 1 reply; 5+ messages in thread
From: Asheesh Laroia @ 2008-03-24  4:04 UTC (permalink / raw)
  To: Kyrre Nygård; +Cc: git

[-- Attachment #1: Type: TEXT/PLAIN, Size: 1008 bytes --]

On Mon, 24 Mar 2008, "Kyrre Nygård" wrote:

> Hi there, Hasanybody ever written a script that keeps track of your 
> favorite Git(and SVN) projects? E.g. sends you an e-mail every time a 
> revision hasbeen made, with details like the summary, time and date, 
> author andcode differences.

I don't know of a "subscribe to a source repository" program myself, 
actually.

> I've modified a few projects to my liking, somuch that any change made 
> to the original would have to be addedmanually. I also think it would be 
> a great way to learn.

It does seem interesting!

> I can't imagine anything better than a neat little Ruby script stacked 
> inside my crontab. I'm still a rookie though, otherwise I'd have made my 
> own already.

The other thing you might do is run git-svn nightly, and have post-commit 
hook for git that emails out the diffs you like.

Whatever you do, keep me posted!

-- Asheesh.

-- 
I prefer rogues to imbeciles because they sometimes take a rest.
 		-- Alexandre Dumas, fils

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

* Re: A script that keeps track of your favorite Git/SVN projects?
  2008-03-24  4:04 ` Asheesh Laroia
@ 2008-03-24  4:47   ` Avery Pennarun
  2008-03-24 17:35     ` "Kyrre Nygård"
  0 siblings, 1 reply; 5+ messages in thread
From: Avery Pennarun @ 2008-03-24  4:47 UTC (permalink / raw)
  To: Asheesh Laroia; +Cc: Kyrre Nygård, git

On Mon, Mar 24, 2008 at 12:04 AM, Asheesh Laroia <asheesh@asheesh.org> wrote:
> On Mon, 24 Mar 2008, "Kyrre Nygård" wrote:
>
>  > Hi there, Hasanybody ever written a script that keeps track of your
>  > favorite Git(and SVN) projects? E.g. sends you an e-mail every time a
>  > revision hasbeen made, with details like the summary, time and date,
>  > author andcode differences.
>
>  I don't know of a "subscribe to a source repository" program myself,
>  actually.

Why not subscribe to the gitweb of each one via your RSS reader?

Avery

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

* Re: A script that keeps track of your favorite Git/SVN projects?
  2008-03-23 20:56 A script that keeps track of your favorite Git/SVN projects? "Kyrre Nygård"
  2008-03-24  4:04 ` Asheesh Laroia
@ 2008-03-24 14:59 ` Jay Soffian
  1 sibling, 0 replies; 5+ messages in thread
From: Jay Soffian @ 2008-03-24 14:59 UTC (permalink / raw)
  To: Kyrre Nygård; +Cc: git

On Sun, Mar 23, 2008 at 4:56 PM, "Kyrre Nygård" <kyrreny@broadpark.no> wrote:
> Hi there,
>  Hasanybody ever written a script that keeps track of your favorite Git(and SVN) projects? E.g. sends you an e-mail every time a revision hasbeen made, with details like the summary, time and date, author andcode differences.

Maybe http://kitenet.net/~joey/code/mr/ ?

j.

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

* Re: A script that keeps track of your favorite Git/SVN projects?
  2008-03-24  4:47   ` Avery Pennarun
@ 2008-03-24 17:35     ` "Kyrre Nygård"
  0 siblings, 0 replies; 5+ messages in thread
From: "Kyrre Nygård" @ 2008-03-24 17:35 UTC (permalink / raw)
  To: ruby-talk ML, apenwarr; +Cc: git

[-- Attachment #1: Type: text/plain, Size: 1476 bytes --]

i guess, but it'd be a lot simpler (not to mention cuter) to let a ruby script just bring me the reports instead of me having to go fetch them myself :)

is anyone down to perhaps make one? i'm only so-so with ruby, but i can design a hella fly project page? or some other stuff if somebody's up for a skill swap. i design big brands and skyscrapers for a living.

kyrre

----- Original Message -----
From: Avery Pennarun <apenwarr@gmail.com>
Date: Monday, March 24, 2008 12:47 pm
Subject: Re: A script that keeps track of your favorite Git/SVN projects?
To: Asheesh Laroia <asheesh@asheesh.org>
Cc: Kyrre Nygård <kyrreny@broadpark.no>, git@vger.kernel.org

> On Mon, Mar 24, 2008 at 12:04 AM, Asheesh Laroia 
> <asheesh@asheesh.org> wrote:
> > On Mon, 24 Mar 2008, "Kyrre Nygård" wrote:
> >
> >  > Hi there, Hasanybody ever written a script that keeps 
> track of your
> >  > favorite Git(and SVN) projects? E.g. sends you an e-
> mail every time a
> >  > revision hasbeen made, with details like the summary, 
> time and date,
> >  > author andcode differences.
> >
> >  I don't know of a "subscribe to a source repository" 
> program myself,
> >  actually.
> 
> Why not subscribe to the gitweb of each one via your RSS reader?
> 
> Avery
> --
> To unsubscribe from this list: send the line "unsubscribe git" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-
> info.html

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

end of thread, other threads:[~2008-03-24 17:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-23 20:56 A script that keeps track of your favorite Git/SVN projects? "Kyrre Nygård"
2008-03-24  4:04 ` Asheesh Laroia
2008-03-24  4:47   ` Avery Pennarun
2008-03-24 17:35     ` "Kyrre Nygård"
2008-03-24 14:59 ` Jay Soffian

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).