]> git.sur5r.net Git - kconfig-frontends/blobdiff - scripts/ksync.sh
buildsystem: don't use recursive make for libs
[kconfig-frontends] / scripts / ksync.sh
index aa7464e7ac434455ac48765c486c9a5693000c4d..0e3e9a88745862b1508c73ed0b887b7c7ee4f1ef 100755 (executable)
@@ -54,8 +54,9 @@ 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}                                  \
-)|tee -a "scripts/ksync.log"                    \
+)|tac                                           \
+ |tee -a "scripts/ksync.log"                    \
  |sed -e 's/^/    /;'