diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-08-07 11:10:58 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-08-07 11:24:37 +0200 |
commit | 740b161bfaddbd236c9d052546f27dd4af30582c (patch) | |
tree | 6635a86cf206f4111dcceb0f46c34691ccaf3ca3 /difftool/difftool.h | |
parent | 55914564db1ce7a4fc71e9dc34156aa144661d0d (diff) |
Add flag to difftool to also compare time stamps
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'difftool/difftool.h')
-rw-r--r-- | difftool/difftool.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/difftool/difftool.h b/difftool/difftool.h index 3d2b6e6..072af02 100644 --- a/difftool/difftool.h +++ b/difftool/difftool.h @@ -33,6 +33,7 @@ enum { COMPARE_NO_PERM = 0x01, COMPARE_NO_OWNER = 0x02, COMPARE_NO_CONTENTS = 0x04, + COMPARE_TIMESTAMP = 0x08, }; int compare_dir_entries(tree_node_t *a, tree_node_t *b); |