dmusican / Elegit

A GUI client for people who want to learn Git.
MIT License
30 stars 7 forks source link

Real command line #625

Closed grenche closed 6 years ago

grenche commented 6 years ago

Adds pauses to the end of tests that most often get pipe closed errors when the test is finishing, slows back down the number of checks the RepositoryMonitor does, and adds a message when the remote is disposed.

Most of (if not all) the failing tests should be fixed if merged in with commandLine where all the bug fixing happened.

dmusican commented 6 years ago

The merge looks good. Thanks!