X-Git-Url: https://git.distorted.org.uk/~mdw/tig/blobdiff_plain/b5c18d9d6f568c0779d3f5d7e12eb3dffe3603da..8897e66a80af5e60266d03d01e55bd9183f043e7:/manual.txt diff --git a/manual.txt b/manual.txt index b976ece..372391e 100644 --- a/manual.txt +++ b/manual.txt @@ -345,6 +345,21 @@ M Resolve unmerged file by launching git-mergetool(1). Note, to work \ preferred merge tool. See the manpage of git-mergetool(1). ----------------------------------------------------------------------------- +[[external-commands]] +External Commands +~~~~~~~~~~~~~~~~~ + +Tig also comes with a few builtin external commands. These are simple shell +commands that are run and can take arguments from the current browsing state, +such as the current commit ID. The default commands are: + +`-------`-------------------------------------------------------------------- +Key Action +----------------------------------------------------------------------------- +C git cherry-pick %(commit) +G git gc +----------------------------------------------------------------------------- + [[refspec]] Revision Specification ----------------------