git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* cg-update/cg-merge refuse to update if state is dirty?
@ 2005-08-23  8:09 Martin Langhoff
  2005-08-23 14:22 ` Carl Baldwin
  0 siblings, 1 reply; 2+ messages in thread
From: Martin Langhoff @ 2005-08-23  8:09 UTC (permalink / raw)
  To: GIT

Should cg-update or cg-merge be refusing to merge if the tree is
dirty? If there are uncommitted files, and the merge fails, a lot of
unrelated changes will be dumped on the working tree, which ends up
with a mix of things.

cheers,


martin

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: cg-update/cg-merge refuse to update if state is dirty?
  2005-08-23  8:09 cg-update/cg-merge refuse to update if state is dirty? Martin Langhoff
@ 2005-08-23 14:22 ` Carl Baldwin
  0 siblings, 0 replies; 2+ messages in thread
From: Carl Baldwin @ 2005-08-23 14:22 UTC (permalink / raw)
  To: Martin Langhoff; +Cc: GIT

Hello,

Here's a thought.  It might be nice, in this situation, to have
something like a git-undo-script that can undo the changes in the index
storing them in a tree object but not wrapping them into a commit.  A
ref to the tree can be stored in an 'undo' file somewhere under .git.
When the merge is done then a git-redo-script can retrieve and merge
that tree back into the index.  This way, cg-{merge,update} could refuse
--- which I tend to think it should --- to merge into a dirty tree but
it wouldn't be so inconvenient.

cogito would handle synchronization with the working copy like normal.

Carl

On Tue, Aug 23, 2005 at 08:09:04PM +1200, Martin Langhoff wrote:
> Should cg-update or cg-merge be refusing to merge if the tree is
> dirty? If there are uncommitted files, and the merge fails, a lot of
> unrelated changes will be dumped on the working tree, which ends up
> with a mix of things.
> 
> cheers,
> 
> 
> martin
> -
> 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
> 

-- 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 Carl Baldwin                        Systems VLSI Laboratory
 Hewlett Packard Company
 MS 88                               work: 970 898-1523
 3404 E. Harmony Rd.                 work: Carl.N.Baldwin@hp.com
 Fort Collins, CO 80525              home: Carl@ecBaldwin.net
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-08-23 14:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-23  8:09 cg-update/cg-merge refuse to update if state is dirty? Martin Langhoff
2005-08-23 14:22 ` Carl Baldwin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).