1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-05 23:11:11 +02:00
zsh/Functions
Marc Finet 9ea817acda PATCH: 34333: vcs_info quilt: fix unapplied detection in subdir
When patches are applied, let quilt use .pc without forcing the
patch directory, this will fix the unapplied detection when being in
subdir.
When no patches are applied, use zstyle quilt-patch-dir then
QUILT_PATCHES then "patches" for path to search for patches.

Note: prefer setting quilt-patch-dir rather than QUILT_PATCHES for
absolute path because when patches are applied, quilt unapplied will
not return the correct list (i.e. the whole list rather that the one
specified by .pc/.quilt_series).
2015-01-22 00:15:20 +01:00
..
Calendar unposted (cf. 34218): : remove -m from zmodload calls 2015-01-10 18:06:43 -08:00
Chpwd 33047: use git to simplify massively source distribution file selection 2014-08-23 21:01:58 +01:00
Compctl 33047: use git to simplify massively source distribution file selection 2014-08-23 21:01:58 +01:00
Example 33047: use git to simplify massively source distribution file selection 2014-08-23 21:01:58 +01:00
Exceptions 33047: use git to simplify massively source distribution file selection 2014-08-23 21:01:58 +01:00
MIME 33047: use git to simplify massively source distribution file selection 2014-08-23 21:01:58 +01:00
Misc 30568: Add tetriscurses contrib function, port of tetris to zcurses 2015-01-09 12:49:56 +01:00
Newuser 33047: use git to simplify massively source distribution file selection 2014-08-23 21:01:58 +01:00
Prompts 33047: use git to simplify massively source distribution file selection 2014-08-23 21:01:58 +01:00
TCP 33047: use git to simplify massively source distribution file selection 2014-08-23 21:01:58 +01:00
VCS_Info PATCH: 34333: vcs_info quilt: fix unapplied detection in subdir 2015-01-22 00:15:20 +01:00
Zftp unposted (cf. 34218): : remove -m from zmodload calls 2015-01-10 18:06:43 -08:00
Zle 34067: safe tempfile creation, part 1 2014-12-27 23:59:29 -08:00
.cvsignore unposted: cvsignore VIM *.swp files 2003-05-05 06:14:49 +00:00
.distfiles 33047: use git to simplify massively source distribution file selection 2014-08-23 21:01:58 +01:00
README.zftp Initial revision 1999-06-08 09:26:01 +00:00

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.