@@ -44,7 +44,7 @@ cat >expect <<\EOF
44
44
#
45
45
# new file: dir2/added
46
46
#
47
- # Changed but not updated :
47
+ # Changes not staged for commit :
48
48
# (use "git add <file>..." to update what will be committed)
49
49
# (use "git checkout -- <file>..." to discard changes in working directory)
50
50
#
@@ -73,7 +73,7 @@ cat >expect <<\EOF
73
73
# Changes to be committed:
74
74
# new file: dir2/added
75
75
#
76
- # Changed but not updated :
76
+ # Changes not staged for commit :
77
77
# modified: dir1/modified
78
78
#
79
79
# Untracked files:
@@ -140,7 +140,7 @@ cat >expect <<EOF
140
140
#
141
141
# new file: dir2/added
142
142
#
143
- # Changed but not updated :
143
+ # Changes not staged for commit :
144
144
# (use "git add <file>..." to update what will be committed)
145
145
# (use "git checkout -- <file>..." to discard changes in working directory)
146
146
#
@@ -167,7 +167,7 @@ cat >expect <<EOF
167
167
# Changes to be committed:
168
168
# new file: dir2/added
169
169
#
170
- # Changed but not updated :
170
+ # Changes not staged for commit :
171
171
# modified: dir1/modified
172
172
#
173
173
# Untracked files not listed
@@ -202,7 +202,7 @@ cat >expect <<EOF
202
202
#
203
203
# new file: dir2/added
204
204
#
205
- # Changed but not updated :
205
+ # Changes not staged for commit :
206
206
# (use "git add <file>..." to update what will be committed)
207
207
# (use "git checkout -- <file>..." to discard changes in working directory)
208
208
#
@@ -260,7 +260,7 @@ cat >expect <<EOF
260
260
#
261
261
# new file: dir2/added
262
262
#
263
- # Changed but not updated :
263
+ # Changes not staged for commit :
264
264
# (use "git add <file>..." to update what will be committed)
265
265
# (use "git checkout -- <file>..." to discard changes in working directory)
266
266
#
@@ -320,7 +320,7 @@ cat >expect <<\EOF
320
320
#
321
321
# new file: ../dir2/added
322
322
#
323
- # Changed but not updated :
323
+ # Changes not staged for commit :
324
324
# (use "git add <file>..." to update what will be committed)
325
325
# (use "git checkout -- <file>..." to discard changes in working directory)
326
326
#
@@ -392,7 +392,7 @@ cat >expect <<\EOF
392
392
#
393
393
# <GREEN>new file: dir2/added<RESET>
394
394
#
395
- # Changed but not updated :
395
+ # Changes not staged for commit :
396
396
# (use "git add <file>..." to update what will be committed)
397
397
# (use "git checkout -- <file>..." to discard changes in working directory)
398
398
#
@@ -521,7 +521,7 @@ cat >expect <<\EOF
521
521
#
522
522
# new file: dir2/added
523
523
#
524
- # Changed but not updated :
524
+ # Changes not staged for commit :
525
525
# (use "git add <file>..." to update what will be committed)
526
526
# (use "git checkout -- <file>..." to discard changes in working directory)
527
527
#
@@ -614,7 +614,7 @@ cat >expect <<EOF
614
614
# new file: dir2/added
615
615
# new file: sm
616
616
#
617
- # Changed but not updated :
617
+ # Changes not staged for commit :
618
618
# (use "git add <file>..." to update what will be committed)
619
619
# (use "git checkout -- <file>..." to discard changes in working directory)
620
620
#
@@ -673,7 +673,7 @@ cat >expect <<EOF
673
673
# new file: dir2/added
674
674
# new file: sm
675
675
#
676
- # Changed but not updated :
676
+ # Changes not staged for commit :
677
677
# (use "git add <file>..." to update what will be committed)
678
678
# (use "git checkout -- <file>..." to discard changes in working directory)
679
679
#
@@ -718,7 +718,7 @@ test_expect_success 'status -s submodule summary' '
718
718
719
719
cat > expect << EOF
720
720
# On branch master
721
- # Changed but not updated :
721
+ # Changes not staged for commit :
722
722
# (use "git add <file>..." to update what will be committed)
723
723
# (use "git checkout -- <file>..." to discard changes in working directory)
724
724
#
@@ -766,7 +766,7 @@ cat >expect <<EOF
766
766
# new file: dir2/added
767
767
# new file: sm
768
768
#
769
- # Changed but not updated :
769
+ # Changes not staged for commit :
770
770
# (use "git add <file>..." to update what will be committed)
771
771
# (use "git checkout -- <file>..." to discard changes in working directory)
772
772
#
@@ -819,7 +819,7 @@ cat > expect << EOF
819
819
#
820
820
# modified: sm
821
821
#
822
- # Changed but not updated :
822
+ # Changes not staged for commit :
823
823
# (use "git add <file>..." to update what will be committed)
824
824
# (use "git checkout -- <file>..." to discard changes in working directory)
825
825
#
@@ -931,7 +931,7 @@ cat > expect << EOF
931
931
#
932
932
# modified: sm
933
933
#
934
- # Changed but not updated :
934
+ # Changes not staged for commit :
935
935
# (use "git add <file>..." to update what will be committed)
936
936
# (use "git checkout -- <file>..." to discard changes in working directory)
937
937
# (commit or discard the untracked or modified content in submodules)
@@ -989,7 +989,7 @@ cat > expect << EOF
989
989
#
990
990
# modified: sm
991
991
#
992
- # Changed but not updated :
992
+ # Changes not staged for commit :
993
993
# (use "git add <file>..." to update what will be committed)
994
994
# (use "git checkout -- <file>..." to discard changes in working directory)
995
995
#
@@ -1067,7 +1067,7 @@ test_expect_success ".git/config ignore=dirty doesn't suppress submodule summary
1067
1067
1068
1068
cat > expect << EOF
1069
1069
# On branch master
1070
- # Changed but not updated :
1070
+ # Changes not staged for commit :
1071
1071
# (use "git add <file>..." to update what will be committed)
1072
1072
# (use "git checkout -- <file>..." to discard changes in working directory)
1073
1073
#
0 commit comments