dulwich:travis-gpg

Last commit made on 2019-01-25
Get this branch:
git clone -b travis-gpg https://git.launchpad.net/dulwich

Branch merges

Branch information

Name:
travis-gpg
Repository:
lp:dulwich

Recent commits

75be96f... by Jelmer Vernooij

Add libgpgme-dev.

1b19fca... by Jelmer Vernooij

install gpg in travis.

4a92a7b... by Jelmer Vernooij

Merge branch 'http-client-fix-url-redirect-location' of git://github.com/anlambert/dulwich

5d725b9... by Jelmer Vernooij

Merge branch 'line-ending-convert-followup' of git://github.com/comet-ml/dulwich

d8a1bed... by Jelmer Vernooij

Add support for prune/prune_tags arguments to porcelain.fetch.

5148c0c... by Antoine <email address hidden>

Fix url redirect location handling in HttpGitClient

cd03d80... by Jelmer Vernooij

Add 'extra' pgp, including dependency on gpg.

3ff25e0... by Jelmer Vernooij

Support short ids in parse_commit.

6331d36... by Jelmer Vernooij

Support passing in repo path to get_object_by_path.

19cc89b... by Boris Feld <email address hidden>

Activate the binary detection by default

As binary detection was turned off, all binary files were given to the
line-ending filter and ended up altered, showing as modified in status for
example.