Re: [PATCH] Git Change log takes current path into account

2009-04-13 Thread Imran M Yousuf
ss it. Thank you too for quick responses with patches for the issues that I have come up with in the past :). Best regards, Imran > LieGrue, > strub > > --- Mark Struberg schrieb am Mo, 13.4.2009: > >> Von: Mark Struberg >> Betreff: Re: [PATCH] Git Change log

Re: [PATCH] Git Change log takes current path into account

2009-04-13 Thread Mark Struberg
Btw Imran, if you find such things then please file a Jira yourself so we'd also have tracked your highly appreciated help as a git pro :) LieGrue, strub --- Mark Struberg schrieb am Mo, 13.4.2009: > Von: Mark Struberg > Betreff: Re: [PATCH] Git Change log takes current path i

Re: [PATCH] Git Change log takes current path into account

2009-04-13 Thread Mark Struberg
developers/common-bugs.html#Resolving_Relative_Paths [2] http://jira.codehaus.org/browse/SCM-458 --- Imran M Yousuf schrieb am Di, 7.4.2009: > Von: Imran M Yousuf > Betreff: Re: [PATCH] Git Change log takes current path into account > An: "Mark Struberg" > CC: scm-dev@maven.apache.org

Re: [PATCH] Git Change log takes current path into account

2009-04-07 Thread Imran M Yousuf
k would be beneficial to many not to mention that I am eagerly waiting to see its introduction :). Without this in a multi-module scenario changelog does not make much (if any at all) sense. Thank you, > LieGrue, > strub > > --- Imran M Yousuf schrieb am Di, 7.4.2009: > >>

AW: [PATCH] Git Change log takes current path into account

2009-04-07 Thread Mark Struberg
eres if the git repo contains all the modules (including parent) or if there is a git-submodule involved. So there are most probably still a few things left to do. LieGrue, strub --- Imran M Yousuf schrieb am Di, 7.4.2009: > Von: Imran M Yousuf > Betreff: [PATCH] Git Change log takes

Re: [PATCH] Git Change log takes current path into account

2009-04-06 Thread Imran M Yousuf
FYI, please check the following site to see the patch in action. http://imyousuf.github.com/smart-dao/site/index.html Thank you, - Imran On Tue, Apr 7, 2009 at 9:23 AM, Imran M Yousuf wrote: > Hi, > > I was just checking the commands generated by git changelog and I > noticed that it does not r

[PATCH] Git Change log takes current path into account

2009-04-06 Thread Imran M Yousuf
Hi, I was just checking the commands generated by git changelog and I noticed that it does not respect the path, whereas it is very easy to integrate it, mentioning a simple '.' at the end of the 'git whatchanged' command does the trick and thats what the attached patch does. I would be grateful