aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* fish.spec: dependency on net-tools/hostname depending on platformGravatar David Adam2016-03-06
* expand_string should not return any results on errorGravatar ridiculousfish2016-03-05
* Save a few string allocations when importing environment variablesGravatar ridiculousfish2016-03-05
* Prefer the first, not last, of any env var duplicatesGravatar ridiculousfish2016-03-05
* A few fixes suggested by Coverity ScanGravatar ridiculousfish2016-03-03
* Fix stylistic nit in glob documentationGravatar Fabian Homborg2016-03-03
* Remove "w/o Background Color" text from Set Theme button in fish_configGravatar ridiculousfish2016-03-02
* Tweak UTF8 decoding interfaceGravatar ridiculousfish2016-03-02
* 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