diff options
author | Teddy Wing | 2019-12-04 23:36:39 +0100 |
---|---|---|
committer | Teddy Wing | 2019-12-04 23:36:39 +0100 |
commit | c04896b3347b4359c8eb9e8bcfe2c4cd4d45b9af (patch) | |
tree | af85d4506aaa31d2e90253925869d24744090187 /code-review.bash-completion | |
parent | d691030b0a8b354be0ea158990b3994284502c33 (diff) | |
download | code-review-c04896b3347b4359c8eb9e8bcfe2c4cd4d45b9af.tar.bz2 |
Add 'code-review-log'
Wraps `git log` to show commits since the merge base.
Diffstat (limited to 'code-review.bash-completion')
-rw-r--r-- | code-review.bash-completion | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code-review.bash-completion b/code-review.bash-completion index 44cad18..f9a3e61 100644 --- a/code-review.bash-completion +++ b/code-review.bash-completion @@ -17,7 +17,7 @@ function _code_review () { local cur - local subcommands="changed-files commits diff difftool start stat" + local subcommands="changed-files commits diff difftool log start stat" COMPREPLY=() cur=${COMP_WORDS[COMP_CWORD]} |