The branch, master, has been updated. - Log -----------------------------------------------------------------
commit b7c04ebb1509d9f51ea4acf97fcc5ec0dbb5a009 Author: Pavel Sanda <[email protected]> Date: Mon Feb 18 00:06:27 2013 -0800 * Additional.lyx - add git version info hint diff --git a/lib/doc/Additional.lyx b/lib/doc/Additional.lyx index 0b6a927..cdc21a6 100644 --- a/lib/doc/Additional.lyx +++ b/lib/doc/Additional.lyx @@ -1,5 +1,5 @@ #LyX 2.1 created this file. For more info see http://www.lyx.org/ -\lyxformat 460 +\lyxformat 462 \begin_document \begin_header \textclass scrbook @@ -21843,6 +21843,33 @@ git log is shown in a browser. \end_layout +\begin_layout Subsubsection +Version Info +\end_layout + +\begin_layout Standard +LyX supports GIT hash number of the last commit to the file, author name, + date and time of last commit. + All those are extracted from +\family typewriter +git log -n 1 --pretty=format:%H%n%an%n%ai +\family default +. + Tree version information is obtained via +\family typewriter +git describe --abbrev --dirty --long +\family default +. + See +\begin_inset CommandInset ref +LatexCommand ref +reference "sub:VCS-Revision-Information" + +\end_inset + + for other details. +\end_layout + \begin_layout Subsection Further tuning \end_layout ----------------------------------------------------------------------- Summary of changes: lib/doc/Additional.lyx | 29 ++++++++++++++++++++++++++++- 1 files changed, 28 insertions(+), 1 deletions(-) hooks/post-receive -- The LyX Source Repository
