aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* Replace some #warnings with a comment explaining why the code is OKGravatar ridiculousfish2013-08-19
* Big fat refactoring of how redirections work. In fish 1.x and 2.0.0, the redi...Gravatar ridiculousfish2013-08-19
* Trivial cleanup of a function in proc.cppGravatar ridiculousfish2013-08-19
* Reenable free_redirected_fds_from_pipes.Gravatar ridiculousfish2013-08-19
* Initial work towards various IO cleanups with an eye to fixing https://github...Gravatar ridiculousfish2013-08-19
* Fix #684 by putting newline after $argvGravatar Konrad Borowski2013-08-18
* Actually commit the no-scope-shadowing to . functionGravatar ridiculousfish2013-08-17
* Fix "." function to not shadow scopes, so the tests pass again. Remove eval's...Gravatar ridiculousfish2013-08-17
* Move FISH_BUILD_VERSION from osx/config.h to the pbxproj so that we can build...Gravatar ridiculousfish2013-08-17
* configure.ac: remove m4_esyscmd_sGravatar David Adam (zanchey)2013-08-17
* Mac OS X doesn't support uname -o. Use uname instead.Gravatar Konrad Borowski2013-08-16
* Fix compilation under CentOSGravatar Konrad Borowski2013-08-16
* fixing small typoGravatar Mikko Viitamäki2013-08-16
* Document source command.Gravatar Konrad Borowski2013-08-14
* Deprecate "." command. Fixes #310.Gravatar Konrad Borowski2013-08-14
* Show path containing current disk drive in Windows in titleGravatar Konrad Borowski2013-08-14
* Show drive letter under CygwinGravatar Konrad Borowski2013-08-14
* Implement 'help' for Cygwin.Gravatar Konrad Borowski2013-08-13
* Implement 'open' for Cygwin.Gravatar Konrad Borowski2013-08-13
* Be quiet about "if" conditional.Gravatar Konrad Borowski2013-08-13
* Don't mention chsh if it doesn't exist.Gravatar Konrad Borowski2013-08-13
* Remove problems with fishd under Cygwin.Gravatar Konrad Borowski2013-08-12
* Ignore executable filesGravatar Konrad Borowski2013-08-12
* Fix hostname command under Cygwin with Unicode charactersGravatar Konrad Borowski2013-08-12
* Fix ls command under CygwinGravatar Konrad Borowski2013-08-12
* .gitignore: ignore tarball filesGravatar David Adam (zanchey)2013-08-11
* tarball contents should match the filenameGravatar David Adam (zanchey)2013-08-11
* Makefile.in: don't build dist stuff from Makefile, use build_toolsGravatar David Adam (zanchey)2013-08-11
* osx/config.h: define the FISH_BUILD_VERSION symbolGravatar David Adam (zanchey)2013-08-11
* configure.ac: generate the fish version number dynamicallyGravatar David Adam (zanchey)2013-08-11
* Generate version numbers dynamicallyGravatar David Adam (zanchey)2013-08-11
* add git_version_gen: generate a version number from the git treeGravatar David Adam (zanchey)2013-08-11
* .gitattributes: mark most scripts in build_tools as not for exportGravatar David Adam (zanchey)2013-08-11
* accidentally reopened #943, fixed nowGravatar David Adam (zanchey)2013-08-07
* docs: add editor documentation, move binding informationGravatar David Adam (zanchey)2013-08-07
* git_prompt: Default upstream_prefix to nothingGravatar Kevin Ballard2013-08-05
* git_prompt: Fix bad test if bash.showUntrackedFiles isn't setGravatar Kevin Ballard2013-08-05
* .gitignore: ignore generated source docs, don't ignore Doxyfile.helpGravatar David Adam (zanchey)2013-08-05
* Fixes broken link in docs. Fixes #943Gravatar Gennadiy Zlobin2013-08-04
* git_prompt: Make informative separator configurableGravatar Brian Gernhardt2013-07-30
* git_prompt: Change informative character defaultsGravatar Brian Gernhardt2013-07-30
* git_prompt: Show upstream with informative statusGravatar Brian Gernhardt2013-07-30
* git_prompt: Informative upstream with informative statusGravatar Brian Gernhardt2013-07-30
* builtin_test: drop unused condstrGravatar David Adam (zanchey)2013-07-29
* documentation for test and function (closes: #734)Gravatar David Adam (zanchey)2013-07-29
* Rename STYLEGUIDE.md to CONTRIBUTING.md, so GitHub would notice it.Gravatar Konrad Borowski2013-07-28
* Remove useless debugging codeGravatar Konrad Borowski2013-07-27
* git_prompt: fix non-informative upstreamGravatar Brian Gernhardt2013-07-27
* git_prompt: Repaint when show_informative_status is changedGravatar Brian Gernhardt2013-07-27
* git_prompt: Fix resetting colors in informative_statusGravatar Brian Gernhardt2013-07-27