zsh-workers
 help / color / mirror / code / Atom feed
0e6a8b0ede4f8e96a45f70f113de45482bfca696 blob 306 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
 
## vim:ft=zsh
## Written by Frank Terbeck <ft@bewatermyfriend.org>
## Distributed under the same BSD-ish license as zsh itself.

setopt localoptions extendedglob NO_shwordsplit
local base=${1%%/##}

[[ $(pwd -P) == ${base}/* ]] || {
    printf '.'
    return 1
}
printf '%s' "${$(pwd -P)#$base/}"
return 0
debug log:

solving 0e6a8b0 ...
found 0e6a8b0 in https://inbox.vuxu.org/zsh-workers/20140928171033.GA11234@cheyenne/
found 1c16f0e in https://git.vuxu.org/mirror/zsh/
preparing index
index prepared:
100644 1c16f0e7b1b44af412aad933417d81c2a2907888	Functions/VCS_Info/VCS_INFO_reposub

applying [1/1] https://inbox.vuxu.org/zsh-workers/20140928171033.GA11234@cheyenne/
diff --git a/Functions/VCS_Info/VCS_INFO_reposub b/Functions/VCS_Info/VCS_INFO_reposub
index 1c16f0e..0e6a8b0 100644

Checking patch Functions/VCS_Info/VCS_INFO_reposub...
Applied patch Functions/VCS_Info/VCS_INFO_reposub cleanly.

index at:
100644 0e6a8b0ede4f8e96a45f70f113de45482bfca696	Functions/VCS_Info/VCS_INFO_reposub

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).