Comment 9 for bug 1976110

Revision history for this message
Anthony Sottile (asottile) wrote :

ah yeah for my PPA I didn't really make that as a "this is the patch formatted nicely for canonical" -- I just cherry-picked using gbp and refreshed the patches using that. that's why the commit and such are all the default values! but yeah totally happy with whatever version number it ends up with here!

[Impact] the patch adjusts how the client is attached to the newly created tmux session. earlier in the code the client is detected as being detached or not. the regression that occurred in tmux itself forgot to take into account the detached state when creating a new session. the patch is essentially the upstream fix for handling detached sessions

[Where problems could occur] the change is mostly around creating tmux sessions and creating detached tmux sessions. that would be where I would expect regressions to occur -- as unlikely as that seems