This project is mirrored from https://github.com/oh-my-fish/oh-my-fish.git.
Updated .
- 03 Dec, 2020 1 commit
- 
- 
Andy Chen authored* Fix translation * README(zh-CN): add url example 
 
- 
- 02 Dec, 2020 1 commit
- 
- 
Hernawan Faïz Abdillah authored* Fix double slash in index path Double slash might disturb comparison and make them false positive. * Fix compatibility with older fish shell Suggested by @faho [here](https://github.com/oh-my-fish/oh-my-fish/pull/775#issuecomment-736224485). 
 
- 
- 01 Dec, 2020 11 commits
- 
- 
Johannes Altmanninger authoredFor example, "git diff" would print "fatal: this operation must be run in a work tree" We could still run git_branch_name in bare repositories in future. 
- 
Johannes Altmanninger authoredSome git commands require to be run from inside the worktree (as opposed to the git dir, although it's usually in .git). This commit adds a function git_is_worktree to check this. It is used for the commands that need the worktree instead of git_is_repo. An alternative solution might have been to find the git worktree in the parent of the git directory, but this doesn't work for all cases. Generally it's impossible to detect the location of the worktree (plus it's not unique). Co-authored-by:Pablo Aguiar <scorphus@gmail.com> 
- 
Justin Hileman authoredFix bug when creating new theme 
- 
Pablo Santiago Blum de Aguiar authoredAdd missing links, reorder alphabetically, and fix spacing issues. 
- 
Heimen Stoffels authored
- 
Heimen Stoffels authored
- 
Heimen Stoffels authored
- 
Heimen Stoffels authored
- 
Heimen Stoffels authored
- 
Heimen Stoffels authored
- 
Ninamma Rai authored
 
- 
- 12 Apr, 2020 1 commit
- 
- 
Pablo Santiago Blum de Aguiar authored
 
- 
- 11 Apr, 2020 1 commit
- 
- 
Pablo Santiago Blum de Aguiar authored
 
- 
- 10 Apr, 2020 2 commits
- 
- 
Pablo Santiago Blum de Aguiar authored
- 
Pablo Santiago Blum de Aguiar authored
 
- 
- 22 Mar, 2020 7 commits
- 
- 
Justin Hileman authored
- 
Justin Hileman authoredNote that this includes a little bit of manual deduplication, as we have several contributors who have used different names for the same email address (or different email addresses for the same name?). Future updates to this list will need to manually dedupe as well. 
- 
Justin Hileman authored
- 
Frederick Henderson authoredFixes #738 by changing the git config autocrlf test to check for what we do not want to see "false". Instead of trying to convert the output of git config autocrlf to binary, which will not always work as "input" is also a valid value in addition to true and false, we check for the value false and exit if it is found. 
- 
Justin Hileman authored- Make logo.png 1024x1024 as originally intended - Apply lossless compression (now 10k instead of 17k) - Normalize logo.svg's viewbox, which probably caused the incorrectly sized logo.png in the first place Fixes #737 
- 
Justin Hileman authoredFix some typos in Spanish README 
- 
Justin Hileman authoredfix one more caret error 
 
- 
- 29 Feb, 2020 1 commit
- 
- 
Adam Edelstein authored
 
- 
- 27 Feb, 2020 2 commits
- 17 Feb, 2020 1 commit
- 
- 
Victorhck authored
 
- 
- 12 Oct, 2019 1 commit
- 
- 
Joel Burget authored
 
- 
- 03 Oct, 2019 11 commits
