branch: elpa/git-commit
commit 36d5aaac5e89190c8048a4baaec9170c0ba47aa6
Author: Jonas Bernoulli <jo...@bernoul.li>
Commit: Jonas Bernoulli <jo...@bernoul.li>

    magit-fetch: Cosmetics
---
 lisp/magit-fetch.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/magit-fetch.el b/lisp/magit-fetch.el
index a82d6e2303..003d1e8ac3 100644
--- a/lisp/magit-fetch.el
+++ b/lisp/magit-fetch.el
@@ -37,7 +37,7 @@
   ["Arguments"
    ("-p" "Prune deleted branches" ("-p" "--prune"))
    ("-t" "Fetch all tags" ("-t" "--tags"))
-   (7 "-u" "Fetch full history" "--unshallow")
+   ("-u" "Fetch full history" "--unshallow" :level 7)
    ("-F" "Force" ("-f" "--force"))]
   ["Fetch from"
    ("p" magit-fetch-from-pushremote)

Reply via email to