Skip to content

Commit 2e06283

Browse files
tmpmachineisomorphic-git-bot
authored andcommitted
Update statusMatrix.js: added two more StatusMatrix example (#1886)
1 parent 8fdefdd commit 2e06283

File tree

10 files changed

+18
-2
lines changed

10 files changed

+18
-2
lines changed

docs/en/next/statusMatrix.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@
109109
[<span class="hljs-string">"g.txt"</span>, <span class="hljs-number">1</span>, <span class="hljs-number">2</span>, <span class="hljs-number">3</span>], <span class="hljs-comment">// modified, staged, with unstaged changes</span>
110110
[<span class="hljs-string">"h.txt"</span>, <span class="hljs-number">1</span>, <span class="hljs-number">0</span>, <span class="hljs-number">1</span>], <span class="hljs-comment">// deleted, unstaged</span>
111111
[<span class="hljs-string">"i.txt"</span>, <span class="hljs-number">1</span>, <span class="hljs-number">0</span>, <span class="hljs-number">0</span>], <span class="hljs-comment">// deleted, staged</span>
112+
[<span class="hljs-string">"j.txt"</span>, <span class="hljs-number">1</span>, <span class="hljs-number">2</span>, <span class="hljs-number">0</span>], <span class="hljs-comment">// deleted, staged, with unstaged-modified changes (new file of the same name)</span>
113+
[<span class="hljs-string">"k.txt"</span>, <span class="hljs-number">1</span>, <span class="hljs-number">1</span>, <span class="hljs-number">0</span>], <span class="hljs-comment">// deleted, staged, with unstaged changes (new file of the same name)</span>
112114
]
113115
</code></pre>
114116
<ul>

docs/en/next/statusMatrix/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@
109109
[<span class="hljs-string">"g.txt"</span>, <span class="hljs-number">1</span>, <span class="hljs-number">2</span>, <span class="hljs-number">3</span>], <span class="hljs-comment">// modified, staged, with unstaged changes</span>
110110
[<span class="hljs-string">"h.txt"</span>, <span class="hljs-number">1</span>, <span class="hljs-number">0</span>, <span class="hljs-number">1</span>], <span class="hljs-comment">// deleted, unstaged</span>
111111
[<span class="hljs-string">"i.txt"</span>, <span class="hljs-number">1</span>, <span class="hljs-number">0</span>, <span class="hljs-number">0</span>], <span class="hljs-comment">// deleted, staged</span>
112+
[<span class="hljs-string">"j.txt"</span>, <span class="hljs-number">1</span>, <span class="hljs-number">2</span>, <span class="hljs-number">0</span>], <span class="hljs-comment">// deleted, staged, with unstaged-modified changes (new file of the same name)</span>
113+
[<span class="hljs-string">"k.txt"</span>, <span class="hljs-number">1</span>, <span class="hljs-number">1</span>, <span class="hljs-number">0</span>], <span class="hljs-comment">// deleted, staged, with unstaged changes (new file of the same name)</span>
112114
]
113115
</code></pre>
114116
<ul>

docs/en/statusMatrix.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@
109109
[<span class="hljs-string">"g.txt"</span>, <span class="hljs-number">1</span>, <span class="hljs-number">2</span>, <span class="hljs-number">3</span>], <span class="hljs-comment">// modified, staged, with unstaged changes</span>
110110
[<span class="hljs-string">"h.txt"</span>, <span class="hljs-number">1</span>, <span class="hljs-number">0</span>, <span class="hljs-number">1</span>], <span class="hljs-comment">// deleted, unstaged</span>
111111
[<span class="hljs-string">"i.txt"</span>, <span class="hljs-number">1</span>, <span class="hljs-number">0</span>, <span class="hljs-number">0</span>], <span class="hljs-comment">// deleted, staged</span>
112+
[<span class="hljs-string">"j.txt"</span>, <span class="hljs-number">1</span>, <span class="hljs-number">2</span>, <span class="hljs-number">0</span>], <span class="hljs-comment">// deleted, staged, with unstaged-modified changes (new file of the same name)</span>
113+
[<span class="hljs-string">"k.txt"</span>, <span class="hljs-number">1</span>, <span class="hljs-number">1</span>, <span class="hljs-number">0</span>], <span class="hljs-comment">// deleted, staged, with unstaged changes (new file of the same name)</span>
112114
]
113115
</code></pre>
114116
<ul>

