Merge branch 'sg/complete-help-undup'
* sg/complete-help-undup: completion: remove 'help' duplicate from porcelain commands
This commit is contained in:
		| @ -585,7 +585,7 @@ __git_list_porcelain_commands () | ||||
| { | ||||
| 	local i IFS=" "$'\n' | ||||
| 	__git_compute_all_commands | ||||
| 	for i in "help" $__git_all_commands | ||||
| 	for i in $__git_all_commands | ||||
| 	do | ||||
| 		case $i in | ||||
| 		*--*)             : helper pattern;; | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Junio C Hamano
					Junio C Hamano