Branch: refs/heads/master
Home: https://github.com/tmux/tmux
Commit: c284ebe0ade7cc85ad6c3fe5ce7ed5108119222d
https://github.com/tmux/tmux/commit/c284ebe0ade7cc85ad6c3fe5ce7ed5108119222d
Author: nicm <nicm>
Date: 2019-12-12 (Thu, 12 Dec 2019)
Changed paths:
M Makefile
M client.c
M cmd-capture-pane.c
M cmd-load-buffer.c
M cmd-queue.c
M cmd-save-buffer.c
M control-notify.c
M control.c
A file.c
M server-client.c
M server-fn.c
M tmux.h
M window.c
Log Message:
-----------
Rewrite the code for reading and writing files. Now, if the client is
not attached, the server process asks it to open the file, similar to
how works for stdin, stdout, stderr. This makes special files like
/dev/fd/X work (used by some shells). stdin, stdout and stderr and
control mode are now just special cases of the same mechanism. This will
also make it easier to use for other commands that read files such as
source-file.
Commit: 268f2b047a6e9b932a0ff51aa526e1df61d54165
https://github.com/tmux/tmux/commit/268f2b047a6e9b932a0ff51aa526e1df61d54165
Author: nicm <nicm>
Date: 2019-12-12 (Thu, 12 Dec 2019)
Changed paths:
M file.c
Log Message:
-----------
Do not check if client is dead if it is NULL.
Commit: 5134666702ce972390f39e34bed9b60fe566263a
https://github.com/tmux/tmux/commit/5134666702ce972390f39e34bed9b60fe566263a
Author: nicm <nicm>
Date: 2019-12-12 (Thu, 12 Dec 2019)
Changed paths:
M cfg.c
M cmd-source-file.c
M tmux.h
Log Message:
-----------
Change source-file to use new file code which allows it to read from
stdin.
Commit: 7922f4ee7bd4c18509c6774971fd007a4c5a10e3
https://github.com/tmux/tmux/commit/7922f4ee7bd4c18509c6774971fd007a4c5a10e3
Author: Thomas Adam <[email protected]>
Date: 2019-12-12 (Thu, 12 Dec 2019)
Changed paths:
M Makefile.am
M cfg.c
M client.c
M cmd-capture-pane.c
M cmd-load-buffer.c
M cmd-queue.c
M cmd-save-buffer.c
M cmd-source-file.c
M control-notify.c
M control.c
A file.c
M server-client.c
M server-fn.c
M tmux.h
M window.c
Log Message:
-----------
Merge branch 'obsd-master'
Compare: https://github.com/tmux/tmux/compare/0d99519c3d35...7922f4ee7bd4
--
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].
To view this discussion on the web, visit
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/0d9951-7922f4%40github.com.