pijul add --force know adds ignored files
[?]
Jan 8, 2021, 7:18 AM
TPQHDDNCTXOCKCPI2ET24OKEVR4N27IMI3SUBII7YI7BEGRXGEMQCDependencies
- [2]
AFWNXPBKPrevent the addition of .pijul to the repository - [3]
4OCC6D42Recursive add - [4]
4VWXL6KQCorrect handling of ignore files - [*]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [*]
TZVUNELWDocumentation comments
Change contents
- edit in pijul/src/commands/file_operations.rs at line 96[3.66][7.331]
#[clap(short = 'f', long = "force")]force: bool, - replacement in pijul/src/commands/file_operations.rs at line 115
if !libpijul::working_copy::filesystem::filter_ignore(repo_path.as_ref(),path.as_ref(),meta.is_dir(),) {if !self.force&& !libpijul::working_copy::filesystem::filter_ignore(repo_path.as_ref(),path.as_ref(),meta.is_dir(),){