vermiculus / magithub

**DEPRECATED - please use Forge instead!** -- Magit-based interfaces to GitHub
GNU General Public License v3.0
579 stars 63 forks source link

Use Git configuration properties instead of toggles and variables #265

Closed vermiculus closed 6 years ago

vermiculus commented 6 years ago

Introduce a new, simpler paradigm for controlling Magithub. While perhaps not as powerful as defcustom forms, using Git variables allows Magithub to tightly integrate with existing Magit functionality using magit-popup and to easily control settings on a repository-by-repository basis with Magit's existing tools.

Fix #261. Fix #233. Related to #221.