Skip to content

Commit

Permalink
⚠️ Fix bad rebase 1 of 2
Browse files Browse the repository at this point in the history
Usually doing something like;

```bash
git pull --rebase -X theirs origin master
```

...  is fine, but this time Git lost the plot in a few places.

Fortunately it was only one file, so doing a selective show via;

```bash
git show origin/master:lib/stdlib/src/lists.erl > lib/stdlib/src/lists.erl
```

...  And then manually going through to re-add doctest line numbers, and
adjust indentation, wasn't too much of a chore.
  • Loading branch information
S0AndS0 committed Mar 1, 2025
1 parent 5958c8d commit 230589e
Showing 1 changed file with 117 additions and 184 deletions.
Loading

0 comments on commit 230589e

Please sign in to comment.