Re: [git-users] git revision number

2014-10-29 Thread Konstantin Khomoutov
On Tue, 28 Oct 2014 17:49:55 -0700 (PDT) guru prasad wrote: [...] > Now my question is if the project version is 1.2.3.4 > > then I can put this 1.2.3.4 in the archive version so I can see it on > the runtime but I also want to be able to correlate the version of > the config file. The config fi

Re: [git-users] git revision number

2014-10-29 Thread Dale R. Worley
> From: guru prasad > Now my question is if the project version is 1.2.3.4 Git doesn't record "version numbers" of any sort. So you have to store the version number(s) in one or more files, so that the program that creates the archive file can extract the version number(s) and to the correct th

Re: [git-users] Git "revision number"

2011-11-30 Thread Mikko Rantalainen
On Fri, Nov 18, 2011 at 07:11, PJ Weisberg wrote: > I'm looking for something in Git analogous to the revision numbers in > Subversion.  Pretty much exactly what you get from `git describe', but > I don't want it to be dependent on any tags or refs.  Is there any way > to get something like that

Re: [git-users] Git "revision number"

2011-11-19 Thread Konstantin Khomoutov
On Fri, 18 Nov 2011 12:20:03 -0800 PJ Weisberg wrote: > >> I'm looking for something in Git analogous to the revision numbers > >> in Subversion.  Pretty much exactly what you get from `git > >> describe', but I don't want it to be dependent on any tags or > >> refs.  Is there any way to get some

Re: [git-users] Git "revision number"

2011-11-18 Thread PJ Weisberg
On Thu, Nov 17, 2011 at 10:19 PM, David Aguilar wrote: > On Nov 17, 2011, at 9:11 PM, PJ Weisberg > wrote: > >> I'm looking for something in Git analogous to the revision numbers in >> Subversion.  Pretty much exactly what you get from `git describe', but >> I don't want it to be dependent on an

Re: [git-users] Git "revision number"

2011-11-17 Thread David Aguilar
On Nov 17, 2011, at 9:11 PM, PJ Weisberg wrote: > I'm looking for something in Git analogous to the revision numbers in > Subversion. Pretty much exactly what you get from `git describe', but > I don't want it to be dependent on any tags or refs. Is there any way > to get something like that ou