aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2020-09-26 00:51:59 +0200
committerToni Uhlig <matzeton@googlemail.com>2020-09-26 00:51:59 +0200
commitb6b62ac883b32dbe2d31a0b13c32a7752182f0d2 (patch)
tree23b802c1df14b29d7f1bf5c7eb77badc159818fa
parent84712686a77d39f955673f75d33ca0291ed0c6e6 (diff)
Use --squash for git subtree pull.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
-rwxr-xr-xcontrib/update_jsmn.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/update_jsmn.sh b/contrib/update_jsmn.sh
index a742df94a..bc6a51ca1 100755
--- a/contrib/update_jsmn.sh
+++ b/contrib/update_jsmn.sh
@@ -3,4 +3,4 @@
MYDIR="$(dirname ${0})"
cd "${MYDIR}/.."
-git subtree pull --prefix=contrib/jsmn https://github.com/zserge/jsmn.git master
+git subtree pull --squash --prefix=contrib/jsmn https://github.com/zserge/jsmn.git master