Re: [StGit PATCH 0/6] Two bugfixes

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Catalin Marinas
Date: Monday, March 24, 2008 - 2:16 am

On 24/03/2008, Karl Hasselström <kha@treskal.com> wrote:

I'll try to release 0.14.2 today or tomorrow as I'll be on holiday
afterwards for 2.5 weeks.

BTW, on the master branch, I noticed that
StackTransaction.push_patch() checks whether the patch is empty before
pushing it. The behaviour on stable is that it reports whether it's
empty after push (just like "modified", so that you know that a patch
no longer has data as a result of the merge).

On the merging side during push, we have to add the plain patch
applying first followed by a three-way merge. Do we ever need the
Index.merge() function (implemented with git-read-tree) or should we
should always uses the git-recursive-merge in
IndexAndWorktree.merge()?

-- 
Catalin
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[StGit PATCH 0/6] Two bugfixes, Karl , (Wed Mar 19, 5:31 pm)
Re: [StGit PATCH 0/6] Two bugfixes, Catalin Marinas, (Thu Mar 20, 8:19 am)
Re: [StGit PATCH 0/6] Two bugfixes, Karl , (Mon Mar 24, 1:35 am)
Re: [StGit PATCH 0/6] Two bugfixes, Catalin Marinas, (Mon Mar 24, 2:16 am)
Re: [StGit PATCH 0/6] Two bugfixes, Karl , (Mon Mar 24, 11:12 am)
Re: [StGit PATCH 0/6] Two bugfixes, Catalin Marinas, (Tue Mar 25, 3:46 am)
Re: [StGit PATCH 0/6] Two bugfixes, Karl , (Tue Mar 25, 4:05 am)
Re: [StGit PATCH 0/6] Two bugfixes, Catalin Marinas, (Tue Mar 25, 8:27 am)