aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Correct sizes of certain fish.app iconsGravatar ridiculousfish2013-05-05
* Typos in the fish OS X package installer rtf fileGravatar ridiculousfish2013-05-05
* Formatting and style updatesGravatar ridiculousfish2013-05-05
* Avoid generating man page and help section for printf (to fallback on system ...Gravatar Siteshwar Vashisht2013-05-05
* Added documentation for printfGravatar Siteshwar Vashisht2013-05-05
* Add completions for cabal; closes #567Gravatar Dag Odenhall2013-05-04
* Manually cleaned up Mercurial completions.Gravatar Tin Tvrtkovic2013-05-04
* Clarify "input/output methods" in documentationGravatar ridiculousfish2013-05-04
* Merge branch 'zanchey-docs'Gravatar ridiculousfish2013-05-04
|\
| * Add a note about getting help through man pagesGravatar ridiculousfish2013-05-04
* | Fixed small typoGravatar Kurtis Nusbaum2013-05-01
* | Tiny typo.Gravatar Eivind Uggedal2013-05-01
| * index.hdr.in: slightly more controversial changesGravatar David Adam2013-04-30
| * index.hdr.in: (hopefully) non-controversial editsGravatar David Adam2013-04-30
| * index.hdr.in: add code markupGravatar David Adam2013-04-30
| * status command: improve help textGravatar David Adam2013-04-29
| * miscellaneous typosGravatar David Adam2013-04-29
|/
* Make trap sort of work on OS XGravatar ridiculousfish2013-04-28
* Fix __fish_filter_mime to not pass 0 to seqGravatar ridiculousfish2013-04-28
* Fix typos in count documentationGravatar ridiculousfish2013-04-28
* Fix broken sentence in the Job Control section of the user doc.Gravatar Eivind Uggedal2013-04-28
* Teach fish about rxvt's special key bindingsGravatar ridiculousfish2013-04-28
* Formatting cleanup of builtin_containsGravatar ridiculousfish2013-04-28
* Refactored out individual VCS completions.Gravatar Tin Tvrtkovic2013-04-28
* Teach the Makefile to only instruct the user to edit /etc/shells if it needs ...Gravatar ridiculousfish2013-04-27
* Large set of changes to improve history atomicity on filesystems that do not ...Gravatar ridiculousfish2013-04-27
* Typo in tar completion (vevrify->verify)Gravatar Adam2013-04-27
* Rely on $PWD instead of getcwd() more oftenGravatar ridiculousfish2013-04-27
* Squashed commit of the following:Gravatar ridiculousfish2013-04-26
* Make ack completion not spew to stderr if ack is not installedGravatar ridiculousfish2013-04-26
* Allow dynamicly adding typesGravatar Konrad Borowski2013-04-26
* Insanely long ack completionGravatar Konrad Borowski2013-04-26
* Fix for reported "out of memory" for filesystems that return -1 as _PC_NAME_MAXGravatar ridiculousfish2013-04-26
* Some documentation cleanupGravatar Steven Fackler2013-04-21
* Fix for issue where tab completing an empty string would produce no resultsGravatar ridiculousfish2013-04-21
* Remove code that disabled tests (oops)Gravatar ridiculousfish2013-04-21
* Moved lein.fish under share/completionsGravatar Siteshwar Vashisht2013-04-21
* Fix typo in docsGravatar Dmitry Chestnykh2013-04-20
* Append / to the end of directories for scp completion as suggested by https:/...Gravatar Thomas Kühnel2013-04-20
* Teach xcode build about $BINDIRGravatar ridiculousfish2013-04-20
* Changed paths.bin to respect BINDIRGravatar Brent Sanders2013-04-20
* Don't block "hidden files" for wildcard expansions that aren't files (like case)Gravatar ridiculousfish2013-04-20
* Teach fish to exit without destructors in the normal pathGravatar ridiculousfish2013-04-19
* Minor cleanup in syntax highlightingGravatar ridiculousfish2013-04-19
* print_variables should use ellipsis_char instead of literal ellipsisGravatar ridiculousfish2013-04-19
* Prevent inline destructor of completion_t to reduce compiled code size a bitGravatar ridiculousfish2013-04-19
* Rearrange some macros in configure.ac so that CXXFLAGS can default to -g -O2 ...Gravatar ridiculousfish2013-04-19
* Build with -fno-exceptionsGravatar ridiculousfish2013-04-19
* Fixed compilation by adding missing header libintl.hGravatar Siteshwar Vashisht2013-04-17
* Fixed check for msgfmt in configure.acGravatar Siteshwar Vashisht2013-04-16