<br><br><div class="gmail_quote">On Thu, Nov 10, 2011 at 10:39 AM, Thomas Baumgart <span dir="ltr"><<a href="mailto:thb@net-bembel.de">thb@net-bembel.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi,<br>
<div class="im"><br>
on Thursday 10 November 2011 12:47:40 Alvaro Soliverez wrote:<br>
<br>
> On Thu, Nov 10, 2011 at 6:37 AM, David Houlden <<a href="mailto:djhoulden@gmail.com">djhoulden@gmail.com</a>> wrote:<br>
> > On Thursday 10 November 2011 01:49:28 Alvaro Soliverez wrote:<br>
> > > Hello all,<br>
> > > the move to git has been completed.<br>
> ><br>
> > Hi,<br>
> ><br>
> > Thanks for information and the tutorial. I have a couple of questions.<br>
> > Apologies in advance if I'm jumping the gun and they are being worked on.<br>
> ><br>
> > 1. There used to be an SVN revision number displayed in the About<br>
> > KMyMoney dialog. This is now gone. Will it be replaced by a git<br>
> > reference? If we report<br>
> > bugs after building from git master how should we report the exact<br>
> > version we<br>
> > are running? Maybe the commit number from "git log -1"?<br>
><br>
> Each commit has a unique hash. That's enough to locate it even if it's<br>
> present in several branches. You also have a date and time for each commit,<br>
> in case you need help locating it in the log.<br>
<br>
</div>I played a bit with it here locally. I currently see:<br>
<br>
 4.6.90-bko-238105-4.6.0-79-g8324cfb<br>
<br>
'4.6.90' as contained in CMakeLists.txt<br>
'bko-238105' as my local branch name I am currently on<br>
'4.6.0-79-g8324cfb' as generated by 'git describe'<br>
<br>
Does that make sense?<br>
<div class="im"><br></div></blockquote><div><br>I don't follow. Just noting the commit id should be enough to pinpoint the version that is running, and even running git bisect if needed to find a regression. <br>The commit id is unique, no matter which branch it is in.<br>
</div></div>