Pablo Santiago Blum de Aguiar
79e1b05494
Update build status badge and link
2021-01-22 19:18:25 +01:00
Pablo Santiago Blum de Aguiar
dff781c080
Move build from TravisCI to GitHub Actions
2020-12-06 09:54:25 +01:00
Pablo Santiago Blum de Aguiar
85afe3c41d
Make math usage in fish-spec backwards compatible
2020-12-12 18:07:35 +01:00
Pablo Santiago Blum de Aguiar
1c14af38b9
Fix mismatched brackets error in omf list
on Fish 2.2
...
Ref #707
2020-12-11 21:35:21 +01:00
Pablo Santiago Blum de Aguiar
b2643e95a2
Assert output content in basic tests
2020-12-11 21:33:32 +01:00
YangKeao
df20117be7
Add branch information for install and update package ( #685 )
...
* Install package according to branch information in repo
* Add branch information for update package
* add double quotes for $branch
Signed-off-by: Yang Keao <keao.yang@yahoo.com>
2021-01-22 13:02:03 +01:00
Andy Chen
747ac1d142
Fix translation ( #715 )
...
* Fix translation
* README(zh-CN): add url example
2020-12-02 08:47:58 -08:00
Hernawan Faïz Abdillah
f8e09ca604
Fix double slash in index path ( #775 )
...
* 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 ).
2020-12-02 07:19:35 +01:00
Johannes Altmanninger
0a32584476
Fix error when inside a bare git repository
...
For 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.
2020-12-01 01:47:35 -08:00
Johannes Altmanninger
b1b10c333d
Check whether we are inside the worktree ( #651 )
...
Some 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>
2020-11-30 15:09:43 -08:00
Justin Hileman
e7a8e74f19
Merge pull request #707 from m4rkforks/master
...
Fix bug when creating new theme
2020-11-30 11:47:09 -08:00
Pablo Santiago Blum de Aguiar
ea1119c61d
Standardize documentation header links
...
Add missing links, reorder alphabetically, and fix spacing issues.
2020-11-30 20:08:57 +01:00
Heimen Stoffels
ba8b282333
Add nl-NL
2020-11-30 19:28:28 +01:00
Heimen Stoffels
bba7ef44c2
Update README.md
2020-11-30 19:28:28 +01:00
Heimen Stoffels
bb390cdc22
Add Dutch translation
2020-11-30 19:28:28 +01:00
Heimen Stoffels
bc4239e012
Add files via upload
2020-11-30 19:28:28 +01:00
Heimen Stoffels
0d2da353bd
Add Dutch translation of FAQ.md
2020-11-30 19:28:28 +01:00
Heimen Stoffels
49e190df66
Add nl-NL
2020-11-30 19:28:28 +01:00
Ninamma Rai
a5ca1fbe46
Fix typo
2020-11-30 19:00:44 +01:00
Pablo Santiago Blum de Aguiar
4ff9981ac2
CHANGELOG: Add missing link to v7 tag
2020-04-11 20:14:00 +02:00
Pablo Santiago Blum de Aguiar
92a572d8cd
CHANGELOG: Add updates for version 7
2020-04-11 14:01:56 +02:00
Pablo Santiago Blum de Aguiar
00f41ef3ad
.github: Update templates according to version 7
2020-04-10 16:46:06 +02:00
Pablo Santiago Blum de Aguiar
a2d744494a
README: Fix a typo
2020-04-10 14:41:51 +02:00
Justin Hileman
d10bbe9f38
Try without sudo on Travis
2020-03-21 13:56:07 -07:00
Justin Hileman
9973142b12
Generate updated AUTHORS list.
...
Note 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.
2020-03-21 13:42:41 -07:00
Justin Hileman
4d18ff5dab
Update author generation script to retain existing ones.
2020-03-21 13:40:09 -07:00
Frederick Henderson
5b9c4b4b68
Fixes #738 by changing the git config autocrlf test to check for what… ( #742 )
...
Fixes #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.
2020-03-21 13:15:46 -07:00
Justin Hileman
2ce0d8ae1d
Update logo.png (and logo.svg)
...
- 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
2020-03-21 10:48:11 -07:00
Justin Hileman
b0b1af7389
Merge pull request #739 from victorhck/master
...
Fix some typos in Spanish README
2020-03-21 10:23:35 -07:00
Justin Hileman
a1f50f6769
Merge pull request #740 from asedel/master
...
fix one more caret error
2020-03-21 10:15:29 -07:00
Adam Edelstein
6e5cae8c94
fix one more caret error
2020-02-28 10:59:19 -06:00
Victorhck
fa40b93f3f
fix typos in Spanish Readme
2020-02-27 09:39:14 +01:00
Victorhck
b2b7cd9648
Merge remote-tracking branch 'upstream/master'
2020-02-27 09:27:51 +01:00
Victorhck
6adc397b75
Spanish translation for Documentation ( #724 )
2020-02-16 20:22:59 -08:00
Joel Burget
6b2ce5ca80
Update install sha256 in README.
2019-10-11 23:27:00 +02:00
Victorhck
dc74e8b622
fix link to Themes spanish translation
2019-10-02 22:14:02 +02:00
Victorhck
ea65245e74
fix link to Themes spanish translation
2019-10-02 22:13:17 +02:00
Victorhck
449397938a
fix link to FAQ spanish translation
2019-10-02 22:10:38 +02:00
Victorhck
a7b7630f1d
fix link to FAQ spanish translation
2019-10-02 22:08:52 +02:00
Victorhck
9612c7528f
fix link to Packages spanish translation
2019-10-02 22:07:22 +02:00
Victorhck
8ec65399ac
fix internal link in Spanish README
2019-10-02 22:02:58 +02:00
Victorhck
4617f07088
added spanish flag and link in READMEs
2019-10-02 22:00:08 +02:00
Victorhck
f905c0be9b
added spanish flag and link in english README
2019-10-02 21:56:01 +02:00
Victorhck
6746435aa1
finish README spanish translation
2019-10-02 21:50:18 +02:00
Victorhck
5b1c7479c8
WIP spanish README translation
2019-10-02 20:26:55 +02:00
Victorhck
826bd85d6a
fix typo in Packages.md file
2019-10-02 18:43:02 +02:00
Victorhck
8293f07e05
fix typo in FAQ.md file
2019-10-02 18:40:16 +02:00
Victorhck
473d081f62
Spanish translation for Packages.md file
2019-10-02 18:37:43 +02:00
Victorhck
81317b458d
Spanish translation for FAQ.md file
2019-10-02 17:24:29 +02:00
Sergey Kasmy
777186f897
Call the rm command directly ( #718 )
...
Ignore any aliases there may be
2019-08-23 09:37:15 -07:00