mirror of
https://github.com/AGWA/git-crypt.git
synced 2025-12-18 02:09:13 -08:00
Add a minor TODO comment
This commit is contained in:
@@ -503,6 +503,7 @@ int unlock (int argc, char** argv)
|
|||||||
Key_file key_file;
|
Key_file key_file;
|
||||||
if (symmetric_key_file) {
|
if (symmetric_key_file) {
|
||||||
// Read from the symmetric key file
|
// Read from the symmetric key file
|
||||||
|
// TODO: command line flag to accept legacy key format?
|
||||||
try {
|
try {
|
||||||
if (std::strcmp(symmetric_key_file, "-") == 0) {
|
if (std::strcmp(symmetric_key_file, "-") == 0) {
|
||||||
key_file.load(std::cin);
|
key_file.load(std::cin);
|
||||||
|
|||||||
Reference in New Issue
Block a user