|
|
// Cache it, so it is executed only once when running multiple tasks.
|
|
// Cache it, so it is executed only once when running multiple tasks.
|
|
|
dirtyFiles = this.shExec( 'git diff-index --name-only HEAD' ).replace( /\s*$/, '' ).split( '\n' );
|
|
dirtyFiles = this.shExec( 'git diff-index --name-only HEAD' ).replace( /\s*$/, '' ).split( '\n' );
|