Avoid relying on ~/.gitconfig existing.
[jelmer/dulwich.git] / dulwich / _diff_tree.c
2013-11-20 Jelmer VernooijFix unnecessary incref of Py_False.
2013-11-19 Jelmer VernooijSome minor improvements to _diff_tree.c:
2012-02-09 Jelmer VernooijMerge fix for formatting of 'extension not found' messages.
2012-02-09 Risto KankkunenMerged master
2011-12-26 Jelmer VernooijMerge trunk.
2011-11-13 Jelmer VernooijMerge fix to avoid calling free_objects() on NULL in...
2011-11-12 Chris Eberlefree_objects may have tried to free uninitialized ...
2011-03-02 Ted Horst_diff_tree_.c: Fix double decref of objects module.
2011-02-12 Jelmer VernooijFix running of dulwich.tests.compat.test_web.
2011-01-29 Jelmer VernooijMerge sphinxification of documentation, by Lukasz Balce...
2011-01-25 Jelmer VernooijFix get_transport_and_path compatibility with pre-2...
2011-01-24 Pascal QuantinFix the build on Windows.
2010-12-19 Tay Ray Chuan_diff_tree.c: fix Py_SIZE implementation for python...
2010-12-18 Jelmer VernooijFix unitialised variable, trivial formatting issues.
2010-12-18 Dave Borowitzdiff_tree: C implementation of count_blocks.
2010-12-18 Dave Borowitzdiff_tree: C implementation of _merge_entries.
2010-12-18 Dave Borowitzdiff_tree: C implementation of _is_tree.