From ab6713a8f4b21fd37da5bc9c59953e11e5412d3e Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Wed, 14 Oct 2015 11:54:43 +0200 Subject: [PATCH] message about added git files --- App/tools/getVersion.tcl | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/App/tools/getVersion.tcl b/App/tools/getVersion.tcl index 7188e2b..640e178 100755 --- a/App/tools/getVersion.tcl +++ b/App/tools/getVersion.tcl @@ -143,6 +143,13 @@ scanmatch $git_context {^ D .*} { continue } +scanmatch $git_context {^A .*} { + set file [lindex $matchInfo(line) 1] + puts stderr "$file: locally added => version test" + set version test + continue +} + scanmatch $git_context {^([ MADRCU][ MADRCU]) .*} { set file [lindex $matchInfo(line) 1] puts stderr "$file: $matchInfo(submatch0) (whatever that means) => version test"