From 4c7431944a96794a6a945f6a5bd3b6c0dc3ba38f Mon Sep 17 00:00:00 2001
From: Moritz Schubotz <wiki@physikerwelt.de>
Date: Mon, 19 Nov 2018 22:54:17 +0100
Subject: [PATCH] Add documentation

---
 ...shot from 2018-11-19 21-55-26.png => pr1.png} | Bin
 ...shot from 2018-11-19 21-57-05.png => pr2.png} | Bin
 ...shot from 2018-11-19 21-57-23.png => pr3.png} | Bin
 ...shot from 2018-11-19 21-59-05.png => pr4.png} | Bin
 ...shot from 2018-11-19 21-59-32.png => pr5.png} | Bin
 src/tex/allRefs.tex                              |  15 +++++++++++++++
 6 files changed, 15 insertions(+)
 rename doc/img/{Screenshot from 2018-11-19 21-55-26.png => pr1.png} (100%)
 rename doc/img/{Screenshot from 2018-11-19 21-57-05.png => pr2.png} (100%)
 rename doc/img/{Screenshot from 2018-11-19 21-57-23.png => pr3.png} (100%)
 rename doc/img/{Screenshot from 2018-11-19 21-59-05.png => pr4.png} (100%)
 rename doc/img/{Screenshot from 2018-11-19 21-59-32.png => pr5.png} (100%)

diff --git a/doc/img/Screenshot from 2018-11-19 21-55-26.png b/doc/img/pr1.png
similarity index 100%
rename from doc/img/Screenshot from 2018-11-19 21-55-26.png
rename to doc/img/pr1.png
diff --git a/doc/img/Screenshot from 2018-11-19 21-57-05.png b/doc/img/pr2.png
similarity index 100%
rename from doc/img/Screenshot from 2018-11-19 21-57-05.png
rename to doc/img/pr2.png
diff --git a/doc/img/Screenshot from 2018-11-19 21-57-23.png b/doc/img/pr3.png
similarity index 100%
rename from doc/img/Screenshot from 2018-11-19 21-57-23.png
rename to doc/img/pr3.png
diff --git a/doc/img/Screenshot from 2018-11-19 21-59-05.png b/doc/img/pr4.png
similarity index 100%
rename from doc/img/Screenshot from 2018-11-19 21-59-05.png
rename to doc/img/pr4.png
diff --git a/doc/img/Screenshot from 2018-11-19 21-59-32.png b/doc/img/pr5.png
similarity index 100%
rename from doc/img/Screenshot from 2018-11-19 21-59-32.png
rename to doc/img/pr5.png
diff --git a/src/tex/allRefs.tex b/src/tex/allRefs.tex
index 020cfa8..142e9bf 100755
--- a/src/tex/allRefs.tex
+++ b/src/tex/allRefs.tex
@@ -9,6 +9,21 @@ mincitenames=2,
 ]{biblatex}
 \addbibresource{../../gipp.bib}
 \begin{document}
+  \section{JabRef workaround}
+
+   Do your change in Jabref
+
+   Make a pull request
+
+   Wait for BibBot to correct the formatting
+
+   Merge the PR
+
+   Option a (squash merge) you will need to do a fresh checkout afterwards
+
+   Option b (rebase merge or merge commit) the history will contain the intermediate chage cause by jabref.
+   This will cause problems with git blame, since the lines you change won't be attributed to you.
+
   This document is supposed to use \verb \nocite{*} \verb to cite all bibtex entries.
   However, currently some bibtex entries simply do not work. Thus only selected bibtex entries are printed.
 \nocite{*}
-- 
GitLab