Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
git2
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
git2
Commits
0d8265c8
Commit
0d8265c8
authored
Feb 22, 2014
by
Ben Straub
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Staticize file-local variables
parent
f3e44dd6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
tests/blame/buffer.c
+2
-2
tests/index/addall.c
+1
-1
No files found.
tests/blame/buffer.c
View file @
0d8265c8
#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
)
{
...
...
tests/index/addall.c
View file @
0d8265c8
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment