diff options
Diffstat (limited to 'builtin/annotate.c')
-rw-r--r-- | builtin/annotate.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/builtin/annotate.c b/builtin/annotate.c index 0abf89ef18..a99179fe4d 100644 --- a/builtin/annotate.c +++ b/builtin/annotate.c @@ -3,6 +3,8 @@ * * Copyright (C) 2006 Ryan Anderson */ + +#define USE_THE_REPOSITORY_VARIABLE #include "git-compat-util.h" #include "builtin.h" #include "strvec.h" |