Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.99 KB

File metadata and controls

30 lines (22 loc) · 1.99 KB

Image Image

TortoiseGitShowLog

QuickDrop Plugin for LabVIEW to bring up the TortoiseGit log for a VI, folder, library, class, repo etc. It's most useful if you set up TortoiseGit as your diff tool - you can right click on 1 or more log entries to diff. See this NI Knowledge Article.

Example Screenshot

This screenshot shows the TortoiseGit log launched from a LabVIEW VI. It is showing the log for that particular VI, which can then be diffed using a right-click menu.

Launching TortoiseGit Log from LabVIEW

Required Software

  • Git
  • TortoiseGit
  • LabVIEW 2018
    • A 2015 version can be installed but I didn't make this part of the repo
  • Windows OS

Tested on Windows 10, TortoiseGit 2.13.0.1 64-bit, Git version 2.35.3.windows.1 64-bit, LabVIEW 2018 32-bit.

Installation

VIPM VI Package (LabVIEW>=18.0)

Alternative option for LabVIEW 2015, 2016, 2017

Manual Install

  • You can pull down this code and paste contents of source into <LabVIEW 20xx>\resource\dialog\QuickDrop\plugins or <LabVIEW Data>\Quick Drop Plugins

Instructions for Use

See post on NI forums.