diff options
| author | Øystein Walle <oystwa@gmail.com> | 2013-09-22 12:48:24 +0200 |
|---|---|---|
| committer | Frank Terbeck <ft@bewatermyfriend.org> | 2013-09-22 14:01:13 +0200 |
| commit | ab05a3d6d48ffaa9bb17621fe5843cd8a446d078 (patch) | |
| tree | 716a3c199da67669b3813a6958ed904a77c270da /Completion/Unix | |
| parent | 31748: _git: support completing remote branches without <remote>/ prefix (diff) | |
| download | zsh-ab05a3d6d48ffaa9bb17621fe5843cd8a446d078.tar zsh-ab05a3d6d48ffaa9bb17621fe5843cd8a446d078.tar.gz zsh-ab05a3d6d48ffaa9bb17621fe5843cd8a446d078.tar.bz2 zsh-ab05a3d6d48ffaa9bb17621fe5843cd8a446d078.tar.lz zsh-ab05a3d6d48ffaa9bb17621fe5843cd8a446d078.tar.xz zsh-ab05a3d6d48ffaa9bb17621fe5843cd8a446d078.tar.zst zsh-ab05a3d6d48ffaa9bb17621fe5843cd8a446d078.zip | |
31749: _git: fix some typos in description texts
Diffstat (limited to 'Completion/Unix')
| -rw-r--r-- | Completion/Unix/Command/_git | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git index 9d074536a..eaff1b30a 100644 --- a/Completion/Unix/Command/_git +++ b/Completion/Unix/Command/_git @@ -1930,7 +1930,7 @@ _git-config () { diff.ignoreSubmodules:'ignore submodules::->bool:false' diff.statGraphWidth:'width of the graph part in --stat output:width:->int' diff.submodule:'output format for submodule differences::->diff.submodule:short' - diff.suppressBlankEmpty:'inbihit printing space before empty output lines::->bool:false' + diff.suppressBlankEmpty:'inhibit printing space before empty output lines::->bool:false' diff.tool:'diff tool to use::__git_difftools' 'difftool.*.cmd:command to invoke for the diff tool::_path_commands' 'difftool.*.path:path to use for the diff tool:absolute diff tool path:_files -g "*(*)"' @@ -2034,7 +2034,7 @@ _git-config () { http.sslCAPath:'directory containing files with CA certificates to verify against for HTTPS:CA certificates directory:_directories' http.sslTry:'attempt to use AUTH SSL/TLS and encrypted data transfers when connecting via regular FTP protocol::->bool:false' http.maxRequests:'how many HTTP requests to launch in parallel:maximum number of requests::->int:5' - http.minSessions:'number of curl sessions to keep across requests:mininmum number of sessions::->int:1' + http.minSessions:'number of curl sessions to keep across requests:minimum number of sessions::->int:1' http.postBuffer:'maximum size of buffer used by smart HTTP transport when POSTing:maximum POST buffer size:->bytes:1m' |
