diff options
author | Andreas Ericsson <ae@op5.se> | 2010-04-23 09:59:22 +0200 |
---|---|---|
committer | Andreas Ericsson <ae@op5.se> | 2010-04-23 09:59:22 +0200 |
commit | fb799dfe77c7a1c9e2806c0021d659b5588d9105 (patch) | |
tree | ff02f4077fc8420d328c8b91c1f5b2e71a7c19c8 /src/commit.h | |
parent | 100746511cc45c9f1ad6721c4ef5be49222fee4d (diff) | |
parent | 2cdc4544233b503a5aff7dd1baa4ba8743fef7ab (diff) | |
download | libgit2-fb799dfe77c7a1c9e2806c0021d659b5588d9105.tar.gz |
Merge remote branch 'ramsay/dev'
* ramsay/dev:
Add a pack index 'virtual function' to fetch an index entry
Add a pack index 'virtual function' to search by file offset
Change the interface of the pack index search function
Add an 64-bit offset table index bounds check for v2 pack index
Add a minimum size check when opening an v2 pack index file
win32: Add separate MinGW and MSVC compatability header files
Makefile: Add support for custom build options in config.mak file
Fix some coding style issues
Diffstat (limited to 'src/commit.h')
-rw-r--r-- | src/commit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commit.h b/src/commit.h index 0b19f4634..05504cd34 100644 --- a/src/commit.h +++ b/src/commit.h @@ -9,7 +9,7 @@ struct git_commit { git_oid id; time_t commit_time; unsigned parsed:1, - flags:26; + flags:26; }; #endif |