From: Daniel Hahler Date: Sat, 9 May 2015 16:25:32 +0000 (+0200) Subject: minor: doc for _autoenv_hash_pair X-Git-Url: http://www.git.stargrave.org/?p=zsh-autoenv.git;a=commitdiff_plain;h=d6f37dbeb62469ddfef370ba1b161a20847dde9c minor: doc for _autoenv_hash_pair --- diff --git a/autoenv.zsh b/autoenv.zsh index aa44141..0587e2c 100644 --- a/autoenv.zsh +++ b/autoenv.zsh @@ -149,6 +149,7 @@ _autoenv_debug() { # Generate hash pair for a given file ($1). # A fixed hash value can be given as 2nd arg, but is used with tests only. +# The format is ":$file:$hash:$version". _autoenv_hash_pair() { local env_file=${1:A} local env_shasum=${2:-}