]> Sergey Matveev's repositories - zsh-autoenv.git/shortlog
zsh-autoenv.git
2015-03-29 Daniel HahlerDo not reset the stack variables when (re)sourcing...
2015-03-29 Arash RouhaniMerge pull request #25 from blueyed/set-errexit-during...
2015-03-15 Daniel Hahlertests: setopt errexit during setup
2015-02-18 Joe BlockAdd zgen instructions
2015-01-26 Daniel HahlerMerge pull request #22 from Tarrasch/improve-and-test...
2015-01-25 Daniel HahlerMakefile: add clean target
2015-01-25 Daniel Hahlertests: setup.sh: doc / more verbose
2015-01-25 Daniel Hahlertests: abort if setup fails!
2015-01-25 Daniel HahlerTest env for invalid zsh module_path, where zsh/zstat...
2015-01-25 Daniel HahlerImprove zsh/zstat integration; also make it handle...
2015-01-25 Daniel HahlerImprove ZDOTDIR setting in Makefile
2015-01-20 Daniel HahlerMerge branch 'allow-disable'
2015-01-20 Daniel HahlerAdd support for $AUTOENV_DISABLED, which skips the...
2015-01-20 Daniel HahlerMerge pull request #19 from Tarrasch/fix-symlink-handling
2015-01-19 Daniel HahlerFix symlink handling, especially for symlinks not below...
2015-01-19 Daniel Hahlermake: fix calling tests files directly
2015-01-19 Arash RouhaniMerge pull request #18 from qur2/master
2015-01-19 Aurélien ScoubeauCreate init.zsh to make compatible with prezto
2015-01-17 Daniel HahlerMakefile: use CURDIR instead of PWD; used with 'make...
2015-01-17 Daniel HahlerMerge pull request #17 from Tarrasch/dont-cd-in-chpwd
2015-01-17 Daniel HahlerDo not `cd` in the `chpwd` hook
2015-01-17 Daniel HahlerSet autoenv_env_file in _autoenv_source
2015-01-17 Daniel HahlerMinor cleanup: centralize call to _autoenv_stack_entere...
2014-12-18 Daniel Hahlervarstash: use '==' for consistency
2014-12-18 Daniel Hahlertest_full: output extra newline between suites/variants
2014-12-18 Daniel Hahlervarstash: fix pattern in stash
2014-12-18 Daniel Hahlervarstash: remove all usages of =~
2014-12-18 Daniel HahlerHandle failure of loading zsh/stat
2014-12-18 Daniel Hahlervarstash: no need to use regex, avoids 'failed to load...
2014-12-11 Daniel HahlerREADME: add section about manual installation
2014-12-11 Daniel HahlerFix being loaded from a function (antigen)
2014-12-09 Daniel HahlerFix autoloading of colors; just once
2014-12-09 Daniel HahlerInit arrays (see #14)
2014-12-09 Daniel Hahlerminor: fix debug message ordering
2014-12-08 Daniel HahlerMerge pull request #16 from Tarrasch/tests-with-clobber
2014-12-08 Daniel Hahlertests: setup for multiple ZDOTDIRs, fix/add "setopt...
2014-12-08 Srijan R ShettyCreate $AUTHENV_ENV_FILENAME if it does not exist
2014-12-08 Daniel HahlerFixes after using `setopt nounset` during tests
2014-12-04 Daniel HahlerMerge pull request #12 from Tarrasch/autounstash-on...
2014-12-04 Daniel HahlerMerge pull request #13 from Tarrasch/fix-newline-handli...
2014-12-04 Daniel HahlerCall `autounstash` automatically/always when leaving...
2014-12-04 Daniel HahlerAdd doc for _autoenv_deauthorize
2014-12-04 Daniel HahlerEncapsulate the file name in the hash pair for stricter...
2014-12-04 Daniel HahlerREADME: build status: use master branch, and .svg
2014-12-04 Daniel HahlerFix _autoenv_deauthorize with regard to newline handlin...
2014-12-04 Daniel HahlerHandle missing $1 in _autoenv_hash_pair
2014-12-02 Daniel Hahlergitignore tests/*.err
2014-12-02 Daniel HahlerRemove underscore prefix from vars provided for .env...
2014-11-29 Daniel HahlerUse ${PWD:A} when checking for leave event
2014-11-27 Daniel HahlerMerge pull request #8 from blueyed/next
2014-11-27 Daniel HahlerImprove interactive prompt
2014-11-27 Daniel HahlerMake env_shasum local in _autoenv_hash_pair
2014-11-26 Daniel HahlerAdd debugging, via AUTOENV_DEBUG>1
2014-11-26 Daniel HahlerMakefile: use test by default, improve for \*.t
2014-11-25 Daniel HahlerFix $PWD while sourcing .env file - should be dir of...
2014-11-24 Daniel HahlerRename $_autoenv_this_dir to $_autoenv_source_dir
2014-11-24 Daniel HahlerFix handling of stack for leave, add to stack for autoe...
2014-11-24 Daniel Hahlertests: use sed to prepend to .env file
2014-11-24 Daniel HahlerFix _autoenv_get_file_upwards for older Zsh
2014-11-24 Daniel HahlerSome more refactoring, adding support for `autoenv_sour...
2014-11-24 Daniel HahlerUse AUTOENV prefix
2014-11-24 Daniel HahlerCleanup
2014-11-24 Daniel HahlerStreamline cwd behavior while sourcing
2014-11-24 Daniel Hahlertests: add and use test_autoenv_add_to_env and test_aut...
2014-11-24 Daniel Hahlers/ENV_AUTHORIZATION_FILE/AUTOENV_ENV_FILENAME/
2014-11-24 Daniel HahlerComments / doc
2014-11-24 Daniel Hahlervarstash integration
2014-11-24 Daniel HahlerAdopt varstash from http://github.com/cxreg/smartcd
2014-11-24 Daniel HahlerAdd varstash from smartcd
2014-11-24 Daniel Hahlertests: inject '-t 1' to `read` during tests
2014-11-24 Daniel Hahlertests: add setup script, used to be for all tests
2014-11-24 Daniel HahlerSet DOTENV_LOOK_UPWARDS=1 by default
2014-11-24 Daniel HahlerMakefile: add targets for tests/*.t
2014-11-16 Daniel HahlerSet DOTENV_LOOK_UPWARDS=1 by default
2014-11-16 Daniel HahlerAdd tests for $PWD during enter and leave events
2014-11-16 Daniel HahlerMerge pull request #4 from blueyed/improvements
2014-11-16 Daniel HahlerUse 'test' as target for tests (common sense)
2014-11-16 Daniel Hahlerdoc / small refactoring according to feedback
2014-11-15 Daniel Hahler_dotenv_source: use 'builtin cd' and stored dir instead...
2014-11-15 Daniel HahlerWrap sourcing in _dotenv_source: chdir and set _dotenv_...
2014-11-15 Daniel HahlerCheck for file existence in _dotenv_check_authorized_en...
2014-11-15 Daniel HahlerCleanup, and fixes (absolute path for env_file)
2014-11-15 Daniel HahlerAdd a test for DOTENV_HANDLE_LEAVE=0
2014-11-15 Daniel HahlerVarious improvements
2014-11-15 Daniel HahlerUse 'local' in functions
2014-11-15 Daniel HahlerUse escaped grep command, skipping aliases
2013-09-16 Arash RouhaniAdd bitdeli badge
2013-09-08 Arash RouhaniForgot trailing white space
2013-09-08 Arash RouhaniAdd travis image
2013-09-08 Arash RouhaniAdd tests
2013-09-08 Arash RouhaniAdd readme
2013-09-08 Arash RouhaniAntigenify
2013-09-08 Arash RouhaniAdd source file