git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [StGit PATCH 0/6] Use git conflict handling on push
@ 2007-08-20  8:11 David Kågedal
  2007-08-20  8:11 ` [StGit PATCH 1/6] Split git.merge into two functions David Kågedal
                   ` (2 more replies)
  0 siblings, 3 replies; 18+ messages in thread
From: David Kågedal @ 2007-08-20  8:11 UTC (permalink / raw)
  To: catalin.marinas, git; +Cc: David Kågedal

This series of patches updates "stg push" to leave conflicts in the
index, in the normal git fashion.

This means that conflict handling and resolution are handled by git
and not stg, which should make it possible to simplify stg quite a
bit.  For instance, the 'conflicts' file should go away.

Unfortunately, this patch series isn't complete, since it doesn't
remove all uses of the stg merge code.  The remaining client of that
code is the "sync" command, which I have never used, and haven't
studied very much.  But if that command is changed somehow, then most
of the code in gitmergeonefile.py will go simply away. And the
'conflicts' file will not be used.


See also previous discussions:

https://gna.org/task/?5140
http://thread.gmane.org/gmane.comp.version-control.git/48271

-- 
David KÃ¥gedal

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

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

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-20  8:11 [StGit PATCH 0/6] Use git conflict handling on push David Kågedal
2007-08-20  8:11 ` [StGit PATCH 1/6] Split git.merge into two functions David Kågedal
2007-08-20  8:11   ` [StGit PATCH 2/6] Don't try to merge files that merge-recursive already merged David Kågedal
2007-08-20  8:12     ` [StGit PATCH 3/6] Don't touch state after conflict in push David Kågedal
2007-08-20  8:12       ` [StGit PATCH 4/6] Added a test case to check what happens when push finds a conflict David Kågedal
2007-08-20  8:12         ` [StGit PATCH 5/6] Simplify merge_recursive David Kågedal
2007-08-20  8:12           ` [StGit PATCH 6/6] Use the output from merge-recursive to list conflicts David Kågedal
2007-08-22  9:21     ` [StGit PATCH 2/6] Don't try to merge files that merge-recursive already merged Karl Hasselström
2007-08-22  9:37       ` David Kågedal
2007-08-22  9:44         ` Karl Hasselström
2007-08-22  9:59           ` Karl Hasselström
2007-08-22 10:29             ` [StGIT PATCH] Leave working dir and index alone after failed (conflicting) push Karl Hasselström
2007-08-20  8:55   ` [StGit PATCH 1/6] Split git.merge into two functions David Kågedal
2007-08-20 23:52     ` Junio C Hamano
2007-08-21 19:35       ` Uwe Kleine-König
2007-08-22 10:04         ` Junio C Hamano
2007-08-22  9:17 ` [StGit PATCH 0/6] Use git conflict handling on push Karl Hasselström
2007-08-23 14:54 ` Catalin Marinas

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).