client/credentials: remove end of line markers from the git credentials file

A spurious \n wont do much good from call sites,
where it is not present and we do not want
to append such a thing.
38c1e6be78d3 draft — Jelmer Vernooij 2 years ago
Inline _get_ignore_manager.
14bc8b0103a3 draft — Jelmer Vernooij 2 years ago
Fix doc string.
052026e03a86 draft — mattseddon 2 years ago
Issue 793: Fix failure in get_untracked_paths when the repository contains symlinks (#830)
7dbd22ac2070 draft — timmy61109 2 years ago
Update clone.py

Update docs.
d44e222e31f1 draft — timmy61109 2 years ago
Make local path argument to clone.py optional.
77448b40c1fe draft — Jelmer Vernooij 2 years ago
Revert "Make local path argument to clone.py optional."

This reverts commit 8ba850c0690d4a9fbf0479f52653a59a499df85f.
c6a277053e92 draft — Tim Gates 2 years ago
docs: fix simple typo, techically -> technically

There is a small typo in dulwich/tests/test_missing_obj_finder.py.

Should read `technically` rather than `techically`.
2d8c5aca2b6c draft — Jelmer Vernooij 2 years ago
Release 0.20.15
22e3cdc8445e draft — Jelmer Vernooij 2 years ago
Make local path argument to clone.py optional.
35807d3a46b2 draft — Jelmer Vernooij 2 years ago
Track url in HTTPUnauthorized.
ff6b3099d721 draft — Matěj Cepl 2 years ago
Remove dependency on the external module mock. Fixes #820
1bc64e169fd0 draft — Jelmer Vernooij 2 years ago
Fix type checking on python 3.5.
53c7e99f7dc7 draft — Jelmer Vernooij 2 years ago
Update NEWS.
e264112833cc draft — Jelmer Vernooij 2 years ago
Merge branch 'commit-no-verify' of git://github.com/pmrowla/dulwich
5ceae96b6800 draft — Peter Rowlands 2 years ago
tests: add commit --no-verify test case
17ea193054b5 draft — Peter Rowlands 2 years ago
commit: add no_verify flag to skip pre-commit hooks
f8b3b5c19517 draft — Jelmer Vernooij 2 years ago
Add some functions for dealing with bundles.
e53d0ae473b5 draft — Jelmer Vernooij 2 years ago
Add bundle reading functions.
a3ce2c358931 draft — Jelmer Vernooij 2 years ago
Bump version to 0.20.14.
Next