message about added git files

This commit is contained in:
2015-10-14 11:54:43 +02:00
parent 2135e4f8d7
commit ab6713a8f4
+7
View File
@@ -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"