This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Tree-view and git-diff not updated after committing changes #1700
Open
Description
Prerequisites
- Have you tried to reproduce the problem in Safe Mode? Yes
- Have you followed all applicable steps in the debugging guide? Yes
- Have you checked the FAQs on the message board for common solutions? Yes
- Have you checked that your issue isn't already filed? Yes
Description
tree-view and git-diff still showing changes after committing those changes.
Steps to Reproduce
- Change some files (shown as changed in tree-view and git-diff)
- Commit the changes using github package
Expected behavior:
Changes no longer shown in tree-view and git-diff
Actual behavior:
Changes still shown
Changes correctly no longer shown when committing via terminal. Atom detects the commit and updates appropriately.
Reproduces how often:
100%
Versions
Atom : 1.30.0
Electron: 2.0.5
Chrome : 61.0.3163.100
Node : 8.9.3
apm 1.19.0
npm 3.10.10
node 6.9.5 x64
atom 1.30.0
python 2.7.12
git 2.7.4
Ubuntu 16.04
Additional Information
atom/tree-view#1240 and atom/atom#17994 may be related but there is no problem for me when committing via terminal, just when committing via Atom.