Commit Graph

330 Commits (f8f577f24a47e83935a8634d2ea2a8003a901de8)
 

Author SHA1 Message Date
Kevin Zhuang f8f577f24a docs(changelog): update changelog and version number 4 years ago
Kevin Zhuang b1c9f96b66
v1.2.1
See CHANGELOG.md and the updated README.md
4 years ago
Kevin Zhuang 3a557d643e docs: update changelog and readme 4 years ago
Kevin Zhuang 613305a115 fix(test): fix test faile 4 years ago
Kevin Zhuang 450625de1d test(funtrack): update funtrack test 4 years ago
Kevin Zhuang 85066017be test(freset): update freset test 4 years ago
Kevin Zhuang c8e5a68d8f test(freset): update freset test 4 years ago
Kevin Zhuang ec37d7914b test(flog): update flog test 4 years ago
Kevin Zhuang b1ee2f11fa refactor(finit): remove the /usr/bin/git invokation 4 years ago
Kevin Zhuang 7f24d4319a test(fedit): update fedit test 4 years ago
Kevin Zhuang 42f530d611 test: update fcheckout and fadd test with the reverted fzf executable 4 years ago
Kevin Zhuang d897c5f2b4 revert: revert the fzf mock file 4 years ago
Kevin Zhuang 4c2a5a9b28 test(fcheckout): update test for fcheckout 4 years ago
Kevin Zhuang 245b9a66a2 test(fbackup): update fbackup test 4 years ago
Kevin Zhuang 27c923a55a test(fadd): update fadd test 4 years ago
Kevin Zhuang cba4e36faa test: begin update all mocks 4 years ago
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
4 years ago
Kevin Zhuang 1bcdfe5cce chore(preview): remove unnecessary flag with bat 4 years ago
Kevin Zhuang b78fc7e027 feat: update branch log preivew to align with git log new style 4 years ago
kevin zhuang 248802baa8 fix(test): shellcheck .. 4 years ago
kevin zhuang 12765d9b02 feat: support tools like diff-so-fancy and delta for pretty diff preview 4 years ago
kevin zhuang 9353df5552 fix(test): avoid shellcheck fail 4 years ago
kevin zhuang 20cccb1f8d feat: show relative date in git log helper and use the preview script in
fedit and search_file
4 years ago
kevin zhuang 983e89ee14 docs: update changelog and readme 4 years ago
kevin zhuang b70e87c93f fix: fix the preview script 4 years ago
kevin zhuang 53bb80b7f9 init preview script 4 years ago
kevin zhuang 3e5838f727 fix(test): fix test fail in container 4 years ago
Kevin Zhuang 53adb47597
v1.2.0
See CHANGELOG.md
4 years ago
kevin zhuang aaed8ee1bc fix(main): fix main script's no argument wrong help display 4 years ago
kevin zhuang ca9bf74d04 docs(main): update help message 4 years ago
kevin zhuang 4c1725053c docs(changelog): include dotbare -v command 4 years ago
kevin zhuang f9abb31041 docs(readme): update command flags and updating wording 4 years ago
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
4 years ago
kevin zhuang 4b22233820 fix: initialise all variables before processing 4 years ago
kevin zhuang a5f13f835c fix(completion): fix bash completion due to new changes 4 years ago
kevin zhuang 542bc0838c docs(changlog): update new changes
fix: test

..

test: improve wording and variable names in test

..

..
4 years ago
kevin zhuang 549545526a fix: shellcheck 4 years ago
kevin zhuang 8000d6a2a2 test(fstash): more coverage 4 years ago
kevin zhuang 89baef6fc0 test(fupgrade): update test to reflect changes 4 years ago
kevin zhuang 91b92887a7 test(main): added version test 4 years ago
kevin zhuang 1853299eb1 feat(main): added version flag 4 years ago
kevin zhuang bc98c7892e feat(fupgrade): attempt to improve the dotbare upgrade behavior 4 years ago
kevin zhuang 2c485e1df1 test(funtrack): imporve test coverage for funtrack 4 years ago
kevin zhuang 0690d5dc83 fix(funtrack): shellcheck 4 years ago
kevin zhuang 2d0db18d82 test(funtrack): update test to reflect changes 4 years ago
kevin zhuang 84383df904 docs(funtrack): update help message code comment and information printed 4 years ago
kevin zhuang 25dcec972b refactor(funtrack): update arg handling and remove all ignored rules use
bash arrays
4 years ago
kevin zhuang dcb5f992e9 test(fstat): update test
Unfortunatly it's not really possible to test fstat due to it's while
loop mechanism.
4 years ago
kevin zhuang 57d8978f62 feat(fstat): properly handle spaces in filename 4 years ago
kevin zhuang 5a83e332a8 refactor(fstat): update arg handling 4 years ago