diff options
| author | Junio C Hamano <gitster@pobox.com> | 2024-11-25 12:29:48 +0900 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-11-25 12:29:48 +0900 |
| commit | b3ba1efa5016f206f22c6467c66214719dcc55cf (patch) | |
| tree | 7f39128d0bae48427081c1dc4f484443a79787cf /contrib/completion/git-completion.bash | |
| parent | 00c388f48783616222bfcb87dc2597549ddfde70 (diff) | |
| parent | 41869f7447a5b9e904aaa9aa5b77e7ce49b7292a (diff) | |
| download | git-b3ba1efa5016f206f22c6467c66214719dcc55cf.tar.gz | |
Merge branch 'ak/typofixes' into maint-2.47
Typofixes.
* ak/typofixes:
t: fix typos
t/helper: fix a typo
t/perf: fix typos
t/unit-tests: fix typos
contrib: fix typos
compat: fix typos
Diffstat (limited to 'contrib/completion/git-completion.bash')
| -rw-r--r-- | contrib/completion/git-completion.bash | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index 60a22d619a..3d4dff3185 100644 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -3296,7 +3296,7 @@ __gitcomp_directories () # i.e. which are *already* part of their # sparse-checkout. Thus, normal file and directory # completion is always useless for "git - # sparse-checkout add" and is also probelmatic for + # sparse-checkout add" and is also problematic for # "git sparse-checkout set" unless using it to # strictly narrow the checkout. COMPREPLY=( "" ) @@ -3698,7 +3698,7 @@ _git_worktree () # Here we are not completing an --option, it's either the # path or a ref. case "$prev" in - -b|-B) # Complete refs for branch to be created/reseted. + -b|-B) # Complete refs for branch to be created/reset. __git_complete_refs ;; -*) # The previous word is an -o|--option without an |
