summaryrefslogtreecommitdiffstats
path: root/git.tex
diff options
context:
space:
mode:
Diffstat (limited to 'git.tex')
-rw-r--r--git.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/git.tex b/git.tex
index 12ed0c8..16a96b3 100644
--- a/git.tex
+++ b/git.tex
@@ -109,7 +109,7 @@ Texts.
\begin{frame}
\frametitle{Centralized model}
- \resizebox{7cm}{4cm}{\includegraphics{git-centralized.png}}
+ \resizebox{7cm}{4cm}{\includegraphics{git-centralized.pdf}}
\begin{itemize}
\item extra policy for write access
\item SCM is not development tool, but source code archive only
@@ -121,7 +121,7 @@ Texts.
\begin{frame}
\frametitle{Distributed model}
- \resizebox{8cm}{5cm}{\includegraphics{git-distributed.png}}
+ \resizebox{8cm}{5cm}{\includegraphics{git-distributed.pdf}}
\begin{itemize}
\item maintainer has full control over primary (his) repository
\item support for non-linear development
@@ -245,7 +245,7 @@ Texts.
\begin{frame}
\frametitle{Internal objects}
- \resizebox{8cm}{4cm}{\includegraphics{git-objdb.png}}
+ \resizebox{8cm}{4cm}{\includegraphics{git-objdb.pdf}}
\begin{description}[commit]
\item[commit] -- connection between ``tree'' and ``parent``
\item[tree] -- state of a single directory
@@ -702,7 +702,7 @@ $ git format-patch -o ~/ HEAD~5
\begin{frame}
\frametitle{Patch description}
- \includegraphics[width=0.9\textwidth]{git-patch.png}
+ \includegraphics[width=0.9\textwidth]{git-patch.pdf}
\end{frame}
\begin{frame}[containsverbatim]