From c042f56fc801235b202ae43489787a6d479cd277 Mon Sep 17 00:00:00 2001 From: Vincent Driessen Date: Thu, 14 Apr 2016 13:23:35 +0200 Subject: Export NULL_TREE --- git/diff.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git/diff.py b/git/diff.py index 67d1986c..7a75ffed 100644 --- a/git/diff.py +++ b/git/diff.py @@ -16,7 +16,7 @@ from git.compat import ( ) -__all__ = ('Diffable', 'DiffIndex', 'Diff') +__all__ = ('Diffable', 'DiffIndex', 'Diff', 'NULL_TREE') # Special object to compare against the empty tree in diffs NULL_TREE = object() -- cgit v1.2.1