]> Sergey Matveev's repositories - zsh-autoenv.git/commit
Some more refactoring, adding support for `autoenv_source_parent`
authorDaniel Hahler <git@thequod.de>
Mon, 24 Nov 2014 16:48:51 +0000 (17:48 +0100)
committerDaniel Hahler <git@thequod.de>
Mon, 24 Nov 2014 19:13:18 +0000 (20:13 +0100)
commitd9ff71ac1dd62f309e4c6d669149f766cb3399ec
treef99b3140594bd55cfb5198ef32679fdc004fceb1
parentbcec00d2dd5e8f12fd0f6ef0e53a9e61961db5b6
Some more refactoring, adding support for `autoenv_source_parent`

 - use file mtime with "entered" stack
 - fix loading of varstash; look at $functions
 - Refactor stack handling, add tests
 - Refactor `_autoenv_get_file_upwards`, add tests
 - tests: setup: reset AUTOENV_ENV_FILENAME
autoenv.zsh
tests/_autoenv_stack.t [new file with mode: 0644]
tests/_autoenv_utils.t [new file with mode: 0644]
tests/recurse-upwards.t [new file with mode: 0644]
tests/setup.sh
tests/varstash.t