mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
Additional.lyx: re-sync with master
please use use LyX 2.3.x and keep the docs in sync unless you describe a new feature of LyX 2.4
This commit is contained in:
parent
f91e77d18e
commit
8a03417b65
@ -22679,7 +22679,14 @@ status collapsed
|
|||||||
|
|
||||||
|
|
||||||
\family typewriter
|
\family typewriter
|
||||||
svn update --non-interactive
|
svn update
|
||||||
|
\family default
|
||||||
|
|
||||||
|
\begin_inset Flex Code
|
||||||
|
status collapsed
|
||||||
|
|
||||||
|
\begin_layout Plain Layout
|
||||||
|
--non-interactive
|
||||||
\lang english
|
\lang english
|
||||||
|
|
||||||
\begin_inset Quotes qld
|
\begin_inset Quotes qld
|
||||||
@ -22694,6 +22701,11 @@ svn update --non-interactive
|
|||||||
\end_inset
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Subsubsection
|
\begin_layout Subsubsection
|
||||||
@ -23767,8 +23779,18 @@ new project
|
|||||||
Para información sobre el uso del programa cliente de Subversion, ejecuta
|
Para información sobre el uso del programa cliente de Subversion, ejecuta
|
||||||
|
|
||||||
\family typewriter
|
\family typewriter
|
||||||
svn --help
|
svn
|
||||||
\family default
|
\family default
|
||||||
|
|
||||||
|
\begin_inset Flex Code
|
||||||
|
status collapsed
|
||||||
|
|
||||||
|
\begin_layout Plain Layout
|
||||||
|
--help
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
en línea de comandos de DOS.
|
en línea de comandos de DOS.
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
@ -24451,14 +24473,26 @@ Información de la versión
|
|||||||
soporta número hash GIT del últim ingreso al archivo, autor, fecha y hora
|
soporta número hash GIT del últim ingreso al archivo, autor, fecha y hora
|
||||||
del último ingreso.
|
del último ingreso.
|
||||||
Todos se obtienen de
|
Todos se obtienen de
|
||||||
\family typewriter
|
\begin_inset Flex Code
|
||||||
|
status collapsed
|
||||||
|
|
||||||
|
\begin_layout Plain Layout
|
||||||
git log -n 1 --pretty=format:%H%n%an%n%ai
|
git log -n 1 --pretty=format:%H%n%an%n%ai
|
||||||
\family default
|
\end_layout
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
.
|
.
|
||||||
La información de l versión del árbol se obtiene vía
|
La información de l versión del árbol se obtiene vía
|
||||||
\family typewriter
|
\begin_inset Flex Code
|
||||||
|
status collapsed
|
||||||
|
|
||||||
|
\begin_layout Plain Layout
|
||||||
git describe --abbrev --dirty --long
|
git describe --abbrev --dirty --long
|
||||||
\family default
|
\end_layout
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
.
|
.
|
||||||
Véase
|
Véase
|
||||||
\begin_inset CommandInset ref
|
\begin_inset CommandInset ref
|
||||||
|
@ -23105,7 +23105,12 @@ Ditto.
|
|||||||
\end_inset
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
\family typewriter
|
\begin_inset Flex Code
|
||||||
|
status collapsed
|
||||||
|
|
||||||
|
\begin_layout Plain Layout
|
||||||
|
|
||||||
|
\lang english
|
||||||
svn update --non-interactive
|
svn update --non-interactive
|
||||||
\begin_inset Quotes qld
|
\begin_inset Quotes qld
|
||||||
\end_inset
|
\end_inset
|
||||||
@ -23115,6 +23120,11 @@ svn update --non-interactive
|
|||||||
\end_inset
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Subsubsection
|
\begin_layout Subsubsection
|
||||||
@ -24268,10 +24278,18 @@ new project
|
|||||||
\family default
|
\family default
|
||||||
.
|
.
|
||||||
For information on using the Subversion client program, run
|
For information on using the Subversion client program, run
|
||||||
\family typewriter
|
\begin_inset Flex Code
|
||||||
|
status collapsed
|
||||||
|
|
||||||
|
\begin_layout Plain Layout
|
||||||
|
|
||||||
|
\lang english
|
||||||
svn --help
|
svn --help
|
||||||
\family default
|
\end_layout
|
||||||
in a DOS shell.
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
in a DOS shell.
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Enumerate
|
\begin_layout Enumerate
|
||||||
@ -25059,14 +25077,30 @@ Version Info
|
|||||||
supports GIT hash number of the last commit to the file, author name, date
|
supports GIT hash number of the last commit to the file, author name, date
|
||||||
and time of last commit.
|
and time of last commit.
|
||||||
All those are extracted from
|
All those are extracted from
|
||||||
\family typewriter
|
\begin_inset Flex Code
|
||||||
|
status collapsed
|
||||||
|
|
||||||
|
\begin_layout Plain Layout
|
||||||
|
|
||||||
|
\lang english
|
||||||
git log -n 1 --pretty=format:%H%n%an%n%ai
|
git log -n 1 --pretty=format:%H%n%an%n%ai
|
||||||
\family default
|
\end_layout
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
.
|
.
|
||||||
Tree version information is obtained via
|
Tree version information is obtained via
|
||||||
\family typewriter
|
\begin_inset Flex Code
|
||||||
|
status collapsed
|
||||||
|
|
||||||
|
\begin_layout Plain Layout
|
||||||
|
|
||||||
|
\lang english
|
||||||
git describe --abbrev --dirty --long
|
git describe --abbrev --dirty --long
|
||||||
\family default
|
\end_layout
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
.
|
.
|
||||||
See
|
See
|
||||||
\begin_inset CommandInset ref
|
\begin_inset CommandInset ref
|
||||||
|
@ -21301,13 +21301,25 @@ git log
|
|||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
\SpecialChar LyX
|
\SpecialChar LyX
|
||||||
は,ファイルの最終コミットのGITハッシュ番号・著者名・最終コミットの日時をサポートします.これらの情報は,すべて
|
は,ファイルの最終コミットのGITハッシュ番号・著者名・最終コミットの日時をサポートします.これらの情報は,すべて
|
||||||
\family typewriter
|
\begin_inset Flex Code
|
||||||
|
status collapsed
|
||||||
|
|
||||||
|
\begin_layout Plain Layout
|
||||||
git log -n 1 --pretty=format:%H%n%an%n%ai
|
git log -n 1 --pretty=format:%H%n%an%n%ai
|
||||||
\family default
|
\end_layout
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
によって抽出されます.ツリーバージョン情報は,
|
によって抽出されます.ツリーバージョン情報は,
|
||||||
\family typewriter
|
\begin_inset Flex Code
|
||||||
|
status collapsed
|
||||||
|
|
||||||
|
\begin_layout Plain Layout
|
||||||
git describe --abbrev --dirty --long
|
git describe --abbrev --dirty --long
|
||||||
\family default
|
\end_layout
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
で取得されます.詳細については,第
|
で取得されます.詳細については,第
|
||||||
\begin_inset CommandInset ref
|
\begin_inset CommandInset ref
|
||||||
LatexCommand ref
|
LatexCommand ref
|
||||||
|
Loading…
Reference in New Issue
Block a user