mc/src
slowpeek db77fd5a0c Ticket #4559: extfs: u7z: bug with nested dirs in mkdir action.
The -w option sets the working directory for the temporary archive 7-zip
builds when modifying an existing one. The option cant be used to set
the base path inside an archive when adding something into it.

When adding something to a 7z archive by its absolute path, 7zip only
uses the last part of the path by default. E.g. `7z a 1.7z
/tmp/a/b/date.txt` would add date.txt to the root dir inside the
archive. If we wanted the file to be under `a/b/` inside the archive as
well, it should be `7z a 1.7z /tmp/a`.

Closes MidnightCommander/mc#202.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2024-07-28 14:53:57 +03:00
..
consaver Indentation using GNU indent-2.2.13. 2024-06-02 12:49:13 +03:00
diffviewer Indentation using GNU indent-2.2.13. 2024-06-02 12:49:13 +03:00
editor Ticket #4562: mcedit: don't apply macros to the pasted text. 2024-07-21 19:57:00 +03:00
filemanager filemanager: use correct type for results of `read` in `mmap` fallback 2024-07-28 10:00:52 +02:00
man2hlp Update copyright years. 2024-01-01 09:46:17 +03:00
subshell Ticket #4549: subshell: call execl with argv[0] being the actual path to Bash. 2024-06-20 21:02:55 +03:00
vfs Ticket #4559: extfs: u7z: bug with nested dirs in mkdir action. 2024-07-28 14:53:57 +03:00
viewer warnings: mute unused variable warning 2024-06-03 21:06:19 +02:00
.gitignore
Makefile.am buildsys: fix build on macOS with libssh2 present via homebrew 2024-06-02 12:49:13 +03:00
args.c Indentation using GNU indent-2.2.13. 2024-06-02 12:49:13 +03:00
args.h mceditor: refactoring. 2024-04-07 16:06:16 +03:00
background.c Indentation using GNU indent-2.2.13. 2024-06-02 12:49:13 +03:00
background.h
clipboard.c Indentation using GNU indent-2.2.13. 2024-06-02 12:49:13 +03:00
clipboard.h
cons.handler.c Update copyright years. 2024-01-01 09:46:17 +03:00
events_init.c Indentation using GNU indent-2.2.13. 2024-06-02 12:49:13 +03:00
events_init.h Use argument names in function declarations. 2021-06-20 15:14:56 +03:00
execute.c Indentation using GNU indent-2.2.13. 2024-06-02 12:49:13 +03:00
execute.h Merge lib/utilunix.h into lib/util.h. 2024-04-07 16:38:11 +03:00
file_history.c Indentation using GNU indent-2.2.13. 2024-06-02 12:49:13 +03:00
file_history.h
help.c Indentation using GNU indent-2.2.13. 2024-06-02 12:49:13 +03:00
help.h Fix various typos in the source code (closes MidnightCommander/mc#177). 2023-01-28 21:38:05 +03:00
history.h Add macros for select/unselect histories. 2022-04-10 17:43:44 +03:00
keymap.c Indentation using GNU indent-2.2.13. 2024-06-02 12:49:13 +03:00
keymap.h
learn.c Indentation using GNU indent-2.2.13. 2024-06-02 12:49:13 +03:00
learn.h
main.c Ticket #4535: change name of temporary drirectory. 2024-05-13 21:48:35 +03:00
selcodepage.c Indentation using GNU indent-2.2.13. 2024-06-02 12:49:13 +03:00
selcodepage.h
setup.c Indentation using GNU indent-2.2.13. 2024-06-02 12:49:13 +03:00
setup.h Fix various typos in the source code (closes MidnightCommander/mc#177). 2023-01-28 21:38:05 +03:00
textconf.c textconf.c: features: fix capital letters. 2024-04-07 16:06:16 +03:00
textconf.h
usermenu.c Indentation using GNU indent-2.2.13. 2024-06-02 12:49:13 +03:00
usermenu.h usermenu: clarify compilation w/o internal editor. 2023-03-19 20:34:24 +03:00
util.c Indentation using GNU indent-2.2.13. 2024-06-02 12:49:13 +03:00
util.h