Skip to content

Commit

Permalink
Add all argument to gitk command
Browse files Browse the repository at this point in the history
  • Loading branch information
VinsWorldcom committed Nov 21, 2023
1 parent b15dc02 commit 5e2f3b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PluginDefinition.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ void giTk()
}
void giTkFiles( std::vector<std::wstring> files = {} )
{
ExecGitCommand( TEXT( "k\"" ), files, true, false );
ExecGitCommand( TEXT( "k\" --all" ), files, true, false );
}

void statusAll()
Expand Down

0 comments on commit 5e2f3b6

Please sign in to comment.