Archive for September, 2006

Cogito-0.17.4

Thursday, September 28th, 2006
From: Petr Baudis
To: git@vger.kernel.org

Hello,

cogito-0.17.4 was just released - bugfixes release on the latest stable line of the Cogito user-friendly Git user interface.

Just a few tiny bugfixes. So, what’s new?

* Make cg-commit -p imply -e

* Fix cg-commit -M with relative path called from a subdirectory

* Be way more paranoid when failing to apply patches w/ cg-commit -p

* Do not use type -P (bash31ism)

* Make documentation build with `make` not being GNU make

* When fetching, autofollow lightweight tags as well

via lwn.net

GIT 1.4.2.1 released

Sunday, September 17th, 2006
From: Junio C Hamano
To: git@vger.kernel.org
Date: Wed, 13 Sep 2006 12:19:21 -0700

The latest maintenance release GIT 1.4.2.1 is available at the usual places:

http://www.kernel.org/pub/software/scm/git/ This release is primarily for these two fixes:

  • * git-mv was broken. Notably, this did not work:
    git-mv foo foo-renamed
  • * git-http-fetch failed to follow objects/info/alternates on the remote side. This broke a fetch from Paul’s powerpc.git repository.

via LWN.net