| Commit message (Expand) | Author | Age |
* | Merge commit 'refs/merge-requests/12' of git://gitorious.org/fish-shell/fish-... | Grissiom | 2011-07-28 |
|\ |
|
| * | still didn't work correctly, there were delimiters missing in the conditional... | Andreas Raster | 2011-06-24 |
| * | last commits fix now also applied in the 'else' clause | Andreas Raster | 2011-06-21 |
| * | fixed an issue when trying to complete something like 'cd /mnt/windows7/Progr... | Andreas Raster | 2011-06-21 |
* | | Change git-symbolic-ref to git symbolic-ref. | Shaun Reich | 2011-06-19 |
|/ |
|
* | Merge commit 'refs/merge-requests/8' of git://gitorious.org/fish-shell/fish-s... | Christopher Nilsson | 2011-01-11 |
|\ |
|
| * | Use eix instead of emerge when possible | James Bowlin | 2010-12-02 |
| * | funcsave: Fixed error and help handling. | Dylan Smith | 2010-12-02 |
| * | default_key_bindings: Added mappings for ctrl-arrow keys. | Dylan Smith | 2010-12-02 |
* | | Merge commit 'refs/merge-requests/6' of git://gitorious.org/fish-shell/fish-s... | Christopher Nilsson | 2010-11-24 |
|\| |
|
| * | Allow fish_greeting to be NULL or an array | James Vega | 2010-11-24 |
| * | help.fish: Fix the sed expression to find anchors with id or name | Dylan Smith | 2010-11-23 |
| * | eval: (eval false) should return an error status | Dylan Smith | 2010-11-22 |
* | | Merged changes from codemonkey and grissiom branches | Christopher Nilsson | 2010-11-12 |
|\| |
|
* | | The grep on the commands would sometimes output errors, causing noise and | David Frascone | 2010-11-05 |
| * | call original grep in sgrep | Grissiom | 2010-09-19 |
| * | remove trialing spaces #2 | Grissiom | 2010-09-18 |
| * | Fix cd prompt fail on the case that CDPATH have variables | Grissiom | 2010-09-17 |
|/ |
|
* | prompt_pwd broken, this fix by James Reeves | axel | 2009-02-21 |
* | Make xdg-version of open handle multiple files. | axel | 2009-02-17 |
* | Add possibility to define greeting function, suggested by Chris Miller | axel | 2009-02-17 |
* | This patch fixes a problem where prompt_pwd was printing the full path twice ... | Nick Pilon | 2008-01-23 |
* | adds completion for Debian's invoke-rc.d command | terceiro | 2009-02-05 |
* | function to put current git branch on the fish prompt | terceiro | 2009-02-05 |
* | fix help for `open` | Isaac Dupree | 2008-06-06 |
* | ish's current hostname completion uses ~/.ssh/known_hosts as one of its sourc... | axel | 2009-02-03 |
* | Add support for completing aliases in ssh. Written by David Bronke. | axel | 2009-02-02 |
* | Fix color ls detection for BSD and OS X systems. Patch by Sven Axelsson. | axel | 2009-02-02 |
* | Fix cd function to handle empty variables correctly. Patch by Sven Axelsson. | axel | 2009-02-02 |
* | Fix user completion so it can handle comments in the passwd file. Patch by Sv... | axel | 2009-02-02 |
* | Search for command-not-found in PATH on startup, since older implementations ... | liljencrantz | 2008-01-15 |
* | In prompt_pwd, if a directory name starts with a dot, include first two chara... | liljencrantz | 2008-01-17 |
* | Drop vim feature of only completing text and gzip files | liljencrantz | 2008-01-17 |
* | Oops. Made a minor but important typo in previous cleanup patch. :-( | liljencrantz | 2008-01-15 |
* | Drop minor typo, add a few code comments | liljencrantz | 2008-01-15 |
* | Add support for the Ubuntu 'command-no-found' handler, which suggests a packa... | liljencrantz | 2008-01-15 |
* | Add check for existance of fish_greeting variable | liljencrantz | 2008-01-13 |
* | Fix silly type I caused when cleaning up ant completions. Thanks to Steven Kn... | liljencrantz | 2008-01-13 |
* | Fix spelling, thanks to Chris Rebert | liljencrantz | 2008-01-13 |
* | Improve ant completions. This patch comes from Steven Knight. (minor tweaks a... | liljencrantz | 2008-01-09 |
* | Only set various startup defaults once. Even if the user removes them, do not... | liljencrantz | 2008-01-09 |
* | Only set the fish greeting variable on the very first startup | liljencrantz | 2008-01-09 |
* | option-absent-function | patroclo7 | 2007-12-18 |
* | Fix bug in key binding code causing unneeded error messages | liljencrantz | 2007-10-31 |
* | Make the Alt-p keybinding respect the PAGER variable | liljencrantz | 2007-10-06 |
* | 'Misfeature' fix for eval function - make it force job control when in intera... | liljencrantz | 2007-10-06 |
* | Use IO redirection to make the eval function actually have a working stdin | liljencrantz | 2007-10-06 |
* | Make fish automatically realise a repaint is needed in more situations, makin... | liljencrantz | 2007-10-06 |
* | Actually make the previously defined function for reloading key bindings on c... | liljencrantz | 2007-10-01 |
* | Remove readline legacy input function 'winch' and replace its functionality w... | liljencrantz | 2007-10-01 |