kynan/nbstripout

nbstripout installation causes incorrect 'git status' results

Open

#65 ouverte le 7 août 2017

Voir sur GitHub
 (19 commentaires) (7 réactions) (1 assigné)Python (90 forks)batch import
help wantedstate:needs follow uptype:bug

Métriques du dépôt

Stars
 (1 047 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

I seem to see changes for notebooks I haven't touched since I installed nbstripout. Interestingly, when I uninstall nbstripout and install it again, the changes are gone. Besides general performance issue, this prevents us from adopting nbstripout as a team.

 $ git status
On branch master
Your branch is up-to-date with 'origin/master'.
Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git checkout -- <file>..." to discard changes in working directory)
... list of notebooks I haven't touched ...

----(after uninstall nbstripout and install it again)---

 $ git status
On branch master
Your branch is up-to-date with 'origin/master'.
nothing to commit, working tree clean

Guide contributeur