diff options
-rw-r--r-- | doc/devblog/day_396__misc_fixes.mdwn | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/devblog/day_396__misc_fixes.mdwn b/doc/devblog/day_396__misc_fixes.mdwn new file mode 100644 index 000000000..ed9219adf --- /dev/null +++ b/doc/devblog/day_396__misc_fixes.mdwn @@ -0,0 +1,11 @@ +A productive day of small fixes. Including a change to deal with an +incompatability in git 2.9's commit.gpgsign, and couple of fixes +involving gcrypt repositories. + +Also several improvements to cloning from repositories where an adjusted +branch is checked out. The clone automatically ends up with the adjusted +branch checked out too. + +The test suite has 3 failures when run on a FAT repository, all involving +adjusted branches. Managed to fix one of them today, hope to get to the +others soon. |