Commit 5379817
committed
status: disable deserialize when verbose output requested.
Disable deserialization when verbose output requested.
Verbose mode causes Git to print diffs for modified files.
This requires the index to be loaded to have the currently
staged OID values. Without loading the index, verbose output
make it look like everything was deleted.
Signed-off-by: Jeff Hostetler <jeffhost@microsoft.com>1 parent 077c76f commit 5379817
1 file changed
+16
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1593 | 1593 | | |
1594 | 1594 | | |
1595 | 1595 | | |
| 1596 | + | |
| 1597 | + | |
| 1598 | + | |
| 1599 | + | |
| 1600 | + | |
| 1601 | + | |
| 1602 | + | |
| 1603 | + | |
| 1604 | + | |
| 1605 | + | |
| 1606 | + | |
| 1607 | + | |
| 1608 | + | |
| 1609 | + | |
| 1610 | + | |
| 1611 | + | |
1596 | 1612 | | |
1597 | 1613 | | |
1598 | 1614 | | |
| |||
0 commit comments