Skip to content

Commit

Permalink
Upadte bash completion with --full flag for git count.
Browse files Browse the repository at this point in the history
  • Loading branch information
Havocesp authored and havocesp committed Nov 7, 2023
1 parent 1acf8d9 commit a3c3d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/bash_completion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ _git_contrib(){
}

_git_count(){
__gitcomp "--all"
__gitcomp "--all --full"
}

__git_cp(){
Expand Down

0 comments on commit a3c3d1b

Please sign in to comment.