Fork me on GitHub
#emacs
<
2017-10-25
>
adamfrey17:10:46

does anyone know how to get a list of all the files that have uncommited changes in Emacs? Either through vc.el or magit?

chris17:10:38

in what context?

chris17:10:58

magit-status has a list you can commit, or do you want it from elisp?

chris17:10:35

magit has magit-unstaged-files

chris17:10:02

and also magit-untracked-files

adamfrey18:10:50

that's helpful thanks chris