Skip to content

Commit 9e2e41f

Browse files
committed
docs: update unused.md
1 parent 721c4ed commit 9e2e41f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docs/other/unused.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Code that is no longer needed because approach changed, but kept in case it is n
55

66
## Status
77

8-
These were for when `git status` was used, before `git diff-index` was used.
8+
These were for when the `git status` approach was used. Before the `git diff-index` approach was used.
99

1010
- `src/generate/action.ts`
1111
```typescript
@@ -23,7 +23,6 @@ These were for when `git status` was used, before `git diff-index` was used.
2323
return ACTION[x as ActionKeys];
2424
}
2525
```
26-
2726
- `src/git/cli.ts`
2827
```typescript
2928
/**

0 commit comments

Comments
 (0)