-
v1.4.1-rc2abc02670 · ·
GIT 1.4.1-rc2 Many fixes since v1.4.1-rc1 was issued. Notable are: - git-cvsimport to manage multiple branches are (hopefully) fixed now (Martin and Johannes). - git-rebase learned how to use 3-way merge backends by "git-rebase --merge" (Eric Wong). - git-svn updates (Eric Wong). - "git-commit -m" breakage was fixed (me).
-
v1.4.1-rc1bf9e9542 · ·
GIT 1.4.1-rc1 As promised, 1.4.X series will be managed slightly differently, and this is in preparation of the first installment of it. The releases will come from the "master" branch to contain both fixes and enhancements from now on. Hotfix releases when necessary would have 1.4.X.Y revision numbers, but I am hoping that we do not have to do that very often. Since all the exciting and potentially risky developments are to happen on the "next" branch and they are supposed to graduate to "master" branch after they are reasonably well cooked, this change will help the end-users to stay reasonably current without hopefully not introducing unexpected problems. The older scheme left out all the enhancements if people followed packaged versions, and gave big surprises when upgrading from version X.Y.Z to X.(Y+1).0 which was not so nice.