Merge branch 'sg/complete-decorate-full-not-long'
The completion for "log --decorate=" parameter value was incorrect. * sg/complete-decorate-full-not-long: completion: fix and update 'git log --decorate=' options
This commit is contained in:
@ -1448,7 +1448,7 @@ _git_log ()
|
|||||||
return
|
return
|
||||||
;;
|
;;
|
||||||
--decorate=*)
|
--decorate=*)
|
||||||
__gitcomp "long short" "" "${cur##--decorate=}"
|
__gitcomp "full short no" "" "${cur##--decorate=}"
|
||||||
return
|
return
|
||||||
;;
|
;;
|
||||||
--*)
|
--*)
|
||||||
|
Reference in New Issue
Block a user