Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: ab4a4b2ad0ce2c8fdb485bc0fe871571181eace8
      
https://github.com/tmux/tmux/commit/ab4a4b2ad0ce2c8fdb485bc0fe871571181eace8
  Author: nicm <nicm>
  Date:   2017-04-05 (Wed, 05 Apr 2017)

  Changed paths:
    M cfg.c

  Log Message:
  -----------
  cfg_file can be static.


  Commit: 9b28200578670183a0dc70f1d16d5642101a6982
      
https://github.com/tmux/tmux/commit/9b28200578670183a0dc70f1d16d5642101a6982
  Author: nicm <nicm>
  Date:   2017-04-05 (Wed, 05 Apr 2017)

  Changed paths:
    M cmd-choose-client.c
    M cmd-find.c
    M cmd-list-clients.c
    M format.c
    M screen-redraw.c
    M server-client.c
    M tmux.1
    M tmux.h
    M tty.c

  Log Message:
  -----------
  Give each client a name. This defaults to the tty name as before but
falls back to an alternative if the tty name is not available. This is
clearer than overloading the client ttyname member and allows us to
remove the path stored in the tty struct, it should always be the same
as the client.


  Commit: 36882ec789f29882ab7241e5d4c0572799163437
      
https://github.com/tmux/tmux/commit/36882ec789f29882ab7241e5d4c0572799163437
  Author: nicm <nicm>
  Date:   2017-04-05 (Wed, 05 Apr 2017)

  Changed paths:
    M cmd-find.c

  Log Message:
  -----------
  Try again to resolve problems with mistaking sessions for windows: now
do not look up windows as sessions (and panes as windows) when they are
qualified with a ':' or a '.'. So 'foo' as a window target will look for
windows and sessions called 'foo', but ':foo' will only look for
windows, and 'foo:' only for sessions. This means the common case of
using an unadorned session as a window target (send -tfoo) should
continue to work, but an explicit window will not get confused with a
session (send -t:foo).


  Commit: 94b71bcb6403d381515319b08a85878b829785d5
      
https://github.com/tmux/tmux/commit/94b71bcb6403d381515319b08a85878b829785d5
  Author: nicm <nicm>
  Date:   2017-04-05 (Wed, 05 Apr 2017)

  Changed paths:
    M key-bindings.c

  Log Message:
  -----------
  Add Home and End for copy mode.


  Commit: 5f662d91db658abbcd46d7a678c0250754be35e3
      
https://github.com/tmux/tmux/commit/5f662d91db658abbcd46d7a678c0250754be35e3
  Author: Thomas Adam <[email protected]>
  Date:   2017-04-06 (Thu, 06 Apr 2017)

  Changed paths:
    M cfg.c
    M cmd-choose-client.c
    M cmd-find.c
    M cmd-list-clients.c
    M format.c
    M key-bindings.c
    M screen-redraw.c
    M server-client.c
    M tmux.1
    M tmux.h
    M tty.c

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

Conflicts:
        server-client.c
        tmux.1


Compare: https://github.com/tmux/tmux/compare/05c97d7fe9ed...5f662d91db65

-- 
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