Fix spacing.
[jelmer/dulwich.git] / dulwich / repo.py
2018-10-20 Jelmer VernooijFix spacing.
2018-10-20 Jelmer VernooijSupport the i18n.commitEncoding setting.
2018-06-15 Jelmer VernooijMerge basic stash support.
2018-05-07 Jelmer VernooijUpdate my email address. jelmer@samba.org => jelmer...
2018-05-04 Jelmer VernooijMerge branch 'fix-porcelain-fetch' of https://github...
2018-04-16 Jelmer VernooijAdd Repo.get_shallow.
2018-04-12 Jelmer VernooijAdd checkout argument to clone. Fixes #503
2018-04-12 Jelmer VernooijUse pack data rather than actual objects during fetch.
2018-04-12 Jelmer VernooijPass along progress function for pack writing progress.
2018-01-24 Jelmer VernooijFix syntax.
2018-01-24 Jelmer VernooijRaise exception when user identity misses email. Fixes...
2018-01-13 Jelmer VernooijMerge branch 'test_commit_marker' of https://github...
2018-01-13 Antoine PietriFix some style issues so the CI is happy
2018-01-12 Jelmer VernooijAllow passing in unicode strings to config objects.
2018-01-12 Jelmer VernooijMerge remote-tracking branch 'alistair-broomhead/gitign...
2018-01-07 Jelmer VernooijFix style.
2018-01-07 Jelmer VernooijStart writing reflog entries.
2017-12-05 Jelmer VernooijMerge branch 'porcelain-pass-kwargs' of https://jelmer...
2017-11-18 Jelmer VernooijPass correct type to config methods.
2017-10-18 Jelmer VernooijSilently ignore directories passed to Repo.stage()...
2017-07-11 Jelmer VernooijFix all flake8 style issues.
2017-06-16 Jelmer VernooijPass 'mkdir' argument onto Repo.init_bare() from Repo...
2017-03-31 Jelmer VernooijSome style fixes.
2017-01-26 Jelmer VernooijAllow passing in relative paths to porcelain.add().
2017-01-23 Jelmer VernooijImplement MemoryRepo.set_description.
2017-01-20 Jelmer VernooijRemove unnecessary __docformat__ settings, broken text.
2017-01-05 Søren LøvborgRepo: enable "with" statement support for closing
2017-01-04 Jelmer VernooijSome minor formatting fixes.
2017-01-04 Koen MartensWhen initializing repo, probe file-system to determine
2016-12-28 Jelmer VernooijAdd remote in dulwich.porcelain.clone.
2016-12-11 Jelmer VernooijAdd constant for default ref.
2016-10-25 Jelmer VernooijFix Python3 compatibility and warnings during tests.
2016-10-25 Jelmer VernooijSome refactoring, simplifications.
2016-10-25 Laurent RineauSupport linked working directories
2016-10-25 Laurent Rineau# This is a combination of 8 commits.
2016-09-17 Jelmer VernooijUpdate header to reflect that license is now Apachev2...
2016-07-02 Jelmer VernooijAdd RefsContainer.follow() method. Addresses issue...
2015-11-23 Jelmer VernooijAvoid using regular expressions for gitfile parsing.
2015-11-23 Jelmer VernooijAdd constant for control dir name.
2015-09-09 Jelmer VernooijSupport refspecs properly in porcelain.pull and porcela...
2015-08-17 Jelmer VernooijMerge support for Repo.discover.
2015-07-31 bmcorserHopeful for Windows compat
2015-07-31 bmcorserAddressing PR comments
2015-07-31 bmcorserAdd `discover` classmethod
2015-05-24 Tommy YuFix handling of 'done' in graph walker and implement...
2015-05-21 Jelmer VernooijMake tree_to_fs_path and fs_to_tree_path private.
2015-05-18 Jelmer VernooijMerge branch 'checkout_paths2' of git://github.com...
2015-05-14 Gary van der MerweImprove checkout path handling:
2015-05-14 Gary van der MerweAvoid encoding or decoding checkout paths.
2015-05-07 Gary van der MerweRevert "Change the way methods that take a path argumen...
2015-05-04 Gary van der MerwéClose Repo, ObjectStore, and Pack objects.
2015-05-03 Jelmer VernooijMerge branch 'close_subprocess' of git://github.com...
2015-05-03 Gary van der MerwéAdd `Repo.close()`.
2015-04-23 Gary van der MerwéChange the way methods that take a path argument behave.
2015-04-18 Jelmer VernooijSupport python3 in grafts module.
2015-04-17 Jelmer VernooijAdd support for python3 to remainder of dulwich.repo.
2015-04-17 Jelmer VernooijConvert repo to python3.
2015-03-22 Jelmer VernooijMerge branch 'cve-0.9.8'
2015-03-02 Jelmer VernooijSome cleanup.
2015-03-02 diryboyImplement LocalGitClient.send_pack
2015-01-18 Jelmer VernooijAdd support for core.protectNTFS.
2014-06-18 Jelmer VernooijMerge branch 'with' of git://github.com/garyvdm/dulwich
2014-06-18 Gary van der MerweUse with statement rather than try: finaly: x.close().
2014-06-05 Jelmer VernooijMerge branch 'octal-numbers' of git://github.com/garyvd...
2014-06-04 Jelmer VernooijMerge branch 'python3-close-files' of git://github...
2014-06-04 Gary van der MerweClose file objects.
2014-06-03 Jelmer VernooijMerge branch 'py3k' of git://github.com/Ormod/dulwich
2014-06-01 Jelmer VernooijAdd 'flakes' target invoking pyflakes, and fix some...
2014-05-24 Jelmer VernooijMove logic for creating blog from path to dulwich.index.
2014-04-24 Robert BrownAdd symbolic link support to Repo.stage().
2014-04-02 Jelmer VernooijMerge branch 'python3' of git://github.com/garyvdm...
2014-04-02 Gary van der MerweUse io.BytesIO rather than cStringIO.
2014-04-02 Gary van der MerweApply some lib2to3.fixes.fix_idioms (exclued list(x...
2014-04-02 Gary van der MerweApply lib2to3.fixes.fix_except
2014-03-18 milkiAdd ConfigFile support to MemoryRepos
2014-03-16 milkiAllow do_commit to make dangling commits
2014-03-07 Jelmer VernooijBreak long lines, update NEWS.
2014-03-07 Jelmer VernooijMerge branch 'ticket-144' of git://github.com/jonashaag...
2014-03-06 Jonas HaagRaise TypeError if unicode string is used as key
2014-01-28 Jelmer VernooijMerge milki's shallow branch support.
2014-01-28 Jelmer VernooijSimplify handling of shallows, without involving tempor...
2014-01-28 Jelmer VernooijSimplify shallows handling.
2014-01-25 Jelmer VernooijPass in commit during shallow clone, to avoid extra...
2014-01-25 Jelmer VernooijSimplify use of getattr.
2014-01-21 milkiLook for shallow graft file in new Repos
2014-01-21 milkiSpecify custom get_parents
2014-01-21 milkiAdd shallow grafts to repo before fetching objects
2013-12-08 Jelmer VernooijRaise KeyError rather than TypeError when passing in...
2013-12-04 Jelmer VernooijRemove long deprecated Repo.ref and Repo.revision_history.
2013-12-04 Jelmer VernooijRemove some long deprecated methods on Repo.
2013-11-27 Jelmer VernooijAdd LocalGitClient.
2013-11-25 Jelmer VernooijAvoid double lookups of commits during walking operations.
2013-11-24 Jelmer VernooijMake graftpoints methods private for the moment.
2013-11-24 milkiremove extraneous repo.serialize
2013-11-24 milkigraftpoints are required to parse/serialize
2013-11-24 milkiSimplify get_parents
2013-11-24 milkiNo need to parse grafts on file creation
2013-11-24 milkiWalker uses Repo.get_parents
2013-11-24 milkiparse and serialize graftpoints
2013-11-10 Jelmer VernooijDeprecate Repo.ref.
next