@@ -50,15 +50,15 @@ const stashFormat = [
5050const defaultStashParams = [ 'stash' , 'list' , '--name-status' , '-M' , `--format=${ stashFormat } ` ] ;
5151
5252const GitWarnings = {
53- notARepository : / N o t a g i t r e p o s i t o r y / ,
54- outsideRepository : / i s o u t s i d e r e p o s i t o r y / ,
55- noPath : / n o s u c h p a t h / ,
56- noCommits : / d o e s n o t h a v e a n y c o m m i t s / ,
57- notFound : / P a t h \' .* ?\' d o e s n o t e x i s t i n / ,
58- foundButNotInRevision : / P a t h \' .* ?\' e x i s t s o n d i s k , b u t n o t i n / ,
59- headNotABranch : / H E A D d o e s n o t p o i n t t o a b r a n c h / ,
60- noUpstream : / n o u p s t r e a m c o n f i g u r e d f o r b r a n c h \' ( .* ?) \' / ,
61- unknownRevision : / a m b i g u o u s a r g u m e n t \' .* ?\' : u n k n o w n r e v i s i o n o r p a t h n o t i n t h e w o r k i n g t r e e /
53+ notARepository : / N o t a g i t r e p o s i t o r y / i ,
54+ outsideRepository : / i s o u t s i d e r e p o s i t o r y / i ,
55+ noPath : / n o s u c h p a t h / i ,
56+ noCommits : / d o e s n o t h a v e a n y c o m m i t s / i ,
57+ notFound : / P a t h \' .* ?\' d o e s n o t e x i s t i n / i ,
58+ foundButNotInRevision : / P a t h \' .* ?\' e x i s t s o n d i s k , b u t n o t i n / i ,
59+ headNotABranch : / H E A D d o e s n o t p o i n t t o a b r a n c h / i ,
60+ noUpstream : / n o u p s t r e a m c o n f i g u r e d f o r b r a n c h \' ( .* ?) \' / i ,
61+ unknownRevision : / a m b i g u o u s a r g u m e n t \' .* ?\' : u n k n o w n r e v i s i o n o r p a t h n o t i n t h e w o r k i n g t r e e / i
6262} ;
6363
6464async function gitCommand ( options : CommandOptions & { readonly correlationKey ?: string } , ...args : any [ ] ) : Promise < string > {
0 commit comments