aboutsummaryrefslogtreecommitdiff
path: root/libbutl/git.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbutl/git.cxx')
-rw-r--r--libbutl/git.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/libbutl/git.cxx b/libbutl/git.cxx
index 0f58398..aa0a687 100644
--- a/libbutl/git.cxx
+++ b/libbutl/git.cxx
@@ -50,6 +50,9 @@ namespace butl
// .git can be either a directory or a file in case of a submodule or a
// separate working tree.
//
+ // NOTE: remember to update load_default_options_files() if changing
+ // anything here!
+ //
return entry_exists (d / ".git",
true /* follow_symlinks */,
true /* ignore_errors */);