File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change 22CHANGES
33=======
44
5+ 0.1.6
6+ =====
7+
8+ General
9+ -------
10+ * Removed ambiguity between paths and treeishs. When calling commands that
11+ accept treeish and path arguments and there is a path with the same name as
12+ a treeish git cowardly refuses to pick one and asks for the command to use
13+ the unambiguous syntax where '--' seperates the treeish from the paths.
14+
15+ * ``Repo.commits``, ``Repo.commits_between``, ``Reop.commits_since``,
16+ ``Repo.commit_count``, ``Repo.commit``, ``Commit.count`` and
17+ ``Commit.find_all`` all now optionally take a path argument which
18+ constrains the lookup by path. This changes the order of the positional
19+ arguments in ``Repo.commits`` and ``Repo.commits_since``.
20+
21+
22+ Commit
23+ ------
24+ * ``Commit.message`` now contains the full commit message (rather than just
25+ the first line) and a new property ``Commit.summary`` contains the first
26+ line of the commit message.
27+
28+ Diff
29+ ----
30+ * The diff parser is now far faster and also addresses a bug where
31+ sometimes b_mode was not set.
32+
33+ * Added support for parsing rename info to the diff parser. Addition of new
34+ properties ``Diff.renamed``, ``Diff.rename_from``, and ``Diff.rename_to``.
35+
36+
5370.1.5
638=====
739
You can’t perform that action at this time.
0 commit comments