diff options
| author | Kyle Meyer <kyle@kyleam.com> | 2015-08-15 11:37:39 -0400 |
|---|---|---|
| committer | Kyle Meyer <kyle@kyleam.com> | 2015-08-15 11:37:39 -0400 |
| commit | 3109b70e40374492456cac6393b3e00fa2a7345b (patch) | |
| tree | 6e3eb6f1443123643081e66a4cdebd5bbc754658 /lisp | |
| parent | fdefb34fd8f97cd845ca8243f104d13e5e7b2ca9 (diff) | |
fix quoting in last commit
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/magit-commit.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/magit-commit.el b/lisp/magit-commit.el index 63487aa..54a5bb0 100644 --- a/lisp/magit-commit.el +++ b/lisp/magit-commit.el @@ -87,7 +87,7 @@ an error while using those is harder to recover from." (magit-invoke-popup 'magit-commit-popup nil arg))) (defvar magit-commit-popup - '(:variable 'magit-commit-arguments + '(:variable magit-commit-arguments :man-page "git-commit" :switches ((?a "Stage all modified and deleted files" "--all") (?e "Allow empty commit" "--allow-empty") |
