From 0fdf6c3aaff49494c47aaeb0caa04b3016e10a26 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Mon, 21 Jun 2010 15:45:29 +0200 Subject: index: Entries are now using flags internally, instead of reducing the flag information to just the stage ( just to be closer to the git-original ) --- lib/git/objects/tree.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/git/objects/tree.py') diff --git a/lib/git/objects/tree.py b/lib/git/objects/tree.py index 0da62060..eb8aa9eb 100644 --- a/lib/git/objects/tree.py +++ b/lib/git/objects/tree.py @@ -121,7 +121,7 @@ class Tree(base.IndexObject, diff.Diffable, utils.Traversable, utils.Serializabl __slots__ = "_cache" # actual integer ids for comparison - commit_id = 016 + commit_id = 016 # equals stat.S_IFDIR | stat.S_IFLNK - a directory link blob_id = 010 symlink_id = 012 tree_id = 004 -- cgit v1.2.1