mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-27 04:40:59 +01:00
This makes %b expand to a refname rather than a sha1 when HEAD is detached but happens to match some ref (branch, tag, etc). The resulting output will typically contain a slash (e.g., "tags/v1.0.2", "heads/mybranch"), which helps distinguish it from the output in the "HEAD is a symbolic ref" case. |
||
|---|---|---|
| .. | ||
| Calendar | ||
| Chpwd | ||
| Compctl | ||
| Example | ||
| Exceptions | ||
| 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.