dulwich:blame

Last commit made on 2017-07-16
Get this branch:
git clone -b blame https://git.launchpad.net/dulwich

Branch merges

Branch information

Name:
blame
Repository:
lp:dulwich

Recent commits

9935d15... by Jelmer Vernooij

Style fixes.

52a1c9b... by Jelmer Vernooij

Avoid creating a new list() during annotate.

21bc1db... by Jelmer Vernooij

Add news entry about annotate.

b1e6020... by Jelmer Vernooij

Use slightly faster SequenceMatcher.

e2d3026... by Jelmer Vernooij

Add annotate support.

85b5383... by Jelmer Vernooij

Sanitize handling of paths for porcelain.add.

6e4a4d6... by Jelmer Vernooij

Require that callers pass in a relative path to IgnoreFilterManager.

3189194... by Jelmer Vernooij

Make sure path is encoded before using it in e.g. tree lookups.

Should fix tests on Windows.

caf0748... by Jelmer Vernooij

Actually remove files from disk in ``dulwich.porcelain.remove``. Fixes

4807bc4... by Jelmer Vernooij

Add example based on gitignore manpage.