mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-30 02:52:12 +01:00
40d9681b62
Ask git-describe(1) and git-name-rev(1) to compute a gitrevisions(7) name in terms of a branch or tag that contains (= is a descendant of, is younger than) HEAD. In this repository, the output changes from "9567bfe..." to "master~1" or "remotes/origin/HEAD~1". This would also happen during bisects, e.g., "bisect/bad~22". |
||
---|---|---|
.. | ||
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.