From 8e7070e9a3ff99a9110f092674cef3e1d0386d65 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Mon, 20 May 2013 14:00:47 +0200 Subject: [PATCH] scripts/ksync: append new changes ordered byt date Signed-off-by: "Yann E. MORIN" --- scripts/ksync.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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/^/ /;' -- 2.39.5