jelmer/dulwich.git
2017-10-31 Jelmer VernooijPass kwargs to get_transport_and_path. porcelain-pass-kwargs bitbucket/porcelain-pass-kwargs github/porcelain-pass-kwargs samba.org/porcelain-pass-kwargs
2017-10-30 Jelmer VernooijAdd dulwich CVE.
2017-10-29 Jelmer VernooijFix over-indented line.
2017-10-29 Jelmer VernooijFix style errors.
2017-10-29 Jelmer VernooijAvoid bare except.
2017-10-29 Jelmer VernooijAvoid naming variables 'l'.
2017-10-29 Jelmer VernooijStart on 0.18.6.
2017-10-29 Jelmer VernooijRelease 0.18.5 dulwich-0.18.5
2017-10-29 Jelmer VernooijPrevent setting SSH arguments in SSH URLs when using...
2017-10-18 Jelmer VernooijFix python3 build.
2017-10-18 Jelmer VernooijRemove unused variable.
2017-10-18 Jelmer VernooijSilently ignore directories passed to Repo.stage()...
2017-10-18 Jelmer VernooijFix formatting.
2017-10-18 Jelmer VernooijForce IndexEntry for newly assigned index entries.
2017-10-18 Jelmer VernooijUpdate NEWS.
2017-10-18 Kenneth LareauProperly use origin parameter in porcelain.clone()
2017-10-15 Jelmer VernooijRaise FileLocked in GitFile.
2017-10-03 Jelmer VernooijStart on 0.18.5.
2017-10-01 Jelmer VernooijAdd NEWS entry.
2017-10-01 Fabian Grünbichlerfix variable name in hook test
2017-10-01 Fabian Grünbichleradd tests for hook cwd
2017-10-01 Fabian Grünbichleradd cwd parameter to hook
2017-10-01 Jelmer VernooijRelease 0.18.4 dulwich-0.18.4
2017-10-01 Jelmer VernooijMake default user-agent start with git/ to work around...
2017-09-21 Jakub WilkFix typo
2017-09-03 Jelmer VernooijRelease 0.18.3 dulwich-0.18.3
2017-08-31 Earl Chew[object_store] Flush before fsync when adding pack
2017-08-26 Earl Chew[object_store] Avoid leaking previous pack when adding...
2017-08-26 Earl Chew[object_store] Simplify evasive action for repacked...
2017-08-26 Jelmer VernooijUpdate AUTHORS/NEWS.
2017-08-26 Jelmer VernooijSimplify repack code a bit.
2017-08-26 Jelmer VernooijAdd test for repeated repacking.
2017-08-25 Earl ChewTake care not to remove consolidated pack after repacking
2017-08-20 François ViolettePoint to current doc folder (doc -> docs)
2017-08-19 Jelmer VernooijFix test.
2017-08-19 Jelmer VernooijProperly follow redirects over HTTP/HTTPS. Fixes #117
2017-08-19 Jelmer VernooijSupport gzip compression in smart HTTP requests.
2017-08-19 Jelmer VernooijAdd basic repack implementation.
2017-08-18 Jelmer VernooijFix style and python3 compatibility.
2017-08-18 Jelmer VernooijAdd commit_tree_changes.
2017-08-14 Jelmer VernooijFix build on python3.
2017-08-14 Jelmer VernooijFix syntax error.
2017-08-14 Jelmer VernooijFix python3 support.
2017-08-14 Jelmer VernooijHandle proxy and useragent being missing.
2017-08-10 Jelmer VernooijSupport __eq__, __contains__, __getitem__, __len__...
2017-08-07 Jelmer VernooijFix python3 compatibility.
2017-08-06 Jelmer VernooijReturn user agent in FetchPackResult.
2017-08-06 Jelmer VernooijHandle probes that hit directories.
2017-08-06 Jelmer VernooijImplement 'dulwich push'.
2017-08-06 Jelmer VernooijFix style.
2017-08-06 Jelmer VernooijProvide symrefs in server. Fixes #485
2017-08-06 Jelmer VernooijAdd docstring for FetchPackResult.
2017-08-06 Jelmer VernooijReturn symrefs from fetch_pack.
2017-08-06 Jelmer VernooijFix compat tests.
2017-08-06 Jelmer VernooijAdd RefsContainer.get_symrefs.
2017-08-06 Jelmer VernooijFix style.
2017-08-06 Jelmer VernooijAdd parse_symref_value.
2017-08-06 Jelmer VernooijAllow for capabilities to be extended with custom capab...
2017-08-06 Jelmer Vernooijparse symrefs.
2017-08-06 Jelmer VernooijFactor out negotiating capabilities.
2017-08-06 Jelmer VernooijFix style.
2017-08-06 Jelmer VernooijList all known capabilities.
2017-08-06 Jelmer VernooijAdd capability_symref.
2017-08-06 Jelmer VernooijAdd dulwich.porcelain.update_head. Fixes #439
2017-08-05 Jelmer VernooijMerge fix for treatment of empty chunks in unified...
2017-08-05 Taras Postumentadded docstring for unified_diff implementation
2017-08-05 Taras Postumentfix unified_diff implementation for issue #543
2017-08-05 Jelmer VernooijPass in config when running operations from porcelain...
2017-08-02 Jelmer VernooijUpdate appveyor URL.
2017-08-01 Jelmer VernooijStart on 0.18.3.
2017-08-01 Jelmer VernooijRelease 0.18.2 dulwich-0.18.2
2017-08-01 Jelmer VernooijSet default time that's not dependent on local timezone.
2017-08-01 Jelmer VernooijFix test of show against other commit.
2017-07-31 Jelmer VernooijStart on 0.18.2.
2017-07-31 Jelmer VernooijRelease 0.18.1 dulwich-0.18.1
2017-07-31 Jelmer VernooijStart on 0.18.1.
2017-07-31 Jelmer VernooijRelease 0.18.0 dulwich-0.18.0
2017-07-31 Damien Tournoudserver: `_want_satisfied` should not travel all the...
2017-07-30 Jelmer VernooijIgnore style errors under .tox/
2017-07-30 Jelmer VernooijFix dulwich.porcelain.show on commits with Python3...
2017-07-29 Jelmer VernooijAvoid unnecessary porcelain import.
2017-07-28 Jelmer VernooijHandle race conditions with pack directory's mtime...
2017-07-28 Jelmer VernooijFix comment - set_ack_level->set_ack_type.
2017-07-21 Jelmer VernooijFix exit code for check-ignore.
2017-07-20 Jelmer VernooijAdd and use parse_tree.
2017-07-20 Jelmer VernooijUse correct types.
2017-07-20 Jelmer VernooijFix another test case mentioned by Segev in #526
2017-07-19 Jelmer VernooijSupport printing directories in check-ignore.
2017-07-19 Jelmer VernooijAdd test for reset behaviour fixes, simplify handling...
2017-07-19 Antoine PietriGitImportProcessor: handle markers for merges
2017-07-19 Antoine PietriGitImportProcessor: handle repositories with multiple...
2017-07-19 Antoine PietriGitImportProcessor: handle commit markers
2017-07-16 Jelmer VernooijSanitize handling of paths for porcelain.add.
2017-07-16 Jelmer VernooijRequire that callers pass in a relative path to IgnoreF...
2017-07-16 Jelmer VernooijMake sure path is encoded before using it in e.g. tree...
2017-07-16 Jelmer VernooijActually remove files from disk in ``dulwich.porcelain...
2017-07-16 Jelmer VernooijAdd example based on gitignore manpage.
2017-07-16 Jelmer VernooijAdd another test for empty path elements.
2017-07-16 Jelmer VernooijAsterisk can match an empty string too.
2017-07-16 Segev FinerHandle .gitignore files with \r\n line endings
next