Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [egit-dev] Team->commit on projects belonging to multiple repos

In which use cases is this multi repo commit relevant?
What happens in case of amend and how are how does this fit together with Change-Ids?
We would like to simplify the code, remove Git Index and provide real staging.
So we thought things would be easier if we could remove the multi repo commit.
-- Jens

-----Original Message-----
From: Robin Rosenberg [mailto:robin.rosenberg@xxxxxxxxxx] 
Sent: Montag, 18. Oktober 2010 18:23
To: Baumgart, Jens
Cc: egit-dev@xxxxxxxxxxx
Subject: Re: [egit-dev] Team->commit on projects belonging to multiple repos


18 okt 2010 kl. 18:09 skrev Baumgart, Jens:

> Currently it's possible to execute Team->Commit on projects p1,p2 where p1 and p2 belong to different repos r1 and r2.
> You enter a commit message m and the following is created:
>  
> Commit c1 in r1 with message m
> Commit c2 in r2 with message m (same message!)
>  
> Is this behavior really intended or should the commit action be disabled if the selected projects belong to more than one repo?
> If we allow commit on one repo only, code of commit action could be simplified.

This is intentional.

-- robin




Back to the top