]> git.sur5r.net Git - kconfig-frontends/commitdiff
scripts/ksync: append new changes ordered byt date
authorYann E. MORIN <yann.morin.1998@free.fr>
Mon, 20 May 2013 12:00:47 +0000 (14:00 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Mon, 20 May 2013 12:00:47 +0000 (14:00 +0200)
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
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/^/    /;'