From: "Uwe Kleine-König" <ukleinek@informatik.uni-freiburg.de>
To: Git Mailing List <git@vger.kernel.org>
Subject: rerere fails to record resolution if file doesn't exist in merge base
Date: Mon, 9 Jul 2007 09:07:25 +0200 [thread overview]
Message-ID: <20070709070725.GA4445@lala> (raw)
Hello,
Some time ago, I sent a test for that[1], but the patch doesn't apply
anymore.
Anyhow, the failure still exists, even though the original report was
sent when rerere was still a perl script ...
zeisberg@cassiopeia:/tmp/rerere$ git init
Initialized empty Git repository in .git/
zeisberg@cassiopeia:/tmp/rerere$ mkdir .git/rerere
zeisberg@cassiopeia:/tmp/rerere$ echo just something to commit > file
zeisberg@cassiopeia:/tmp/rerere$ git add file
zeisberg@cassiopeia:/tmp/rerere$ git commit -m 1
Created initial commit 51384cb: 1
1 files changed, 1 insertions(+), 0 deletions(-)
create mode 100644 file
zeisberg@cassiopeia:/tmp/rerere$ git branch b
zeisberg@cassiopeia:/tmp/rerere$ echo lala > lolo
zeisberg@cassiopeia:/tmp/rerere$ git add lolo
zeisberg@cassiopeia:/tmp/rerere$ git commit -m 2
Created commit 98b91cc: 2
1 files changed, 1 insertions(+), 0 deletions(-)
create mode 100644 lolo
zeisberg@cassiopeia:/tmp/rerere$ git checkout b
Switched to branch "b"
zeisberg@cassiopeia:/tmp/rerere$ echo lali > lolo
zeisberg@cassiopeia:/tmp/rerere$ git add lolo
zeisberg@cassiopeia:/tmp/rerere$ git commit -m 2a
Created commit bb900f3: 2a
1 files changed, 1 insertions(+), 0 deletions(-)
create mode 100644 lolo
zeisberg@cassiopeia:/tmp/rerere$ git pull . master
Auto-merged lolo
CONFLICT (add/add): Merge conflict in lolo
Automatic merge failed; fix conflicts and then commit the result.
zeisberg@cassiopeia:/tmp/rerere$ perl -n -i -e "print if /^l/" lolo
zeisberg@cassiopeia:/tmp/rerere$ cat lolo
lali
lala
zeisberg@cassiopeia:/tmp/rerere$ git rerere
zeisberg@cassiopeia:/tmp/rerere$
In my eyes the last command should have recorded the resolution for
lolo, shouldn't it?
Best regards
Uwe
[1] http://article.gmane.org/gmane.comp.version-control.git/19267
--
Uwe Kleine-König
http://www.google.com/search?q=1+stone%3D
next reply other threads:[~2007-07-09 7:07 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-09 7:07 Uwe Kleine-König [this message]
2007-07-09 8:22 ` rerere fails to record resolution if file doesn't exist in merge base Junio C Hamano
2007-07-09 11:35 ` Uwe Kleine-König
2007-07-09 13:40 ` Johannes Schindelin
2007-07-09 13:47 ` [PATCH] rerere: record resolution even if file is not " Johannes Schindelin
2007-07-09 15:32 ` Uwe Kleine-König
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20070709070725.GA4445@lala \
--to=ukleinek@informatik.uni-freiburg.de \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.