mirror of
https://git.savannah.gnu.org/git/tar.git
synced 2026-09-06 00:06:54 +00:00
Exclude VCS directory with writing from an archive
See https://savannah.gnu.org/bugs/?62859
This commit is contained in:
committed by
Sergey Poznyakoff
parent
4177c98bcc
commit
4f814e0e4c
+1
-1
@@ -348,7 +348,7 @@ handle_file_selection_option (int key, const char *arg)
|
||||
break;
|
||||
|
||||
case EXCLUDE_VCS_OPTION:
|
||||
add_exclude_array (vcs_file_table, 0);
|
||||
add_exclude_array (vcs_file_table, FNM_LEADING_DIR);
|
||||
break;
|
||||
|
||||
case EXCLUDE_VCS_IGNORES_OPTION:
|
||||
|
||||
Reference in New Issue
Block a user