Skip to content

[FIX] git-fw: clear stale commit map on redo - #1457

Open
hadielyakhni wants to merge 1 commit into
17.0from
17.0-git-fw-stale-commit-map-hael
Open

[FIX] git-fw: clear stale commit map on redo#1457
hadielyakhni wants to merge 1 commit into
17.0from
17.0-git-fw-stale-commit-map-hael

Conversation

@hadielyakhni

Copy link
Copy Markdown

redo writes .git/FW_CMAP but never removes it, so the next redo may read the map left by a previous one and not find its commit in it.

Remove the file at the start of redo.

`redo` writes `.git/FW_CMAP` but never removes it, so the next `redo`
may read the map left by a previous one and not find its commit in it.

Remove the file at the start of `redo`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants