aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* add __fish_urlencode function which URL-escapes stdinGravatar Tim Cuthbertson2013-09-04
* git version generation fixesGravatar David Adam (zanchey)2013-09-02
* Fix useradd completion syntaxGravatar ridiculousfish2013-09-02
* docs: don't remove/rebuild share/man if we don't have doxygenGravatar David Adam (zanchey)2013-09-02
* completion for vim-addonsGravatar Adrien Grellier2013-09-01
* Fix more indentation in fish_default_key_bindings.fishGravatar ridiculousfish2013-08-31
* Fix indentationGravatar ridiculousfish2013-08-31
* Try to improve the error message printed when libcurses is not foundGravatar ridiculousfish2013-08-31
* Adjust prefix completions to sort alphabetically instead of by length.Gravatar ridiculousfish2013-08-31
* Support iTerm2 forward/backward word escapesGravatar ridiculousfish2013-08-31
* Replace IRC link with WebChat linkGravatar Konrad Borowski2013-08-30
* Put an IRC link to README.Gravatar Konrad Borowski2013-08-30
* Initialize cycle_cursor_pos.Gravatar Konrad Borowski2013-08-29
* libncursesw5-dev is not needed on DebianGravatar Konrad Borowski2013-08-28
* Add a fancy new paths_are_equivalent function to test for equivalentGravatar ridiculousfish2013-08-27
* Stop insisting on trying to add /usr/bin and /bin to $PATH.Gravatar ridiculousfish2013-08-27
* Fix bad error message for certain options.Gravatar ridiculousfish2013-08-26
* Fix #976. Now prompt tries to use standard git command.Gravatar Konrad Borowski2013-08-26
* Clean up some comments and make a function staticGravatar ridiculousfish2013-08-26
* improve comments and extract a common functionGravatar Tony Wang2013-08-25
* fixed fish-shell/fish-shell#944Gravatar Tony Wang2013-08-25
* use wstat in test command to follow symbolic linkGravatar Tony Wang2013-08-25
* add -O and -G to test commandGravatar Tony Wang2013-08-25
* Fix to respect the order of paths in /etc/paths (oops)Gravatar ridiculousfish2013-08-25
* Rearrange the PATH to respect the order defined in /etc/paths (#927) andGravatar ridiculousfish2013-08-25
* Fix a C++11 compile error with clang.Gravatar ridiculousfish2013-08-25
* Fix tabs in share/functions/__fish_config_interactive.fishGravatar ridiculousfish2013-08-24
* Fix "command not found" handler behaviour.Gravatar nulltrek2013-08-24
* Expand abbreviations at the beginning of commands as discussed in https://git...Gravatar ridiculousfish2013-08-24
* configure.ac: don't add RPATH when searching for extra libsGravatar David Adam (zanchey)2013-08-22
* Fix the build on OS X MavericksGravatar ridiculousfish2013-08-21
* Put read pipe last so that eval works again. Addresses https://github.com/fis...Gravatar ridiculousfish2013-08-21
* Include the autosuggestion in history if it was truncatedGravatar ridiculousfish2013-08-20
* Remove grep warning from make target completionGravatar lledey2013-08-19
* Replace some #warnings with a comment explaining why the code is OKGravatar ridiculousfish2013-08-19
* Big fat refactoring of how redirections work. In fish 1.x and 2.0.0, the redi...Gravatar ridiculousfish2013-08-19
* Trivial cleanup of a function in proc.cppGravatar ridiculousfish2013-08-19
* Reenable free_redirected_fds_from_pipes.Gravatar ridiculousfish2013-08-19
* Initial work towards various IO cleanups with an eye to fixing https://github...Gravatar ridiculousfish2013-08-19
* Fix #684 by putting newline after $argvGravatar Konrad Borowski2013-08-18
* Actually commit the no-scope-shadowing to . functionGravatar ridiculousfish2013-08-17
* Fix "." function to not shadow scopes, so the tests pass again. Remove eval's...Gravatar ridiculousfish2013-08-17
* Move FISH_BUILD_VERSION from osx/config.h to the pbxproj so that we can build...Gravatar ridiculousfish2013-08-17
* configure.ac: remove m4_esyscmd_sGravatar David Adam (zanchey)2013-08-17
* Mac OS X doesn't support uname -o. Use uname instead.Gravatar Konrad Borowski2013-08-16
* Fix compilation under CentOSGravatar Konrad Borowski2013-08-16
* fixing small typoGravatar Mikko Viitamäki2013-08-16
* Document source command.Gravatar Konrad Borowski2013-08-14
* Deprecate "." command. Fixes #310.Gravatar Konrad Borowski2013-08-14
* Show path containing current disk drive in Windows in titleGravatar Konrad Borowski2013-08-14