diff options
| author | Edward Thomson <ethomson@microsoft.com> | 2015-02-03 00:28:32 -0500 |
|---|---|---|
| committer | Edward Thomson <ethomson@edwardthomson.com> | 2015-02-04 14:15:13 +0000 |
| commit | f58cc280c9ddeff6fd85f56e70073c3ed4fb0650 (patch) | |
| tree | 090d5f5de4c0dd4d8526dc48fa6d49d719fa55d5 /src/attr_file.h | |
| parent | d4b1b76701cb0495993b31b1b0e98c0a4b49c0ce (diff) | |
| download | libgit2-f58cc280c9ddeff6fd85f56e70073c3ed4fb0650.tar.gz | |
attr_session: keep a temp buffer
Diffstat (limited to 'src/attr_file.h')
| -rw-r--r-- | src/attr_file.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/attr_file.h b/src/attr_file.h index 5c64f7cc3..aa9a16de0 100644 --- a/src/attr_file.h +++ b/src/attr_file.h @@ -114,6 +114,7 @@ typedef struct { unsigned int init_setup:1, init_sysdir:1; git_buf sysdir; + git_buf tmp; } git_attr_session; extern int git_attr_session__init(git_attr_session *attr_session, git_repository *repo); |
