Deleh / gis

Status summary of multiple Git repositories
7 stars 4 forks source link

Cancelling of gis fetch and gis pull does not work as excpected #3

Closed hoffmann-stefan closed 1 year ago

hoffmann-stefan commented 1 year ago

If you cancel gis fetch or gis push using CTRL-C already started git operations continue to run in the background. They should be cancelled as well and gis should only exit to the bash prompt if there will be no more output of background tasks.

Deleh commented 1 year ago

This should've been fixed in https://github.com/Deleh/gis/commit/00824ff9cceaf3c0badb6ce9a83044dcbfe05344, feel free to try it and close the issue if everything works as expected.

hoffmann-stefan commented 1 year ago

Looks good 👍