diff options
author | Vicent Marti <tanoku@gmail.com> | 2013-05-02 17:17:46 +0200 |
---|---|---|
committer | Vicent Marti <tanoku@gmail.com> | 2013-05-02 17:17:46 +0200 |
commit | 3bb00f3360bd11a48e1b04dc7dec971f0019891f (patch) | |
tree | e52cc709a490ddbf9bd8d197b3ac6888bddafe41 /src/refs.h | |
parent | 7edb9071da8e78e8cf9aff969f1b8137bca3c33d (diff) | |
download | libgit2-3bb00f3360bd11a48e1b04dc7dec971f0019891f.tar.gz |
refdb_fs: implement the fully-peeled trait
Diffstat (limited to 'src/refs.h')
-rw-r--r-- | src/refs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/refs.h b/src/refs.h index 908e86f29..927bc83ce 100644 --- a/src/refs.h +++ b/src/refs.h @@ -26,7 +26,7 @@ #define GIT_SYMREF "ref: " #define GIT_PACKEDREFS_FILE "packed-refs" -#define GIT_PACKEDREFS_HEADER "# pack-refs with: peeled " +#define GIT_PACKEDREFS_HEADER "# pack-refs with: peeled fully-peeled" #define GIT_PACKEDREFS_FILE_MODE 0666 #define GIT_HEAD_FILE "HEAD" |