]> git.sur5r.net Git - kconfig-frontends/blobdiff - scripts/ksync.sh
Synchronise with v3.15
[kconfig-frontends] / scripts / ksync.sh
index a004f3889b6eeeab9da808716775f49740f5da8f..0e3e9a88745862b1508c73ed0b887b7c7ee4f1ef 100755 (executable)
@@ -54,7 +54,7 @@ done <scripts/ksync.list
 # Save the changelog between the old cset and now
 printf "Synced-up these changes:\n"
 ( cd "${k_dir}"
-  git log --no-merges --pretty='tformat:%s'     \
+  git log --no-merges --pretty='tformat:%h %s'  \
     "${k_cset_old}..${k_cset}"                  \
     ${k_files}                                  \
 )|tac                                           \