-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Magit-Popup | ||
|
||
This package implements a generic interface for toggling switches | ||
and setting options and then invoking an Emacs command which does | ||
something with these arguments. The prototypical use is for the | ||
command to call an external process, passing on the arguments as | ||
command line arguments. But this is only one of many possible | ||
uses (though the one this library is optimized for). | ||
|
||
Magit still used Magit-Popup but is going to be switch to a cleaner | ||
and more flexible implementation, once that has been written. Even | ||
after that Magit-Popup will remain available and receive bug fixes, | ||
so that third-party packages can continue to use it. | ||
|
||
- [Magit-Popup User Manual](https://magit.vc/manual/magit-popup) | ||
- [Finally replace magit-popup with a more capable implementation](https://github.com/magit/magit/issues/2957) |