diff options
Diffstat (limited to 'transient')
| -rw-r--r-- | transient/history.el | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/transient/history.el b/transient/history.el new file mode 100644 index 0000000..e911e11 --- /dev/null +++ b/transient/history.el @@ -0,0 +1,21 @@ +((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")) + (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)) |
