summaryrefslogtreecommitdiffstats
path: root/site
diff options
context:
space:
mode:
authorThomas Letan <lthms@soap.coffee>2020-07-12 12:34:12 +0200
committerThomas Letan <lthms@soap.coffee>2020-07-12 12:34:12 +0200
commitd5e387207fc2c21c2de1b707deacfb87770eec43 (patch)
tree7c8d9c3db47910f98b7dc5bbf01b64ab579d7405 /site
parentAdd missing revisions tables (diff)
Display the full history of a file in revisions tables
Diffstat (limited to 'site')
-rw-r--r--site/cleopatra/soupault.org2
1 files changed, 1 insertions, 1 deletions
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:'<<pretty-format>>' "${file}"
+_git log --follow --pretty=format:'<<pretty-format>>' "${file}"
#+END_SRC
To manipulate JSON, we rely on three operators (yet to be defined):