From: Yann E. MORIN Date: Mon, 20 May 2013 12:00:47 +0000 (+0200) Subject: scripts/ksync: append new changes ordered byt date X-Git-Tag: v3.10.0.0~8 X-Git-Url: https://git.sur5r.net/?p=kconfig-frontends;a=commitdiff_plain;h=8e7070e9a3ff99a9110f092674cef3e1d0386d65 scripts/ksync: append new changes ordered byt date Signed-off-by: "Yann E. MORIN" --- diff --git a/scripts/ksync.sh b/scripts/ksync.sh index aa7464e..a004f38 100755 --- a/scripts/ksync.sh +++ b/scripts/ksync.sh @@ -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/^/ /;'