Commit graph

9 commits

Author SHA1 Message Date
laggardkernel b3b5110723 Fix: change replstr into variable in forgit::ignore::get 2019-01-11 16:45:02 +08:00
laggardkernel 51961b763f Fix multi selection in gitignore generation
Choose for loop as the solution cause:
- `xargs -d` is not available in BSD xargs
- `echo $@ |tr ' ' '\n'` is slower that for loop in this case
2019-01-11 16:27:16 +08:00
Wenxuan 737e573032 Preview only show specified files. 2018-11-26 17:52:46 +08:00
Doron Behar cc269c82fa Check $FORGIT_NO_ALIASES in bash script as well 2018-10-30 18:35:27 +02:00
marspeng 7461d58662 Add git stash viewer for bash 2018-10-12 15:12:16 +08:00
Ido Abramovich 9d4e17e7b4
return 1 when return like in zsh 2018-08-02 14:47:30 +03:00
Ido Abramovich e6e88991b4
simplify return check 2018-08-02 14:45:29 +03:00
Ido Abramovich ebeae219bc
reset IFS 2018-08-02 14:25:19 +03:00
Ido Abramovich 742d930363
rename to use .sh 2018-08-02 14:13:23 +03:00
Renamed from forgit.plugin.bash (Browse further)