#8 Check for clean working tree before branch switching
Closed: Fixed 6 years ago Opened 6 years ago by fweimer.

The commands which produce Git commits (possibly rewriting history) need to check if there are uncommitted changes and files in the working tree. Otherwise, it is likely that the operations will fail later with an internal error due to a file conflict.

It is unclear what should be done about ignored files. Maybe they need to be deleted automatically, but that sounds quite problematic due to broad .gitignore file used by glibc upstream.


Metadata Update from @fweimer:
- Issue assigned to fweimer

6 years ago

Metadata Update from @fweimer:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

6 years ago

Login to comment on this ticket.

Metadata