Commit 0d8265c8 by Ben Straub

Staticize file-local variables

parent f3e44dd6
#include "blame_helpers.h"
git_repository *g_repo;
git_blame *g_fileblame, *g_bufferblame;
static git_repository *g_repo;
static git_blame *g_fileblame, *g_bufferblame;
void test_blame_buffer__initialize(void)
{
......
......@@ -3,7 +3,7 @@
#include "posix.h"
#include "fileops.h"
git_repository *g_repo = NULL;
static git_repository *g_repo = NULL;
#define TEST_DIR "addall"
void test_index_addall__initialize(void)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment