jacogr / atom-git-control

Not maintained :(
MIT License
227 stars 70 forks source link

Add amend commit feature #201

Open hiro0107 opened 7 years ago

hiro0107 commented 7 years ago

Implement amend commit feature

ericcornelissen commented 7 years ago

Works for me on windows 👍

I would like to see one change tho, I think the amend checkbox should be disabled by default when opening the commit dialog. But currently the checkbox stays checked after an --amend commit was made.

hiro0107 commented 7 years ago

@ericcornelissen Thank you for reviewing my code

I fixed the code as your request

gforge commented 6 years ago

Added the previous log in my fork: https://github.com/gforge/atom-git-control/commit/c0239fa305194950497d6529dcb4c97b0f534c23

This fork also contains some of the directory bug fixes