Skip to content

Commit

Permalink
Merge pull request acaudwell#103 from HSorensen/patch-1
Browse files Browse the repository at this point in the history
formats: allow a-f in custom log colour codes
  • Loading branch information
acaudwell authored Apr 17, 2017
2 parents f5d8f1b + e193cbd commit d86f54c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/formats/custom.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

#include "custom.h"

Regex custom_regex("^(?:\\xEF\\xBB\\xBF)?(-?[0-9]+)\\|([^|]*)\\|([ADM]?)\\|([^|]+)(?:\\|#?([A-F0-9]{6}))?");
Regex custom_regex("^(?:\\xEF\\xBB\\xBF)?(-?[0-9]+)\\|([^|]*)\\|([ADM]?)\\|([^|]+)(?:\\|#?([a-fA-F0-9]{6}))?");

CustomLog::CustomLog(const std::string& logfile) : RCommitLog(logfile) {
}
Expand Down

0 comments on commit d86f54c

Please sign in to comment.