]> git.sur5r.net Git - kconfig-frontends/blobdiff - scripts/ksync.sh
scripts/ksync: append new changes ordered byt date
[kconfig-frontends] / scripts / ksync.sh
index aa7464e7ac434455ac48765c486c9a5693000c4d..a004f3889b6eeeab9da808716775f49740f5da8f 100755 (executable)
@@ -57,5 +57,6 @@ printf "Synced-up these changes:\n"
   git log --no-merges --pretty='tformat:%s'     \
     "${k_cset_old}..${k_cset}"                  \
     ${k_files}                                  \
-)|tee -a "scripts/ksync.log"                    \
+)|tac                                           \
+ |tee -a "scripts/ksync.log"                    \
  |sed -e 's/^/    /;'