mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-10 12:40:58 +02:00
Before this commit, the value of %b was the hash of the commit from the "source" side of the rebase, from .git/rebase-apply/orig-head and .git/rebase-apply/original-commit. This broke the invariant that %b expands to a git-rev-parse(1) expression resolving to what %r expands to. Use .git/rebase-apply/onto instead as, empirically, it contains the correct value. |
||
---|---|---|
.. | ||
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.