aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* Update English translationGravatar David Adam2014-11-25
* Update various strings for translation, avoid _ for non-translationsGravatar David Adam2014-11-25
* grep.fish: don't set GREP_COLORGravatar David Adam2014-11-25
* grep.fish: don't use GREP_OPTIONS as it is deprecatedGravatar David Adam2014-11-25
* Define a common `mktemp` for testsGravatar Kevin Ballard2014-11-24
* Tweak test runner to set up environment betterGravatar Kevin Ballard2014-11-24
* Hack the tokenizer to compress multiple adjacent newlines into oneGravatar ridiculousfish2014-11-24
* Add a helpful comment warning of a nonsense result from tok_lastGravatar ridiculousfish2014-11-24
* Makefile: add pkgconfig file to uninstall targetGravatar David Adam2014-11-23
* Fix issue where tab completions could ignore command-specific completionsGravatar ridiculousfish2014-11-20
* __fish_config_interactive: send CWD via escapes in Apple TerminalGravatar David Adam2014-11-20
* __fish_urlencode: rework to behave properly on BSD/OS XGravatar David Adam2014-11-20
* brew completion: update completionGravatar Misty De Meo2014-11-20
* Minor commenting and cleanup in screen.cppGravatar ridiculousfish2014-11-19
* Stop resetting the color for the character under the cursorGravatar ridiculousfish2014-11-19
* Use -1 instead of 0 for the notifyd token "missing value" sentinelGravatar ridiculousfish2014-11-19
* Filter lines starting with hash from /etc/shells and /etc/groupGravatar ridiculousfish2014-11-19
* Fix error in yum completionsGravatar David Adam2014-11-17
* Makefile: check HAVE_GETTEXT in Makefile not shellGravatar David Adam2014-11-17
* Makefile: remove warning about old version of gettextGravatar David Adam2014-11-17
* web_config: improve abbreviations supportGravatar David Adam2014-11-16
* abbr.fish: escape the output of abbr --showGravatar David Adam2014-11-16
* abbr.fish: improve support for corner casesGravatar David Adam2014-11-16
* abbr/web_config: support space-delimited abbreviationsGravatar David Adam2014-11-15
* __fish_print_packages: add support for zypperGravatar David Adam2014-11-13
* Makefile: install locale files to $localedirGravatar David Adam2014-11-13
* update keybindings docsGravatar David Adam2014-11-13
* Vim bindings doc: describe modes better and explain some non-vim bindingsGravatar Jared Grubb2014-11-13
* Move struct stat checks in configureGravatar Konrad Borowski2014-11-11
* Replace some std::string with wcstring to reduce copyingGravatar ridiculousfish2014-11-10
* add license for tmux code added in d944addGravatar David Adam2014-11-10
* Use a directory in /tmp instead of ~/.config/fish for named pipe pathGravatar ridiculousfish2014-11-09
* Make a string into a reference, to save a copyGravatar ridiculousfish2014-11-09
* __fish_systemctl_*: use systemctl to generate the list of unitsGravatar David Adam2014-11-10
* document behaviour of arrays that are split on importGravatar David Adam2014-11-10
* Put the universal variables notifier named pipe in XDG_RUNTIME_DIRGravatar ridiculousfish2014-11-09
* Make universal variables cache the path to the variable fileGravatar ridiculousfish2014-11-09
* Clean up vared error message outputGravatar ridiculousfish2014-11-09
* Make set_color take multiple colors, and choose the best supported oneGravatar ridiculousfish2014-11-09
* Remove pre-1.22 migration support in fish_config_interactiveGravatar ridiculousfish2014-11-09
* Remove "squeezing" code in pagerGravatar ridiculousfish2014-11-09
* Align `fg` and `bg` commands: With no parameters `fg` prints the help.Gravatar Andreas Heiduk2014-11-07
* Fix to avoid shortening the command line on tab completions.Gravatar ridiculousfish2014-11-06
* Fixes typo on line 86Gravatar jbbrokaw2014-11-04
* Changes tabs to 4 spaces per fish styleGravatar jbbrokaw2014-11-04
* Adds heroku toolbelt completionsGravatar jbbrokaw2014-11-04
* complete: recognise -w short option for --wrapsGravatar David Adam2014-11-04
* Remove an incorrect commentGravatar ridiculousfish2014-11-03
* Clean up some job status messagesGravatar ridiculousfish2014-11-03
* Disallow backgrounding in conditionals and before and/or bool statementsGravatar ridiculousfish2014-11-02