Andr3as / Codiad-CodeGit

Git integration for Codiad
MIT License
26 stars 15 forks source link

Option for disabling git diff on commit #33

Closed metrax closed 8 years ago

metrax commented 8 years ago

I had the case that i need to remove csv files with > 5MB. On trying to commit it with codiad, it tried to create a git diff at the commit tab. First FF & Chrome were hanging, than later both crashed.

It would be nice to have an option for disabling the automatic "git diff" when opening the commit tab.

(i've fixed it by using the command line git client, but not every user has this possibility)