docs/en/statusMatrix/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@
109109
[<span class="hljs-string">"g.txt"</span>, <span class="hljs-number">1</span>, <span class="hljs-number">2</span>, <span class="hljs-number">3</span>], <span class="hljs-comment">// modified, staged, with unstaged changes</span>
110110
[<span class="hljs-string">"h.txt"</span>, <span class="hljs-number">1</span>, <span class="hljs-number">0</span>, <span class="hljs-number">1</span>], <span class="hljs-comment">// deleted, unstaged</span>
111111
[<span class="hljs-string">"i.txt"</span>, <span class="hljs-number">1</span>, <span class="hljs-number">0</span>, <span class="hljs-number">0</span>], <span class="hljs-comment">// deleted, staged</span>
112+
[<span class="hljs-string">"j.txt"</span>, <span class="hljs-number">1</span>, <span class="hljs-number">2</span>, <span class="hljs-number">0</span>], <span class="hljs-comment">// deleted, staged, with unstaged-modified changes (new file of the same name)</span>
113+
[<span class="hljs-string">"k.txt"</span>, <span class="hljs-number">1</span>, <span class="hljs-number">1</span>, <span class="hljs-number">0</span>], <span class="hljs-comment">// deleted, staged, with unstaged changes (new file of the same name)</span>
112114
]
113115
</code></pre>
114116
<ul>

js/isomorphic-git/index.cjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13912,6 +13912,8 @@ async function getHeadTree({ fs, cache, gitdir }) {
1391213912
* ["g.txt", 1, 2, 3], // modified, staged, with unstaged changes
1391313913
* ["h.txt", 1, 0, 1], // deleted, unstaged
1391413914
* ["i.txt", 1, 0, 0], // deleted, staged
13915+
* ["j.txt", 1, 2, 0], // deleted, staged, with unstaged-modified changes (new file of the same name)
13916+
* ["k.txt", 1, 1, 0], // deleted, staged, with unstaged changes (new file of the same name)
1391513917
* ]
1391613918
* ```
1391713919
*

js/isomorphic-git/index.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3094,6 +3094,8 @@ export function status({ fs: _fs, dir, gitdir, filepath, cache, }: {
30943094
* ["g.txt", 1, 2, 3], // modified, staged, with unstaged changes
30953095
* ["h.txt", 1, 0, 1], // deleted, unstaged
30963096
* ["i.txt", 1, 0, 0], // deleted, staged
3097+
* ["j.txt", 1, 2, 0], // deleted, staged, with unstaged-modified changes (new file of the same name)
3098+
* ["k.txt", 1, 1, 0], // deleted, staged, with unstaged changes (new file of the same name)
30973099
* ]
30983100
* ```
30993101
*

js/isomorphic-git/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13906,6 +13906,8 @@ async function getHeadTree({ fs, cache, gitdir }) {
1390613906
* ["g.txt", 1, 2, 3], // modified, staged, with unstaged changes
1390713907
* ["h.txt", 1, 0, 1], // deleted, unstaged
1390813908
* ["i.txt", 1, 0, 0], // deleted, staged
13909+
* ["j.txt", 1, 2, 0], // deleted, staged, with unstaged-modified changes (new file of the same name)
13910+
* ["k.txt", 1, 1, 0], // deleted, staged, with unstaged changes (new file of the same name)
1390913911
* ]
1391013912
* ```
1391113913
*

js/isomorphic-git/index.umd.min.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3094,6 +3094,8 @@ export function status({ fs: _fs, dir, gitdir, filepath, cache, }: {
30943094
* ["g.txt", 1, 2, 3], // modified, staged, with unstaged changes
30953095
* ["h.txt", 1, 0, 1], // deleted, unstaged
30963096
* ["i.txt", 1, 0, 0], // deleted, staged
3097+
* ["j.txt", 1, 2, 0], // deleted, staged, with unstaged-modified changes (new file of the same name)
3098+
* ["k.txt", 1, 1, 0], // deleted, staged, with unstaged changes (new file of the same name)
30973099
* ]
30983100
* ```
30993101
*

js/isomorphic-git/index.umd.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/isomorphic-git/size_report.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)