kynan/nbstripout

nbstripout installation causes incorrect 'git status' results

开放

#65 创建于 2017年8月7日

 (19 条评论) (7 个反应) (1 位负责人)Python (102 个派生)batch import
help wantedstate:needs follow uptype:bug

仓库指标

星标
 (1,477 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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

贡献者指南