mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-28 17:10:59 +01:00
Git 2.25 introduced a change to how git rev-parse --show-toplevel behaves. Traditionally, it succeeded with no output if the user was in a bare repository. Now it dies, printing an error to standard error. Consequently, when the user is in a bare repository with a newer Git, vcs_info prints noisily to standard error. While this is functionally harmless, it is annoying for the shell to print messages from Git every time the prompt is printed, so let's silence the error message. |
||
|---|---|---|
| .. | ||
| Calendar | ||
| Chpwd | ||
| Compctl | ||
| Example | ||
| Exceptions | ||
| Math | ||
| MIME | ||
| Misc | ||
| Newuser | ||
| Prompts | ||
| TCP | ||
| VCS_Info | ||
| Zftp | ||
| Zle | ||
| .cvsignore | ||
| .distfiles | ||
| README.zftp | ||
The Zftp directory contains a set of functions acting as a front end to the zftp command, provided as an add-on module. They allow you to perform FTP tasks from within the shell using as many of the shell's own facilities as possible. For more information, see the zshzftpsys manual page.