From e10dc073d5ebe6a4f29d8a6d024c5685738c985c Mon Sep 17 00:00:00 2001 From: Sverre Rabbelier Date: Wed, 11 Jun 2008 21:15:00 +0200 Subject: [PATCH] Changelog for 11-06-2008 --- changelog.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/changelog.txt b/changelog.txt index f9ef8b1..936e247 100644 --- a/changelog.txt +++ b/changelog.txt @@ -98,3 +98,18 @@ branches of 'stats.py branch' were ran through prettyPrint before being displayed. As a result the HEAD commits were shown instead of the names of the branches. +Worked on a a way to get return values for function calls. +Later found out that the latest git-python has such a +feature, so that work was double. Instead spent time on +getting git-python working 'out of the box' which involved +upgrading to the latest version, in which all trailing +whitespace (including newlines) is removed by default. + +Added testcases for commit.py, which pointed out a major +bugs in the --diff-contains filter (noticed it before, but +had not taken the time to investigate). Fixing the bug took +quite some time, mainly because git-python first had to be +extended to support GIT_PYTHON_TRACE=full, which prints the +result of all git calls. With that working, it was a lot +easier to see what was going on. + -- 2.11.4.GIT