Re: VCS comparison table

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Jeff King
Date: Thursday, October 26, 2006 - 2:25 pm

On Thu, Oct 26, 2006 at 01:54:38PM +0200, Nicholas Allen wrote:


It works as you expect:

$ git-init-db
$ touch foo
$ git-add foo
$ git-commit -m foo
Committing initial tree 4d5fcadc293a348e88f777dc0920f11e7d71441c
$ git-checkout -b other
$ git-mv foo bar
$ git-commit -m bar
$ git-checkout master
$ git-mv foo baz
$ git-commit -m baz$a
$ git-pull . other
Trying really trivial in-index merge...
fatal: Merge requires file-level merging
Nope.
Merging HEAD with 5a1dfd32c56a24d0ef06f0e71d731fcd49d5dc6e
Merging:
76ac76ee3ce890d43648ebc009d278dc81a327e0 baz
5a1dfd32c56a24d0ef06f0e71d731fcd49d5dc6e bar
found 1 common ancestor(s):
c9e7e95de6fdbb2af06ea44cc60d1ac1a63eaad6 foo
CONFLICT (rename/rename): Rename foo->baz in branch HEAD rename foo->bar
in 5a1dfd32c56a24d0ef06f0e71d731fcd49d5dc6e
Automatic merge failed; fix conflicts and then commit the result.

-Peff
-
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:
Re: VCS comparison table, Jakub Narebski, (Thu Oct 26, 4:48 am)
Re: VCS comparison table, Nicholas Allen, (Thu Oct 26, 4:54 am)
Re: VCS comparison table, Jakub Narebski, (Thu Oct 26, 5:13 am)
Re: VCS comparison table, Jeff King, (Thu Oct 26, 2:25 pm)
Re: VCS comparison table , Horst H. von Brand, (Thu Oct 26, 7:02 pm)
Re: VCS comparison table, Petr Baudis, (Thu Oct 26, 7:08 pm)
Re: VCS comparison table, Andreas Ericsson, (Fri Oct 27, 2:34 am)
Re: VCS comparison table, Jakub Narebski, (Fri Oct 27, 3:49 am)
Re: VCS comparison table, Andreas Ericsson, (Fri Oct 27, 4:41 am)
Re: VCS comparison table, J. Bruce Fields, (Fri Oct 27, 7:46 am)