index
:
fish-shell
master
user-friendly command line shell
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
...
|
*
don't parse the options that should be passed to fish scripts
Grissiom
2010-10-03
|
*
only count the last line of promt when caculate prompt width
Grissiom
2010-09-24
|
*
ignore tmp staff in tests/
Grissiom
2010-09-24
|
*
Merge remote branch 'origin/otherchirps-dev'
Grissiom
2010-09-19
|
|
\
|
*
|
call original grep in sgrep
Grissiom
2010-09-19
|
*
|
Revert "match the whole command for git completion"
Grissiom
2010-09-19
|
*
|
don't complete file names for git checkout
Grissiom
2010-09-19
|
*
|
match the whole command for git completion
Grissiom
2010-09-19
|
*
|
event_fire( 0 ); => event_fire( NULL );
Grissiom
2010-09-18
|
*
|
use $() in Makefile var expansion
Grissiom
2010-09-18
|
*
|
reader_read( 0... => reader_read( STDIN_FILENO
Grissiom
2010-09-18
|
*
|
configure xsel in configure phase
Grissiom
2010-09-18
|
*
|
add XSEL_BIN var in configure.ac
Grissiom
2010-09-18
|
*
|
make clean should clean xsel and make distclean should delete it
Grissiom
2010-09-18
|
*
|
use variables as xsel target
Grissiom
2010-09-18
|
*
|
don't make xsel in subshell
Grissiom
2010-09-18
|
*
|
remove trialing spaces #2
Grissiom
2010-09-18
|
*
|
upgrade xsel to 1.2.0
Grissiom
2010-09-18
|
*
|
remove trailing spaces
Grissiom
2010-09-18
|
*
|
add git submodule completion
Grissiom
2010-09-17
|
*
|
Fix cd prompt fail on the case that CDPATH have variables
Grissiom
2010-09-17
|
/
/
*
|
ignore ~ backup files
Grissiom
2010-09-16
*
|
ignore po/*.gmo
Grissiom
2010-09-16
*
|
Added .gitignore.
Ben Hoskings
2010-09-16
|
*
added '-c' option to the functions.txt docs.
Christopher Nilsson
2010-09-12
|
*
'functions --copy': added sanity check on new function name.
Christopher Nilsson
2010-09-12
|
*
replaced the functions '--rename' option with '--copy'.
Christopher Nilsson
2010-09-09
|
*
Adding '--rename' option to 'functions' builtin.
Christopher Nilsson
2010-09-08
*
|
Fix an fprintf() type warning in set_color.c by using "%s".
Ben Hoskings
2010-04-09
*
|
Fix casting warnings in screen.c / s_update() by casting al_get() twice to co...
Ben Hoskings
2010-04-09
*
|
Declare write_loop() in print_help.c to fix warning (it's declared in common....
Ben Hoskings
2010-04-09
*
|
Fixed incompatible pointer warning in env_universal_common.c / iconv() call.
Ben Hoskings
2010-04-09
*
|
Write formatted duration to ENV_DURATION after commands that run for > 1s wal...
Ben Hoskings
2010-04-09
*
|
Allow newlines in fish_prompt, by joining prompt_list with newlines instead o...
Ben Hoskings
2010-04-09
*
|
Reduced timeout in select_try() from 5s to 10ms.
Ben Hoskings
2010-04-09
|
/
*
Bump version number
axel
2009-03-09
*
Update todo list
axel
2009-03-09
*
Fix interactive job in background busy wait bug, reported by Randall D. Wald
axel
2009-03-01
*
Prevent potential infinite loop
James Vega
2009-02-25
*
Update copyright info, minor layout changes to section about licenses in fish
axel
2009-02-23
*
Check return value of a few write calls and retry on EINTR, and fix a few oth...
axel
2009-02-23
*
Misc documentation updates
axel
2009-02-23
*
Hopefully make iconv detection work on OS X with non-gnu iconv implementation
axel
2009-02-23
*
Don't make complete builtin complain when used in non-interactive mode, as we...
axel
2009-02-23
*
Fix read in noninteractive mode problems reported by James Reeves
axel
2009-02-23
*
Handle exit status of processes terminated by signals
axel
2009-02-22
*
Pressing Control-C (or otherwise changeing the command line content through t...
axel
2009-02-22
*
prompt_pwd broken, this fix by James Reeves
axel
2009-02-21
*
Oops, I broke recursive wildcard completion
axel
2009-02-21
*
Document rename of save_function to func_save. Pointed out by Ovchinnikov George
axel
2009-02-19
[prev]
[next]