-
Try out the new Jake: AI Coding Assistant for LabVIEW!
Get answers to questions about LabVIEW and discuss your code.
LV Git Hooks by Felipe Pinheiro Silva - Toolkit for LabVIEW Download
Framework for running git hooks in LabVIEW
| Version | 1.4.3.29 |
| Released | Dec 04, 2025 |
| Publisher | Felipe Pinheiro Silva |
| License | MIT |
| LabVIEW Version | LabVIEW>=20.0 |
| Operating System | Windows NT,Linux |
| Dependencies | jdp_science_jsontext wiresmith_technology_lib_g_cli felipefoz_lib_lv_rainbow_terminal felipefoz_lib_dev_hooks serenial_io_asynchronous_system_exec |
| Project links | Homepage Documentation Repository Discussion |
Description
This library provides a framework for running git hooks in LabVIEW.
Git hooks can run in different stages in the git workflow. See the supported hook types section.
Supported hook types: pre-commit, commit-msg
For more info: https://gitlab.com/felipe_public/lv-git-hooks
Release Notes
1.4.3.29
(Dec 04, 2025)
### Bug Fixes
- diff: change async exec to output raw string wo utf8 handling [#12]
- patch: avoid propagating errors [#12]
- run-cmd: moves the check unstaged before cache [#14]
- unstaged changes: error message when failed second time [#12]
felipefoz
was a contributor to this release