Merge branch 'js/ref-namespaces'
* js/ref-namespaces: ref namespaces: tests ref namespaces: documentation ref namespaces: Support remote repositories via upload-pack and receive-pack ref namespaces: infrastructure Fix prefix handling in ref iteration functions
This commit is contained in:
@ -1469,7 +1469,7 @@ _git_help ()
|
||||
__gitcomp "$__git_all_commands $(__git_aliases)
|
||||
attributes cli core-tutorial cvs-migration
|
||||
diffcore gitk glossary hooks ignore modules
|
||||
repository-layout tutorial tutorial-2
|
||||
namespaces repository-layout tutorial tutorial-2
|
||||
workflows
|
||||
"
|
||||
}
|
||||
@ -2640,6 +2640,7 @@ _git ()
|
||||
--exec-path
|
||||
--html-path
|
||||
--work-tree=
|
||||
--namespace=
|
||||
--help
|
||||
"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user