libgit2: Enable fetch function
[TortoiseGit.git] / src / TortoiseProc / Commands / RefBrowseCommand.h
blobc297255b0cb1ab87511f0ef868d3b2c52af3b7d2
1 #pragma once
2 #include "Command.h"
3 #include "BrowseRefsDlg.h"
5 class RefBrowseCommand : public Command
7 virtual bool Execute()
9 CBrowseRefsDlg(orgCmdLinePath.GetWinPath()).DoModal();
10 return true;