Merge branch 'sg/complete-untracked-filter'
* sg/complete-untracked-filter: completion: improve untracked directory filtering for filename completion
This commit is contained in:
@ -901,7 +901,7 @@ _git_add ()
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
# XXX should we check for --update and --all options ?
|
# XXX should we check for --update and --all options ?
|
||||||
__git_complete_index_file "--others --modified"
|
__git_complete_index_file "--others --modified --directory --no-empty-directory"
|
||||||
}
|
}
|
||||||
|
|
||||||
_git_archive ()
|
_git_archive ()
|
||||||
@ -1063,7 +1063,7 @@ _git_clean ()
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
# XXX should we check for -x option ?
|
# XXX should we check for -x option ?
|
||||||
__git_complete_index_file "--others"
|
__git_complete_index_file "--others --directory"
|
||||||
}
|
}
|
||||||
|
|
||||||
_git_clone ()
|
_git_clone ()
|
||||||
|
Reference in New Issue
Block a user