diff options
| author | Russell Belfer <rb@github.com> | 2012-10-31 11:26:12 -0700 |
|---|---|---|
| committer | Russell Belfer <rb@github.com> | 2012-10-31 11:26:12 -0700 |
| commit | c8b511f3cdb3f7fa63600b36bb2412099998a805 (patch) | |
| tree | 493476084ca1c80ad27e3a00ef4cb7b2334ea7e7 /src/attr_file.h | |
| parent | 744cc03e2b6d77712bfcb504c272d2e646da650c (diff) | |
| download | libgit2-c8b511f3cdb3f7fa63600b36bb2412099998a805.tar.gz | |
Better naming for file timestamp/size checker
Diffstat (limited to 'src/attr_file.h')
| -rw-r--r-- | src/attr_file.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/attr_file.h b/src/attr_file.h index ecd64866f..7f6932fb7 100644 --- a/src/attr_file.h +++ b/src/attr_file.h @@ -61,7 +61,7 @@ typedef struct { bool pool_is_allocated; union { git_oid oid; - git_futils_stat_sig sig; + git_futils_file_stamp stamp; } cache_data; } git_attr_file; |
