aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Replaced references to http://fishshell.org/ with http://ridiculousfish.com/s...Gravatar Anders Bergh2012-08-01
* Merge pull request #251 from bpinto/rbenvGravatar ridiculousfish2012-07-28
|\
| * completion for rbenvGravatar Bruno Pinto2012-07-28
|/
* Fix to allow specifying an initial tab in fish_configGravatar ridiculousfish2012-07-27
* Implemented history deletion from fish_configGravatar ridiculousfish2012-07-27
* Merge pull request #249 from kballard/git_prompt_showupstreamGravatar ridiculousfish2012-07-27
|\
| * Fix showupstream behavior in __fish_git_promptGravatar Kevin Ballard2012-07-26
|/
* Switch from std::list to std::vector in a few places to reduce compiled code ...Gravatar ridiculousfish2012-07-24
* Fixed two small spelling mistakesGravatar Colin Woodbury2012-07-24
* Minor refactoring and fixed a bug in history functionGravatar Siteshwar Vashisht2012-07-24
* index range docGravatar maxfl2012-07-24
* Make add-shell correctly handle /etc/shells files that do not end with newlinesGravatar ridiculousfish2012-07-22
* Lots of miscellaneous cleanup. Unified the path_get_cd_path, path_allocate_cd...Gravatar ridiculousfish2012-07-20
* Renamed env_vars to env_vars_snapshot_tGravatar ridiculousfish2012-07-20
* Switch to more uses of wcstokenizer from wcstok()Gravatar ridiculousfish2012-07-20
* Use weak linking of wcsdup and wcscasecmp on OS XGravatar ridiculousfish2012-07-20
* Print fish prompt when command is longer than a lineGravatar Siteshwar Vashisht2012-07-21
* Merge branch 'index_range'Gravatar ridiculousfish2012-07-19
|\
* | Fixed fish_pager build on Xcode (it was building fish_indent instead. D'oh!)Gravatar ridiculousfish2012-07-18
* | Changes to make fish use the relocated fishd instead of the installed one, if...Gravatar ridiculousfish2012-07-18
* | Merge pull request #234 from maxfl/completionsGravatar ridiculousfish2012-07-18
|\ \
* | | Don't add space at the end of tab completion for cdGravatar Siteshwar Vashisht2012-07-18
* | | Various changes to reduce fish's compiled code sizeGravatar ridiculousfish2012-07-17
* | | Fix for process completion on LinuxGravatar ridiculousfish2012-07-16
* | | Implemented process expansion on OS XGravatar ridiculousfish2012-07-16
| * | pacmatic and dmesg completionsGravatar maxfl2012-07-16
* | | Added binding for accepting an autosuggestionGravatar ridiculousfish2012-07-15
* | | Deliver SIGHUP when we're exiting, even if stdin is not closed.Gravatar ridiculousfish2012-07-15
* | | Set of changes to improve Unicode support with respect to combining characters.Gravatar ridiculousfish2012-07-15
|/ /
* | Update __fish_git_prompt.fish to handle git-svn betterGravatar Kevin Ballard2012-07-13
* | Add auto-generated builtin_scripts.[cpp|h] to .gitignoreGravatar Alex Rosenberg2012-07-13
* | Tweaked fish_prompt document in a way I hope clarifies itGravatar ridiculousfish2012-07-13
* | Added small note to the fish_prompt docGravatar Dario Bertini2012-07-12
* | Tweaked pwd note about symbolic linksGravatar ridiculousfish2012-07-12
* | Added doc for pwdGravatar Dario Bertini2012-07-12
* | First pass at making autosuggestions not trigger wrappingGravatar ridiculousfish2012-07-12
* | Fix for https://github.com/fish-shell/fish-shell/issues/42Gravatar ridiculousfish2012-07-11
* | Fix for https://github.com/fish-shell/fish-shell/issues/223Gravatar ridiculousfish2012-07-11
* | Fix for https://github.com/fish-shell/fish-shell/issues/168Gravatar ridiculousfish2012-07-10
* | Tests for contains -iGravatar maxfl2012-07-10
* | Allow 'contains' builtin to return indexGravatar maxfl2012-07-10
* | Fix for https://github.com/fish-shell/fish-shell/issues/106Gravatar ridiculousfish2012-07-10
* | Fix for https://github.com/fish-shell/fish-shell/issues/66Gravatar ridiculousfish2012-07-09
* | Fix for https://github.com/fish-shell/fish-shell/issues/79Gravatar ridiculousfish2012-07-09
* | Fix for https://github.com/fish-shell/fish-shell/issues/218Gravatar ridiculousfish2012-07-09
* | https://github.com/fish-shell/fish-shell/issues/207Gravatar ridiculousfish2012-07-09
* | Fix for https://github.com/fish-shell/fish-shell/issues/28Gravatar ridiculousfish2012-07-09
* | Fixes Solaris kludge https://github.com/fish-shell/fish-shell/issues/76Gravatar ridiculousfish2012-07-08
* | Improve error message for $?Gravatar ridiculousfish2012-07-08
* | Fix for https://github.com/fish-shell/fish-shell/issues/50Gravatar ridiculousfish2012-07-08