Skip to content
Snippets Groups Projects
Commit ab6713a8 authored by Dirk Zimoch's avatar Dirk Zimoch
Browse files

message about added git files

parent 2135e4f8
No related branches found
No related tags found
No related merge requests found
...@@ -143,6 +143,13 @@ scanmatch $git_context {^ D .*} { ...@@ -143,6 +143,13 @@ scanmatch $git_context {^ D .*} {
continue 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]) .*} { scanmatch $git_context {^([ MADRCU][ MADRCU]) .*} {
set file [lindex $matchInfo(line) 1] set file [lindex $matchInfo(line) 1]
puts stderr "$file: $matchInfo(submatch0) (whatever that means) => version test" puts stderr "$file: $matchInfo(submatch0) (whatever that means) => version test"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment