diff options
Diffstat (limited to '')
| -rw-r--r-- | transient/history.el | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/transient/history.el b/transient/history.el deleted file mode 100644 index 23b9476..0000000 --- a/transient/history.el +++ /dev/null @@ -1,22 +0,0 @@ -((magit-branch nil) - (magit-commit nil) - (magit-diff - ("--no-ext-diff" "--stat")) - (magit-dispatch nil) - (magit-file-dispatch nil) - (magit-gitignore nil) - (magit-log - ("-n256" "--graph" "--decorate") - ("-n256" "--graph" "--color" "--decorate")) - (magit-merge nil) - (magit-pull nil) - (magit-push nil) - (magit-rebase nil) - (magit-reset nil) - (magit-revert - ("--edit")) - (magit-revision-history "ORIG_HEAD") - (magit-run nil) - (magit-show-refs nil) - (magit-stash nil) - (magit-tag nil)) |
