aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* call original grep in sgrepGravatar Grissiom2010-09-19
* Revert "match the whole command for git completion"Gravatar Grissiom2010-09-19
* don't complete file names for git checkoutGravatar Grissiom2010-09-19
* match the whole command for git completionGravatar Grissiom2010-09-19
* event_fire( 0 ); => event_fire( NULL );Gravatar Grissiom2010-09-18
* use $() in Makefile var expansionGravatar Grissiom2010-09-18
* reader_read( 0... => reader_read( STDIN_FILENOGravatar Grissiom2010-09-18
* configure xsel in configure phaseGravatar Grissiom2010-09-18
* add XSEL_BIN var in configure.acGravatar Grissiom2010-09-18
* make clean should clean xsel and make distclean should delete itGravatar Grissiom2010-09-18
* use variables as xsel targetGravatar Grissiom2010-09-18
* don't make xsel in subshellGravatar Grissiom2010-09-18
* remove trialing spaces #2Gravatar Grissiom2010-09-18
* upgrade xsel to 1.2.0Gravatar Grissiom2010-09-18
* remove trailing spacesGravatar Grissiom2010-09-18
* add git submodule completionGravatar Grissiom2010-09-17
* Fix cd prompt fail on the case that CDPATH have variablesGravatar Grissiom2010-09-17
* ignore ~ backup filesGravatar Grissiom2010-09-16
* ignore po/*.gmoGravatar Grissiom2010-09-16
* Added .gitignore.Gravatar Ben Hoskings2010-09-16
* Fix an fprintf() type warning in set_color.c by using "%s".Gravatar Ben Hoskings2010-04-09
* Fix casting warnings in screen.c / s_update() by casting al_get() twice to co...Gravatar Ben Hoskings2010-04-09
* Declare write_loop() in print_help.c to fix warning (it's declared in common....Gravatar Ben Hoskings2010-04-09
* Fixed incompatible pointer warning in env_universal_common.c / iconv() call.Gravatar Ben Hoskings2010-04-09
* Write formatted duration to ENV_DURATION after commands that run for > 1s wal...Gravatar Ben Hoskings2010-04-09
* Allow newlines in fish_prompt, by joining prompt_list with newlines instead o...Gravatar Ben Hoskings2010-04-09
* Reduced timeout in select_try() from 5s to 10ms.Gravatar Ben Hoskings2010-04-09
* Bump version numberGravatar axel2009-03-09
* Update todo listGravatar axel2009-03-09
* Fix interactive job in background busy wait bug, reported by Randall D. WaldGravatar axel2009-03-01
* Prevent potential infinite loopGravatar James Vega2009-02-25
* Update copyright info, minor layout changes to section about licenses in fishGravatar axel2009-02-23
* Check return value of a few write calls and retry on EINTR, and fix a few oth...Gravatar axel2009-02-23
* Misc documentation updatesGravatar axel2009-02-23
* Hopefully make iconv detection work on OS X with non-gnu iconv implementationGravatar axel2009-02-23
* Don't make complete builtin complain when used in non-interactive mode, as we...Gravatar axel2009-02-23
* Fix read in noninteractive mode problems reported by James ReevesGravatar axel2009-02-23
* Handle exit status of processes terminated by signalsGravatar axel2009-02-22
* Pressing Control-C (or otherwise changeing the command line content through t...Gravatar axel2009-02-22
* prompt_pwd broken, this fix by James ReevesGravatar axel2009-02-21
* Oops, I broke recursive wildcard completionGravatar axel2009-02-21
* Document rename of save_function to func_save. Pointed out by Ovchinnikov GeorgeGravatar axel2009-02-19
* Added faw entry on history editing, written by Beni CherniavskyGravatar axel2009-02-17
* Make xdg-version of open handle multiple files.Gravatar axel2009-02-17
* Add possibility to define greeting function, suggested by Chris MillerGravatar axel2009-02-17
* This patch fixes a problem where prompt_pwd was printing the full path twice ...Gravatar Nick Pilon2008-01-23
* adds completion for Debian's invoke-rc.d commandGravatar terceiro2009-02-05
* function to put current git branch on the fish promptGravatar terceiro2009-02-05
* better git completionGravatar terceiro2009-02-05
* Fix warnings in FATAL_EXIT macroGravatar axel2009-02-05