Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: d0d42dc4cbe3fd3969662cb9e36766050af08f03
      
https://github.com/tmux/tmux/commit/d0d42dc4cbe3fd3969662cb9e36766050af08f03
  Author: nicm <nicm>
  Date:   2017-07-12 (Wed, 12 Jul 2017)

  Changed paths:
    M proc.c
    M server-client.c
    M server-fn.c
    M tmux.h

  Log Message:
  -----------
  proc_send_s now seems unnecessary.


  Commit: ed3cfaafb2c04776b6452fa968715a3626d99a4a
      
https://github.com/tmux/tmux/commit/ed3cfaafb2c04776b6452fa968715a3626d99a4a
  Author: nicm <nicm>
  Date:   2017-07-12 (Wed, 12 Jul 2017)

  Changed paths:
    M client.c
    M tmux.c
    M tmux.h

  Log Message:
  -----------
  Make shell_command a global like other stuff rather than making it an
exception and using callback argument.


  Commit: 0453ad01468460d5fca09457ed7c862685076931
      
https://github.com/tmux/tmux/commit/0453ad01468460d5fca09457ed7c862685076931
  Author: nicm <nicm>
  Date:   2017-07-12 (Wed, 12 Jul 2017)

  Changed paths:
    M Makefile
    M client.c
    M cmd-pipe-pane.c
    M job.c
    M proc.c
    M server.c
    R signal.c
    M tmux.h
    M window.c

  Log Message:
  -----------
  Move signal code into proc.c.


  Commit: 51112221eeb31ced907f0dfcf077582996c20c07
      
https://github.com/tmux/tmux/commit/51112221eeb31ced907f0dfcf077582996c20c07
  Author: nicm <nicm>
  Date:   2017-07-12 (Wed, 12 Jul 2017)

  Changed paths:
    M cmd-pipe-pane.c
    M job.c
    M server.c
    M window.c

  Log Message:
  -----------
  Block signals between forking and clearing signal handlers (or calling
event_reinit) - if the child gets a signal and fires the libevent signal
handler during this period it could write a signal into the parent's
signal pipe. GitHub issue 1001 from Aaron van Geffen.


  Commit: 1076a2e26c224d17c32a2d1770997d8718903f20
      
https://github.com/tmux/tmux/commit/1076a2e26c224d17c32a2d1770997d8718903f20
  Author: Thomas Adam <[email protected]>
  Date:   2017-07-12 (Wed, 12 Jul 2017)

  Changed paths:
    M Makefile.am
    M client.c
    M cmd-pipe-pane.c
    M job.c
    M proc.c
    M server-client.c
    M server-fn.c
    M server.c
    R signal.c
    M tmux.c
    M tmux.h
    M window.c

  Log Message:
  -----------
  Merge branch 'obsd-master'

Conflicts:
        cmd-pipe-pane.c
        proc.c
        tmux.c
        window.c


Compare: https://github.com/tmux/tmux/compare/fbbf5a108b01...1076a2e26c22

-- 
You received this message because you are subscribed to the Google Groups 
"tmux-git" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to