Having the commit id, you can find which branches that branch is present in, using git branch.<br><br><div class="gmail_quote">On Thu, Nov 10, 2011 at 11:42 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 Alvaro Soliverez,<br>
<div><div class="h5"><br>
on Thursday 10 November 2011 14:45:58 you wrote:<br>
<br>
> On Thu, Nov 10, 2011 at 10:39 AM, Thomas Baumgart <<a href="mailto:thb@net-bembel.de">thb@net-bembel.de</a>> wrote:<br>
> > Hi,<br>
> ><br>
> > on Thursday 10 November 2011 12:47:40 Alvaro Soliverez wrote:<br>
> > > On Thu, Nov 10, 2011 at 6:37 AM, David Houlden <<a href="mailto:djhoulden@gmail.com">djhoulden@gmail.com</a>><br>
> ><br>
> > 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<br>
> > > > questions. Apologies in advance if I'm jumping the gun and they are<br>
> > > > being worked<br>
> ><br>
> > 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<br>
> ><br>
> > commit,<br>
> ><br>
> > > in case you need help locating it in the log.<br>
> ><br>
> > I played a bit with it here locally. I currently see:<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>
><br>
> I don't follow. Just noting the commit id should be enough to pinpoint the<br>
> version that is running, and even running git bisect if needed to find a<br>
> regression.<br>
> The commit id is unique, no matter which branch it is in.<br>
<br>
</div></div>... reading a bit more about git ...<br>
<br>
Is it what we get with<br>
<br>
  git log -1 | head -n 1<br>
<br>
I also wanted to somehow make sure that I see if there are local changes not<br>
in the (central) repository.<br>
<br>
How would I get about finding out which version of user is running with only<br>
the commit log id? Sorry for asking, still learning.<br>
<div class="im"><br>
--<br>
<br>
Regards<br>
<br>
Thomas Baumgart<br>
<br>
GPG-FP: E55E D592 F45F 116B 8429   4F99 9C59 DB40 B75D D3BA<br>
-------------------------------------------------------------<br>
</div>With every day I come closer to the grave and learn something new.<br>
It all happens because I have wandered around too much and stumbled into<br>
the Linux world - which is a fantastic place to be! (Algis Kabaila)<br>
-------------------------------------------------------------<br>
<br>_______________________________________________<br>
KMyMoney-devel mailing list<br>
<a href="mailto:KMyMoney-devel@kde.org">KMyMoney-devel@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/kmymoney-devel" target="_blank">https://mail.kde.org/mailman/listinfo/kmymoney-devel</a><br>
<br></blockquote></div><br>