zsh-workers
 help / color / mirror / code / Atom feed
07a974941d7878857c786d7357006a039722b0d4 blob 486 bytes (raw)

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

# a portable 'readlink -f'
# forcing a subshell, to ensure chpwd() is not removed
# from the calling shell (if VCS_INFO_realpath() is called
# manually).

setopt localoptions NO_shwordsplit

(
    (( ${+functions[chpwd]} )) && unfunction chpwd
    (( ${#chpwd_functions} )) && chpwd_functions=()
    setopt chaselinks
    builtin cd $1 2>/dev/null && pwd
)
debug log:

solving 07a9749 ...
found 07a9749 in https://inbox.vuxu.org/zsh-workers/1267650366-11200-1-git-send-email-ft@bewatermyfriend.org/
found c0f48a4 in https://git.vuxu.org/mirror/zsh/
preparing index
index prepared:
100644 c0f48a4efe8d5685b075198b902b0cecb7d0b3bd	Functions/VCS_Info/VCS_INFO_realpath

applying [1/1] https://inbox.vuxu.org/zsh-workers/1267650366-11200-1-git-send-email-ft@bewatermyfriend.org/
diff --git a/Functions/VCS_Info/VCS_INFO_realpath b/Functions/VCS_Info/VCS_INFO_realpath
index c0f48a4..07a9749 100644

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

index at:
100644 07a974941d7878857c786d7357006a039722b0d4	Functions/VCS_Info/VCS_INFO_realpath

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).