]> git.sur5r.net Git - kconfig-frontends/commitdiff
scripts/ksync.sh: prefix each change with its upstream shortened sha1
authorYann E. MORIN <yann.morin.1998@free.fr>
Mon, 20 May 2013 12:04:39 +0000 (14:04 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Mon, 20 May 2013 12:04:39 +0000 (14:04 +0200)
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
scripts/ksync.sh

index a004f3889b6eeeab9da808716775f49740f5da8f..0e3e9a88745862b1508c73ed0b887b7c7ee4f1ef 100755 (executable)
@@ -54,7 +54,7 @@ done <scripts/ksync.list
 # Save the changelog between the old cset and now
 printf "Synced-up these changes:\n"
 ( cd "${k_dir}"
 # 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}                                  \
 )|tac                                           \
     "${k_cset_old}..${k_cset}"                  \
     ${k_files}                                  \
 )|tac                                           \