aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Migrate abbrs from =-separated to space-separatedGravatar Fabian Homborg2016-03-02
* Check ssh's KnownhostsFiles in print_hostnamesGravatar Fabian Homborg2016-03-02
* print_hostname: Avoid matches in fstab comments harderGravatar Fabian Homborg2016-03-02
* Stringify reading nfs in print_hostnamesGravatar Fabian Homborg2016-03-02
* Ignore zero-ips in print_hostnamesGravatar Fabian Homborg2016-03-02
* history.fish: Fix input handlingGravatar Jaime Marquínez Ferrándiz2016-03-02
* reduce number of Unicode private-use charactersGravatar Kurtis Rader2016-02-28
* Clarify example in $PATH tutorialGravatar Fabian Homborg2016-02-29
* Ditch __fish_sgrep in obnam completionsGravatar Fabian Homborg2016-02-28
* Try to clarify test documentation for newbiesGravatar Fabian Homborg2016-02-28
* Use command which in typeGravatar Fabian Homborg2016-02-28
* Eliminate narrow_string_rep_tGravatar ridiculousfish2016-02-28
* Re-use the parse tree generated during error detection for executionGravatar ridiculousfish2016-02-28
* Allow parse_execution_context to take ownership of a parse treeGravatar ridiculousfish2016-02-28
* Add missing #include guards in FISH_PAGER_HGravatar ridiculousfish2016-02-27
* Remove unused MESS_SIZE defineGravatar ridiculousfish2016-02-27
* Remove some unnecessary statics and a silly #define constGravatar ridiculousfish2016-02-27
* Mark a bunch of constructors as explicitGravatar ridiculousfish2016-02-27
* Make expand_argument_list a static functionGravatar ridiculousfish2016-02-27
* Eliminate parser_t::show_errorsGravatar ridiculousfish2016-02-27
* Eliminate parser_type_tGravatar ridiculousfish2016-02-27
* Allow -w option as short for --wraps in define_functionGravatar ridiculousfish2016-02-27
* Allow variable completion from just a $Gravatar ridiculousfish2016-02-27
* Save a few allocations in src/parse_execution.cppGravatar ridiculousfish2016-02-27
* Fix a subtle problem that caused lots of unnecessary memory allocationGravatar ridiculousfish2016-02-27
* Rewrite __fish_urlencode to not encode valid charactersGravatar Kevin Ballard2016-02-27
* Remove share/config.fish from .gitignoreGravatar Kevin Ballard2016-02-26
* Skip over /etc/paths.d entries that don't existGravatar Kevin Ballard2016-02-26
* Standardize indentation in config.fishGravatar Kevin Ballard2016-02-26
* README updatesGravatar David Adam2016-02-26
* Add functions and configuration snippets hierarchyGravatar Fabian Homborg2016-02-26
* make testing on local servers hermeticGravatar Kurtis Rader2016-02-25
* Send BEL to terminal to flash/beep while trying to complete something not com...Gravatar Aaron Gyes2016-02-25
* Makefile: enable maintainer mode for PCRE2Gravatar David Adam2016-02-24
* github: add issues templateGravatar David Adam2016-02-24
* add completions for diskutil (osx)Gravatar Fabian Weisshaar2016-02-23
* Update index.hdr.inGravatar Adam Dymitruk2016-02-22
* add files for the fish logo as used for the fish-shell stickersGravatar Steve Stagg2016-02-22
* Resume sorting completions from wildcard expansionsGravatar ridiculousfish2016-02-22
* Remove an unused variableGravatar ridiculousfish2016-02-22
* make fish compatible with pcre2 10.21Gravatar Michael Steed2016-02-21
* docs: Remove duplicate color variable listingGravatar Fabian Homborg2016-02-21
* Try to just see if grep is happy with --color=auto, or not, as the --help exi...Gravatar Aaron Gyes2016-02-20
* Miscellaneous cleanup and dead code removalGravatar ridiculousfish2016-02-19
* Add fish_color_autosuggestion to docsGravatar Fabian Homborg2016-02-19
* Remove some newly dead codeGravatar ridiculousfish2016-02-18
* Remove autosuggest_suggest_specialGravatar ridiculousfish2016-02-18
* Implement the cd "unique hierarchy" autosuggestion in expand.cppGravatar ridiculousfish2016-02-18
* Teach tests about changes to special autosuggestionsGravatar ridiculousfish2016-02-18
* Always env_set_pwd after chdir in the fish testsGravatar ridiculousfish2016-02-18