aboutsummaryrefslogtreecommitdiffstats
path: root/testing/gource/logmill.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/gource/logmill.patch')
-rw-r--r--testing/gource/logmill.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/gource/logmill.patch b/testing/gource/logmill.patch
new file mode 100644
index 00000000000..4ed4e998f99
--- /dev/null
+++ b/testing/gource/logmill.patch
@@ -0,0 +1,11 @@
+--- ./src/logmill.cpp.orig
++++ ./src/logmill.cpp
+@@ -176,7 +176,7 @@ RCommitLog* RLogMill::fetchLog(std::string& log_format) {
+ logfile = repo_path.string();
+ }
+ }
+- } catch(boost::filesystem3::filesystem_error& error) {
++ } catch(boost::filesystem::filesystem_error& error) {
+ }
+ }
+