2
0
mirror of https://github.com/kazhala/dotbare synced 2024-11-04 06:00:45 +00:00
Commit Graph

336 Commits

Author SHA1 Message Date
Kevin Zhuang
47b7e13dba feat(completion): init zsh completion 2020-07-13 12:08:42 +10:00
Kevin Zhuang
b8d2f02d10 v1.2.2
Refer to CHANGELOG.md
2020-07-11 09:10:33 +10:00
Kevin Zhuang
504be1c88d
Merge pull request #18 from kazhala/dev
Fix migration issue on big dotfile base
2020-07-11 09:07:02 +10:00
Kevin Zhuang
6c0d49f49f fix(fbackup): fixed the inconsistent if statement check 2020-07-11 09:02:30 +10:00
Kevin Zhuang
cca89e4ca6 fix(fbackup): fix the crash when user have symlink need to use cp to
backup
2020-07-11 08:49:10 +10:00
Kevin Zhuang
c7880075dd fix(finit): fix the crash when migrating large dotfile repo. Closes #12 2020-07-11 08:30:40 +10:00
Kevin Zhuang
f8f577f24a docs(changelog): update changelog and version number 2020-07-09 11:20:28 +10:00
Kevin Zhuang
b1c9f96b66
v1.2.1
See CHANGELOG.md and the updated README.md
2020-07-09 11:19:04 +10:00
Kevin Zhuang
3a557d643e docs: update changelog and readme 2020-07-09 11:17:11 +10:00
Kevin Zhuang
613305a115 fix(test): fix test faile 2020-07-09 11:17:05 +10:00
Kevin Zhuang
450625de1d test(funtrack): update funtrack test 2020-07-07 15:18:43 +10:00
Kevin Zhuang
85066017be test(freset): update freset test 2020-07-07 15:15:18 +10:00
Kevin Zhuang
c8e5a68d8f test(freset): update freset test 2020-07-07 15:06:12 +10:00
Kevin Zhuang
ec37d7914b test(flog): update flog test 2020-07-07 14:58:43 +10:00
Kevin Zhuang
b1ee2f11fa refactor(finit): remove the /usr/bin/git invokation 2020-07-07 14:35:56 +10:00
Kevin Zhuang
7f24d4319a test(fedit): update fedit test 2020-07-07 14:34:22 +10:00
Kevin Zhuang
42f530d611 test: update fcheckout and fadd test with the reverted fzf executable 2020-07-07 13:44:06 +10:00
Kevin Zhuang
d897c5f2b4 revert: revert the fzf mock file 2020-07-07 13:43:51 +10:00
Kevin Zhuang
4c2a5a9b28 test(fcheckout): update test for fcheckout 2020-07-07 12:01:59 +10:00
Kevin Zhuang
245b9a66a2 test(fbackup): update fbackup test 2020-07-07 11:49:26 +10:00
Kevin Zhuang
27c923a55a test(fadd): update fadd test 2020-07-07 11:49:17 +10:00
Kevin Zhuang
cba4e36faa test: begin update all mocks 2020-07-07 11:20:22 +10:00
Kevin Zhuang
abafd6b7af refactor(main): remove the /usr/bin/git invoke, directly use git
commands

Main reason is that this is not really needed and it makes all the
git testing impossible to mock and lead to inconsistent test result
in different environments
2020-07-07 11:06:27 +10:00
Kevin Zhuang
1bcdfe5cce chore(preview): remove unnecessary flag with bat 2020-07-07 11:05:08 +10:00
Kevin Zhuang
b78fc7e027 feat: update branch log preivew to align with git log new style 2020-07-07 10:54:00 +10:00
kevin zhuang
248802baa8 fix(test): shellcheck .. 2020-07-04 22:25:55 +10:00
kevin zhuang
12765d9b02 feat: support tools like diff-so-fancy and delta for pretty diff preview 2020-07-04 22:09:11 +10:00
kevin zhuang
9353df5552 fix(test): avoid shellcheck fail 2020-07-04 21:47:06 +10:00
kevin zhuang
20cccb1f8d feat: show relative date in git log helper and use the preview script in
fedit and search_file
2020-07-04 21:43:59 +10:00
kevin zhuang
983e89ee14 docs: update changelog and readme 2020-07-04 19:37:42 +10:00
kevin zhuang
b70e87c93f fix: fix the preview script 2020-07-04 19:37:24 +10:00
kevin zhuang
53bb80b7f9 init preview script 2020-07-04 10:46:34 +10:00
kevin zhuang
3e5838f727 fix(test): fix test fail in container 2020-07-01 18:09:59 +10:00
Kevin Zhuang
53adb47597
v1.2.0
See CHANGELOG.md
2020-07-01 18:01:30 +10:00
kevin zhuang
aaed8ee1bc fix(main): fix main script's no argument wrong help display 2020-07-01 17:58:32 +10:00
kevin zhuang
ca9bf74d04 docs(main): update help message 2020-07-01 17:49:38 +10:00
kevin zhuang
4c1725053c docs(changelog): include dotbare -v command 2020-07-01 10:57:40 +10:00
kevin zhuang
f9abb31041 docs(readme): update command flags and updating wording 2020-06-30 23:18:46 +10:00
kevin zhuang
d8f98b099e feat: ignore all files in scripts except scripts being used for dotbare
Attempt to properly ignore all user created custom scripts. Should
write a contribution.md for some info on this
2020-06-28 14:33:52 +10:00
kevin zhuang
4b22233820 fix: initialise all variables before processing 2020-06-28 14:24:44 +10:00
kevin zhuang
a5f13f835c fix(completion): fix bash completion due to new changes 2020-06-28 14:16:48 +10:00
kevin zhuang
542bc0838c docs(changlog): update new changes
fix: test

..

test: improve wording and variable names in test

..

..
2020-06-28 14:16:24 +10:00
kevin zhuang
549545526a fix: shellcheck 2020-06-28 10:05:49 +10:00
kevin zhuang
8000d6a2a2 test(fstash): more coverage 2020-06-28 10:05:49 +10:00
kevin zhuang
89baef6fc0 test(fupgrade): update test to reflect changes 2020-06-28 10:05:49 +10:00
kevin zhuang
91b92887a7 test(main): added version test 2020-06-28 10:05:49 +10:00
kevin zhuang
1853299eb1 feat(main): added version flag 2020-06-28 10:05:49 +10:00
kevin zhuang
bc98c7892e feat(fupgrade): attempt to improve the dotbare upgrade behavior 2020-06-28 10:05:49 +10:00
kevin zhuang
2c485e1df1 test(funtrack): imporve test coverage for funtrack 2020-06-28 10:05:49 +10:00
kevin zhuang
0690d5dc83 fix(funtrack): shellcheck 2020-06-28 10:05:49 +10:00