Handle invalid ref that pretends to be a sub-folder under a valid ref
[jelmer/dulwich.git] / dulwich / tests / test_refs.py
2018-12-15 KS ChanHandle invalid ref that pretends to be a sub-folder...
2018-11-07 Jelmer VernooijSkip cyrrilic test on windows; doesn't support arbitrar...
2018-06-29 Damien Tournoudrefs: Clean-up parent directories when removing references
2018-06-15 Jelmer VernooijMerge basic stash support.
2018-05-07 Jelmer VernooijUpdate my email address. jelmer@samba.org => jelmer...
2018-04-12 Jelmer VernooijFix style.
2018-04-12 Jelmer VernooijPrimarily use encoded paths in DiskRefsContainer.
2018-04-12 Jelmer VernooijFollowup fix for #608; also handle Repo.get_refs.
2018-04-09 Jelmer VernooijFix handling of encoding for tags. #608
2018-02-20 Jelmer VernooijMerge support for origin_name in porcelain.fetch().
2018-02-20 Kenneth LareauMake porcelain.fetch() actually do the fetch into the...
2017-08-06 Jelmer VernooijAdd RefsContainer.get_symrefs.
2017-08-06 Jelmer VernooijAdd parse_symref_value.
2017-07-11 Jelmer VernooijFix all flake8 style issues.
2017-01-04 Koen MartensFix failing test-cases on windows.
2016-09-17 Jelmer VernooijUpdate header to reflect that license is now Apachev2...
2016-07-03 Jelmer VernooijAllow ZERO_SHA to mean 'does not exist' when setting...
2016-07-02 Jelmer VernooijAdd RefsContainer.follow() method. Addresses issue...
2016-06-06 Jelmer VernooijFix tests when running in ASCII environment. (#433).
2015-06-03 Jelmer VernooijCope with other filesystem encodings that don't support...
2015-05-31 Jelmer VernooijFix regression in handling of tags. (#302).
2015-05-12 Jelmer VernooijMerge branch 'index_validate_path_element' of git:...
2015-05-11 Gary van der MerweMake sure we clean up all temp dir when running tests.
2015-05-07 Gary van der MerweRevert "Change the way methods that take a path argumen...
2015-04-23 Gary van der MerwéChange the way methods that take a path argument behave.
2015-04-17 Jelmer VernooijRun more tests on Python3.
2015-03-22 Jelmer VernooijMerge branch 'cve-0.9.8'
2014-12-03 Jelmer VernooijMerge further improvements towards python3 support...
2014-11-22 Gary van der MerwePort refs to python 3.
2014-11-08 Jelmer VernooijMerge branch 'python3'.
2014-11-08 Gary van der MerweSkip tests in python3 that fail (most of them :-()
2014-04-02 Jelmer VernooijMerge branch 'python3' of git://github.com/garyvdm...
2014-04-02 Gary van der MerweUse next(iter) instead of iter.next()
2014-04-02 Gary van der MerweUse io.BytesIO rather than cStringIO.
2013-12-01 Jelmer VernooijMove refs tests to dulwich.tests.test_refs.