194 Révisions (060f141b2174f9ab53b7c2c248ad8f426ec5c125)

Auteur SHA1 Message Date
  Ian Yang 6ca591ab75 restore original IFS for hooks il y a 13 ans
  Mislav Marohnić ab197ef51e add tests for version commands il y a 13 ans
  Alisdair Sullivan 497911d6c0 improve detection of completion support for commands il y a 13 ans
  Mislav Marohnić 400fe31061 fix exec fails for invalid version il y a 13 ans
  Mislav Marohnić baf7656d2f fix iterating through paths that have spaces in them il y a 13 ans
  Shohei Yamasaki 2bbf49b2f5 replace tab with spaces il y a 13 ans
  Tim Pope 03fa148e81 Don't duplicate shims in PATH il y a 13 ans
  Mislav Marohnić ea3203dbab fix resolving symlinks in rbenv-hooks il y a 13 ans
  Mislav Marohnić bb6bccb782 tests galore il y a 13 ans
  Mislav Marohnić 1fe59e41ea error message when rehash fails on non-writable directory il y a 13 ans
  YanhaoYang 13f36e0416 rbenv(): preserve multiline output of `sh-*` commands il y a 13 ans
  Sam Stephenson e3f72ebae2 Guard against exported `CDPATH` (fixes #316) il y a 13 ans
  Sam Stephenson 98f45695db Suppress shell warnings when hashing is disabled by `set +h` il y a 13 ans
  Sam Stephenson 3cb95b4d2d Add `rbenv --debug <command>` as a shortcut for setting RBENV_DEBUG=1 il y a 13 ans
  Sam Stephenson 892aea138e Export PS4 when RBENV_DEBUG is set for more informative debug output il y a 13 ans
  Leo Cassarani 1d687ac734 Fix incorrect formatting of rbenv-help output under MAWK il y a 13 ans
  Mislav Marohnić cd940bd797 typo in docs il y a 13 ans
  Sam Stephenson 9375e99f92 rbenv 0.4.0 il y a 13 ans
  Sam Stephenson 266d896871 Prioritize `rbenv local` over `rbenv global` and `rbenv shell` il y a 13 ans
  Sam Stephenson e56885f4c9 "binary" -> "executable" il y a 13 ans
  Sam Stephenson 149f4b4607 "per-project" -> "application-specific" il y a 13 ans
  Sam Stephenson 919c4240fc Clarify that .rbenv-version is removed when migrating il y a 13 ans
  Sam Stephenson 44c2378f2a Shims include the full path to rbenv il y a 13 ans
  Sam Stephenson d2a8ca7d89 Tweak the ruby- prefix warning il y a 13 ans
  Sam Stephenson d4faae187a Read both .ruby-version and .rbenv-version, but write (and migrate to) .ruby-version il y a 13 ans
  Sam Stephenson 5e52fae7c1 Accept "ruby-" version prefix but print a warning to stderr il y a 13 ans
  Sam Stephenson b974bf54dc Prefer .ruby-version to .rbenv-version for reading local versions il y a 13 ans
  Sam Stephenson 4b6c91e827 Usage consistency il y a 13 ans
  Sam Stephenson 51467dc4a3 Include `install` and `uninstall` in help if ruby-build is installed il y a 13 ans
  Sam Stephenson 37eca782cc Documentation tweaks il y a 13 ans
  Sam Stephenson 19666f2598 Wrap documentation comments at 70 columns il y a 13 ans
  Mislav Marohnić 3436bddaea new-style documentation for most commands il y a 13 ans
  Mislav Marohnić 5cc6b0e3d3 allow indented lines in help text il y a 13 ans
  Mislav Marohnić 2b21e22e97 display help for commands that have Summary but not Usage il y a 13 ans
  Sam Stephenson 57df945738 Don't print version before help summary (bare `rbenv` already does this) il y a 13 ans
  Sam Stephenson e2e474c59d Add `rbenv help --usage` il y a 13 ans
  Sam Stephenson 4c19dc22d7 Improve syntax for inline documentation and allow for multi-line usage il y a 13 ans
  Mislav Marohnić 8ee2f2657a avoid prepending system ruby to PATH il y a 13 ans
  Sam Stephenson 811ca05916 Run `hash -r` after `rbenv rehash` when shell integration is enabled il y a 13 ans
  Sam Stephenson df9bbd7ab3 Speed up rbenv-rehash with a simpler indexing approach il y a 13 ans
  Sam Stephenson 339e331f1d Ensure outdated shims are removed first when rehashing il y a 13 ans
  Sam Stephenson 283e67b57e When the ruby shim is invoked with a script, set RBENV_DIR to the script's dirname il y a 13 ans
  Sam Stephenson 6c1fb9ffd0 Fall back to $PWD if a local version file can't be found in $RBENV_DIR il y a 13 ans
  Sam Stephenson 1ebcbd92e2 Tweak `rbenv --version` output il y a 13 ans
  Mislav Marohnić 3060578e3b use `typeset` instead of `local` in rbenv() function il y a 13 ans
  Mislav Marohnić b8715bfee6 foundation for a help system where each command holds its own docs il y a 13 ans
  Sam Stephenson 7fe9231e64 Fix `rbenv prefix` for `system` version il y a 13 ans
  Sam Stephenson 9289af0132 Don't include `system` in `rbenv versions --bare` output il y a 13 ans
  Mislav Marohnić 1f7722088d make `shell` return an error code in case of failure il y a 13 ans
  Mislav Marohnić e548877ead have `versions` also list "system" if it exists il y a 13 ans