We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07b124c commit c042f56Copy full SHA for c042f56
git/diff.py
@@ -16,7 +16,7 @@
16
)
17
18
19
-__all__ = ('Diffable', 'DiffIndex', 'Diff')
+__all__ = ('Diffable', 'DiffIndex', 'Diff', 'NULL_TREE')
20
21
# Special object to compare against the empty tree in diffs
22
NULL_TREE = object()
0 commit comments