MCPcopy Create free account
hub / github.com/AGWA/git-crypt / refresh

Function refresh

commands.cpp:1494–1498  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1492 out << "Usage: git-crypt refresh" << std::endl;
1493}
1494int refresh (int argc, const char** argv) // TODO: do a force checkout, much like in unlock
1495{
1496 std::clog << "Error: refresh is not yet implemented." << std::endl;
1497 return 1;
1498}
1499
1500void help_status (std::ostream& out)
1501{

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected