This feature is to delegate execution of unrecognized commands to git. This allows using pag as an alias of git.
e.g: 'pag who -n' redirects to 'git who -n'
Very cool.
@hguemar, can you link us to the upstream commit or PR that has the code mentioned in your FIXME comment here? I'd like to track it so we can update in the future.
FIXME
Aye, sir!
rebased
:+1: Thanks!
Pull-Request has been merged by ralph
This feature is to delegate execution of unrecognized commands
to git. This allows using pag as an alias of git.
e.g: 'pag who -n' redirects to 'git who -n'