[Reproducible-commits] [presentations] 01/01: display code blocks properly, now just how to color bits of it...

Holger Levsen holger at moszumanska.debian.org
Tue Jan 20 15:20:05 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository presentations.

commit b1ac0772f79538a63652e85f6753e0e3b437e4e1
Author: Holger Levsen <holger at layer-acht.org>
Date:   Tue Jan 20 16:19:58 2015 +0100

    display code blocks properly, now just how to color bits of it...
---
 2015-01-31-FOSDEM15/2015-01-31-FOSDEM15.mdwn |  6 +++---
 2015-01-31-FOSDEM15/TODO                     | 10 +++++++++-
 2 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/2015-01-31-FOSDEM15/2015-01-31-FOSDEM15.mdwn b/2015-01-31-FOSDEM15/2015-01-31-FOSDEM15.mdwn
index 93f2553..e388608 100644
--- a/2015-01-31-FOSDEM15/2015-01-31-FOSDEM15.mdwn
+++ b/2015-01-31-FOSDEM15/2015-01-31-FOSDEM15.mdwn
@@ -84,16 +84,16 @@ How small can a backdoor be?
 
 OpenSSH 3.0.2 (CVE-2002-0083) – exploitable security bug (privilege escalation: user can get root)
 
-<pre>
+~~~~
 {
   Channel *c;
 -     if (id < 0 || id > channels_alloc) {
 +     if (id < 0 || id >= channels_alloc) {
   log("channel_lookup: %d: bad id", id);
   return
-</pre>
+~~~~
 
-FIXME: the above code is not displayed at all and the - line should be red, and the + line should be green...
+FIXME: the - line should be red, and the + line should be green...
 
 Why
 ---
diff --git a/2015-01-31-FOSDEM15/TODO b/2015-01-31-FOSDEM15/TODO
index 0a30272..fb33157 100644
--- a/2015-01-31-FOSDEM15/TODO
+++ b/2015-01-31-FOSDEM15/TODO
@@ -5,10 +5,18 @@ mention
 		Author: Holger Levsen <holger at layer-acht.org>
 		Author: Jérémy Bobbio <lunar at debian.org>
 		Author: josch <j.schauer at email.de>
-		Author: Lunar <lunar at debian.org>
 		Author: Mattia Rizzolo <mattia at mapreri.org>
 		Author: Reiner Herrmann <reiner at reiner-h.de>
 	do the same for notes.git
+	reproducible/notes.git$ git log |grep Author|sort -u
+		Author: akira <marivalenm at gmail.com>
+		Author: Andrew Ayer <agwa at andrewayer.name>
+		Author: Chris West (Faux) <git at goeswhere.com>
+		Author: Holger Levsen <holger at layer-acht.org>
+		Author: Jérémy Bobbio <lunar at debian.org>
+		Author: Mattia Rizzolo <mattia at mapreri.org>
+		Author: Peter De Wachter <pdewacht at gmail.com>
+		Author: Reiner Herrmann <reiner at reiner-h.de>
 
 	who are we?
 		the team in debian

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/presentations.git



More information about the Reproducible-commits mailing list