From: Junio C Hamano <junkio@cox.net>
To: Fredrik Kuivinen <freku045@student.liu.se>
Cc: git@vger.kernel.org
Subject: Re: What's new in git.git master branch
Date: Thu, 01 Dec 2005 21:45:17 -0800 [thread overview]
Message-ID: <7vacfk9hn6.fsf@assigned-by-dhcp.cox.net> (raw)
In-Reply-To: <7vmzjljgwo.fsf@assigned-by-dhcp.cox.net> (Junio C. Hamano's message of "Thu, 01 Dec 2005 01:38:47 -0800")
Junio C Hamano <junkio@cox.net> writes:
> Fredrik Kuivinen <freku045@student.liu.se> writes:
>
>> It turns out that this change breaks the directory/file conflict
>> handling in git-merge-recursive.
>>
>> git-ls-tree -r -z <tree SHA1>
>>
>> Should we do it that way or should ls-tree be changed?
>
> Ouch. Sorry, I should have been more careful.
So we updated ls-tree to take -t flag which shows tree entries
under -r flag. I'd appreciate if you test the attached patch.
> Also I think I broke the case where base trees need to be merged
> in 58cce8a8 commit (I changed processEntry not to collapse the
> index entry when file content changes cannot be automerged, but
> that change has to be done only for the final merge, and merges
> between base trees must collapse to be able to write the index
> file out as a tree).
I think that the above worry was unfounded, because the
updateFileExt call I removed to prevent it from collapsing the
unmerged entries was in effect only in !cacheOnly case
(i.e. callDepth == 0).
next prev parent reply other threads:[~2005-12-02 5:45 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-11-30 22:57 What's new in git.git master branch Junio C Hamano
2005-12-01 8:54 ` Fredrik Kuivinen
2005-12-01 9:38 ` Junio C Hamano
2005-12-02 5:45 ` Junio C Hamano [this message]
2005-12-02 5:46 ` Junio C Hamano
2005-12-02 8:46 ` Fredrik Kuivinen
2005-12-02 8:36 ` Fredrik Kuivinen
2005-12-07 10:01 ` [PATCH 3/3] update-index: allow --index-info to add higher stages Junio C Hamano
2005-12-01 18:35 ` git-ls-tree: add "-t" option to always show the tree entries Linus Torvalds
2005-12-01 21:15 ` Junio C Hamano
2005-12-01 21:57 ` Linus Torvalds
2005-12-01 22:04 ` Junio C Hamano
2005-12-01 22:56 ` [PATCH] ls-tree: --name-only Junio C Hamano
2005-12-02 22:12 ` git-ls-tree: add "-t" option to always show the tree entries Junio C Hamano
2005-12-02 23:11 ` Linus Torvalds
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=7vacfk9hn6.fsf@assigned-by-dhcp.cox.net \
--to=junkio@cox.net \
--cc=freku045@student.liu.se \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox