aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
* Highlight incorrect use of command or execGravatar Konrad Borowski2013-07-27
* Ctrl+E should insert suggested completion and then go to end of lineGravatar waterhouse2013-07-27
* git-prompt: Document informative_status changesGravatar Brian Gernhardt2013-07-26
* git-prompt: Move status_order to near informative_statusGravatar Brian Gernhardt2013-07-26
* git-prompt: Ensure repaint on all char and color changesGravatar Brian Gernhardt2013-07-26
* git_prompt: don't save output of ls-files for untracked filesGravatar Brian Gernhardt2013-07-26
* git_prompt: Call `git rev-parse` less oftenGravatar Brian Gernhardt2013-07-26
* git_prompt: remove __fish_git_prompt_git_dirGravatar Brian Gernhardt2013-07-26