| 1006 | } |
| 1007 | |
| 1008 | void help_unlock (std::ostream& out) |
| 1009 | { |
| 1010 | // |--------------------------------------------------------------------------------| 80 chars |
| 1011 | out << "Usage: git-crypt unlock" << std::endl; |
| 1012 | out << " or: git-crypt unlock KEY_FILE ..." << std::endl; |
| 1013 | } |
| 1014 | int unlock (int argc, const char** argv) |
| 1015 | { |
| 1016 | // 1. Make sure working directory is clean (ignoring untracked files) |