aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* Do not show files in modprobe completionsGravatar Siteshwar Vashisht2013-11-17
|
* Fix modprobe completion for newer modprobe versionsGravatar Thierry Goettelmann2013-11-16
|
* Fixes misleading "connect: Connection failed" message on start upGravatar bot472013-11-14
| | | When launching the first instance of fish and fishd is not launched already, this should not be considered an error as long as it can be launched. So ignore the first failure of connect(), as the calling function get_socket() will try again. May need a bit of cleanup.
* add bindings for PuTTY's I-can't-believe-it's-xterm keyboardGravatar David Adam2013-11-13
| | | | (see #170)
* Don't show warning while generating man page completions on startupGravatar Siteshwar Vashisht2013-11-12
|
* Autogenerate manpage completions in background if they do not existGravatar Siteshwar Vashisht2013-11-12
|
* document new F1 bindingGravatar David Adam2013-11-09
|
* Use basename for man argumentGravatar Konrad Borowski2013-11-09
| | | | This protects from providing paths to man, like `./a.out`.
* Allow reading manpages by using F1.Gravatar Konrad Borowski2013-11-09
|
* Prefer standard library lzma module if availableGravatar Marc Joliet2013-11-09
| | | | | | Prefer the standard library lzma module if available. This change prevents using the backports-lzma when it is installed for a version of Python that already has the lzma module in its standard library.
* configure/Makefile: respect $LIBS, remove some egregarious liesGravatar David Adam2013-11-09
| | | | | | | - expunge LIBS_COMMON, it doesn't get used anywhere - don't reset LIBS to empty - move the gettext test as every binary depends on it - only include one set of libraries
* improve diagnostics for socket connections to fishdGravatar David Adam2013-11-05
|
* Integrated new German translation provided by Benjamin WeisGravatar ridiculousfish2013-11-03
|
* s/Procces/Process/. Fixes #1082.Gravatar Konrad Borowski2013-10-31
|
* Implement file autocompletion for git add and git checkout.Gravatar Konrad Borowski2013-10-31
| | | | Fixes bpinto/oh-my-fish#59.
* Fix broken links in tutorialGravatar Antoine Gourlay2013-10-31
|
* clobber the prompt when it exceeds the screen width, not when it equals itGravatar devlin zed2013-10-29
| | | | Closes #1069
* Make type -a print all executables in PATHGravatar Asger Hautop Drewsen2013-10-29
|
* update URL for nightly buildsGravatar David Adam2013-10-29
|
* Link with $CXXFLAGS; disable GCC-specific autoconf check (squash fixes).Gravatar Geoff Nixon2013-10-29
|
* set docdir in Xcode buildGravatar David Adam2013-10-29
| | | | fixes part of #1070
* use docdir from configure in setting __fish_help_dirGravatar David Adam2013-10-29
| | | | Closes #1065
* add completions for source and document the move away from '.'Gravatar David Adam2013-10-28
| | | | Closes: #310
* Fix formattingGravatar ridiculousfish2013-10-26
|
* Clean up interactive session testGravatar ridiculousfish2013-10-26
|
* Fix for errant SIGHUPs due to child fish shells messing with the term.Gravatar ridiculousfish2013-10-26
| | | | Fixes https://github.com/fish-shell/fish-shell/issues/1002
* Disallow package names with dots.Gravatar Konrad Borowski2013-10-25
| | | | | They cannot be used as arguments (Perl thinks it's version check, but version checks are pointless for oneliners), and Debian puts path containing version depending directories (like 5.14.2) in Perl path.
* git_prompt: Allow all set_color argumentsGravatar Brian Gernhardt2013-10-21
| | | | | | | | | | | | | There is no need to explicitly check for two arguments and set --bold. Instead the user can simply "set __fish_git_prompt_color_flags --bold red". The current check violates the expectation set by the documentation that you can use any set_color argument as the current code interprets "--bold red" as "--bold --bold" instead. Plus, by passing the full contents of the variable directly, the user can do more adventurous things like set the background as well.
* git_prompt: Add upstream_prefix when verboseGravatar Brian Gernhardt2013-10-21
| | | | | | | git.git's git-prompt may not contain a configurable prefix, but it does display a space before the upstream information when displaying verbose information. Rather than using a space always or never, default to a space whenever verbose is in showupstream.
* git_prompt: optionally show upstream branch nameGravatar Brian Gernhardt2013-10-21
| | | | | | | | Adds a "name" option to __fish_git_prompt_showupstream that shows an abbreviated branch name when the upstream type is verbose. Based on git.git 1f6806c: git-prompt.sh: optionally show upstream branch name
* Fix two memory leaks.Gravatar Konrad Borowski2013-10-19
|
* Merge pull request #1015 from marcecj/add_bz2_lzma_xz_supportGravatar Konrad Borowski2013-10-18
|\ | | | | Support bzip2 and lzma/xz compressed man pages
* | Remove unused values in builtin_set.Gravatar Konrad Borowski2013-10-17
| |
* | Remove useless duplicate comparisons.Gravatar Konrad Borowski2013-10-17
| |
| * Document the optional dependency to backports.lzma.Gravatar Marc Joliet2013-10-17
| |
| * Change the way xz/lzma man pages are detectedGravatar Marc Joliet2013-10-17
| | | | | | | | | | This avoids the use of the global and puts the diagnostic message in a self-contained location.
* | Merge branch 'Integration_2.1.0'Gravatar ridiculousfish2013-10-16
|\ \
* | | Revert a series of accidentally rebased commitsGravatar ridiculousfish2013-10-16
| | |
* | | Fix for buffer overflows identified by libgmallocGravatar ridiculousfish2013-10-16
| | |
* | | Fix to enable momentum scrolling on iOS in new documentationGravatar ridiculousfish2013-10-16
| | |
* | | Update OS X make_pkg script to also produce fish.appGravatar ridiculousfish2013-10-16
| | |
* | | Bump version to 2.1.0Gravatar ridiculousfish2013-10-16
| | |
| * | Fix for buffer overflows identified by libgmallocGravatar ridiculousfish2013-10-16
| | |
| * | Fix to enable momentum scrolling on iOS in new documentationGravatar ridiculousfish2013-10-15
| | |
* | | Fix #213. You can now remove autoloaded functions.Gravatar Konrad Borowski2013-10-12
| | | | | | | | | | | | Oddly enough, the code is here, but is internal function.
* | | Escape characters in function names. Fixes #1031.Gravatar Konrad Borowski2013-10-09
| | |
* | | Document appending `/` feature.Gravatar Konrad Borowski2013-10-06
| | |
| * | Document appending `/` feature.Gravatar Konrad Borowski2013-10-06
| | |
| * | Update OS X make_pkg script to also produce fish.appGravatar ridiculousfish2013-10-05
| | |
| * | Bump version to 2.1.0Gravatar ridiculousfish2013-10-05
|/ /