- 06 Nov, 2019 6 commits
- 
- 
Marc Cornellà authored
- 
Eric Dobbs authoredPiping stdin to emacs alias on MacOS was breaking (--tmpdir is not supported in BSD flavored mktemp). Tested in MacOS 10.14 and debian:buster to confirm it still works in linux. 
- 
Marc Cornellà authored
- 
Marc Cornellà authoredCloses #2214 
- 
Marc Cornellà authored
- 
Wang Guan authored$GIT_STATUS_IGNORE_SUBMODULES can be used to specify handling of submodules. It can be: not set : ignore dirty submodules (this was default zsh behavior) "git" : do not use "--ignore-submodules" and let git choose, this obeys setting in .gitmodules other : comes into "--ignore-submodules=$GIT_STATUS_IGNORE_SUBMODULES"
 
- 
- 05 Nov, 2019 1 commit
- 
- 
Sudhin MN authored
 
- 
- 30 Oct, 2019 1 commit
- 
- 
Marc Cornellà authoredFixes #8337 
 
- 
- 27 Oct, 2019 1 commit
- 
- 
Vice Versa authoredNever use `[[` for numeric comparisons, for that, we’ll use `((`. 
 
- 
- 25 Oct, 2019 5 commits
- 
- 
Michael authoredDeleting `.mypy_cache` did not work, because the directories were not empty. They contain JSON files instead of compiled byte-code. This extends the cleanup by also getting rid of `.pytest_cache` directories. 
- 
Marc Cornellà authored* Add profiles documentation * Fix order and reword some things 
- 
Łukasz Chrząszcz authored
- 
Marc Cornellà authored
- 
Anton Balaniuc authored
 
- 
- 24 Oct, 2019 4 commits
- 
- 
Marc Cornellà authoredCo-authored-by: Marc Cornellà <marc.cornella@live.com> Marc Cornellà <marc.cornella@live.com>
- 
Marc Cornellà authored
- 
Marc Cornellà authored
- 
Lukasz Chrzaszcz authored
 
- 
- 22 Oct, 2019 1 commit
- 
- 
Tim authored
 
- 
- 21 Oct, 2019 1 commit
- 
- 
Marc Cornellà authored- core.autocrlf=false -> #4069 - fsck.zeroPaddedFilemode -> #4963 Fixes #4069 Fixes #4963 
 
- 
- 20 Oct, 2019 2 commits
- 
- 
Kenny Heaton authored
- 
Netoun authored
 
- 
- 19 Oct, 2019 6 commits
- 
- 
- 
Marco Zühlke authored
- 
Marc Cornellà authored
- 
Marc Cornellà authored
- 
Marc Cornellà authored
- 
Marc Cornellà authored
 
- 
- 18 Oct, 2019 8 commits
- 
- 
Marco Zühlke authored
- 
Marco Zühlke authoredSync completion with original source. 
- 
Angelos Orfanakos authored
- 
Vsevolod Romashov authored
- 
flowin authored
- 
Nick authored
- 
Nick authored
- 
Nick Fagerlund authoredWhen another function calls one of the bundler plugin's wrapper functions, the command to run gets passed as an array instead of a space-separated string. That works fine when the arguments are expanded alone, like `bundle exec $@`, but something like `./bin/$@` will expand to something like `./bin/rake ./bin/--silent ./bin/--tasks`, which of course will explode. This was causing a nasty interaction with the rake-fast plugin, and I'd be shocked if it wasn't causing other problems. The fix is to explicitly turn off the `RC_EXPAND_PARAM` option for that expansion. See http://zsh.sourceforge.net/Doc/Release/Expansion.html#Parameter-Expansion for more details. 
 
- 
- 16 Oct, 2019 3 commits
- 
- 
Shahin Sorkh authored
- 
Jakub Łuczyński authoredTypo introduced in f56b6788 fixing #8253 
- 
Shriniwas Sharma authored
 
- 
- 15 Oct, 2019 1 commit
- 
- 
Sofia Rivas authored
 
- 
