From aa1b156ee96f5aabdca153c152ec6e3215fdf16f Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Wed, 14 Jan 2015 16:23:17 +0100 Subject: Added 'path' keyword argument to Repo.archive(). This allows sub-trees to be archived as well, and makes `.archive()` feature complete. Fixes #67 --- doc/source/changes.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/source/changes.rst') diff --git a/doc/source/changes.rst b/doc/source/changes.rst index e18b07ce..d81f90a6 100644 --- a/doc/source/changes.rst +++ b/doc/source/changes.rst @@ -5,6 +5,7 @@ Changelog 0.3.6 - Features ================ * Added `Repo.merge_base()` implementation. See the `respective issue on github `_ +* `[include]` sections in git configuration files are now respected * A list of all issues can be found here: https://github.com/gitpython-developers/GitPython/issues?q=milestone%3A%22v0.3.6+-+Features%22+ 0.3.5 - Bugfixes -- cgit v1.2.1