mirror of
https://github.com/denisidoro/navi.git
synced 2026-01-23 02:14:19 +00:00
Added a small note for later on git's behaviour
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
This commit is contained in:
parent
75eb558198
commit
0a87eaf100
1 changed files with 4 additions and 0 deletions
|
|
@ -31,5 +31,9 @@ pub fn main(name: Option<String>) -> Result<()> {
|
|||
// TODO: Sanitize the cheatsheet folder of any file that is not a cheat file
|
||||
// Ref: https://github.com/denisidoro/navi/issues/733
|
||||
|
||||
// Note for later, git considers the files as deleted
|
||||
// maybe we should sanitize the repo before doing the actual pull and then
|
||||
// reintegrate the logic found in repo/add.rs ?
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue