Commit 9698b66
authored
Fix: Correct reset to parent revision functionality (#2125)
- Updated `ResetToParentRevisionAsync` to use `$"{_commit.SHA}~1"` for parent revision.
- Updated `ResetMultipleToParentRevisionAsync` to use `$"{_commit.SHA}~1"` for consistency.
- Removed UTF-8 BOM from `CommitDetail.cs` to ensure proper file encoding.1 parent 521159b commit 9698b66
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
316 | 316 | | |
317 | 317 | | |
318 | 318 | | |
319 | | - | |
| 319 | + | |
320 | 320 | | |
321 | 321 | | |
322 | 322 | | |
323 | 323 | | |
324 | 324 | | |
325 | | - | |
| 325 | + | |
326 | 326 | | |
327 | 327 | | |
328 | 328 | | |
| |||
0 commit comments