- Refactor to use Bash + coreutil guided by BATS test cases.
- Fix the
README.md
typo about the missing double-quote ("
) in thegit config
setting, and the table about the default configuration on Windows.
-
Remove the
sed
andgrep
dependencies. -
Add test cases using BATS
-
Support Bash version 3, 4 and 5
-
The order of
$REMOTE
and$LOCAL
is now NOT reversed inside the program.The
git config difftool.lvcompare.cmd
andgit config mergetool.lvmerge.cmd
needs to be change accordingly.Even if the above manual change is not made, this should only affects the order of the files compared.
- v0.2.0-beta20220603: Passed the current test cases, but have not been tested on a real setup.
-
Initialize the project.
-
Test the windows part against a Windows 10 VM with LabVIEW installed.
-
The posix part is not tested yet.