On Fri, Aug 21, 2015 at 1:35 PM, Richard Heck <rgh...@lyx.org> wrote: > On 08/21/2015 06:57 AM, Liviu Andronic wrote: >> >> Dear all, >> How can I identify the commits/dates when there were changes made to >> lyx2lyx? I'm looking for something like development/FORMAT which >> concerns fileformat changes. > > > If you run "git blame" on lyx_2_1.py, it will show you when the various > format numbers > and associated routines were added in the conversion hub.
Similarly, if you are just interested in when there was a change and not what that change was, you can do "git log" with the file as an argument. Scott