From d5e387207fc2c21c2de1b707deacfb87770eec43 Mon Sep 17 00:00:00 2001 From: Thomas Letan Date: Sun, 12 Jul 2020 12:34:12 +0200 Subject: Display the full history of a file in revisions tables --- site/cleopatra/soupault.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/cleopatra/soupault.org b/site/cleopatra/soupault.org index dcadb83..dc23461 100644 --- a/site/cleopatra/soupault.org +++ b/site/cleopatra/soupault.org @@ -494,7 +494,7 @@ use to collect our initial history is #+NAME: git-log #+BEGIN_SRC bash :noweb no-export -_git log -n4 --follow --pretty=format:'<>' "${file}" +_git log --follow --pretty=format:'<>' "${file}" #+END_SRC To manipulate JSON, we rely on three operators (yet to be defined): -- cgit v1.2.3