From: Junio C Hamano <gitster@pobox.com> To: Arnaud Morin <arnaud.morin@gmail.com> Cc: Jeff King <peff@peff.net>, git@vger.kernel.org, Kevin Willford <kewillf@microsoft.com> Subject: Re: [PATCH] patch-ids: handle duplicate hashmap entries Date: Wed, 13 Jan 2021 11:28:40 -0800 Message-ID: <xmqqk0sgy6tz.fsf@gitster.c.googlers.com> (raw) In-Reply-To: <20210113092448.GE32482@sync> (Arnaud Morin's message of "Wed, 13 Jan 2021 09:24:48 +0000") Arnaud Morin <arnaud.morin@gmail.com> writes: > Without this patch, that's even worst, consistency is broken. > Let me explain. > > With your history example: > > ---o---o---M---o---o---W---o---o---M---o--- branch > \ > o---o---o---M---o--- master > > # WITHOUT PATCH > If we imagine that master is having more commits count than branch. > The result of rev-list will be like you described: > $ git rev-list --left-right --cherry-pick branch...master > <M > <W > > In other words, it's showing both W and M. So, at least they cancel out and the reader can tell that the net effect was none --- that is "sort of understandable" result. > BUT, if we imagine now that master is having less commits count than branch. > $ git rev-list --left-right --cherry-pick branch...master > <W > > It's only showing W! Which is what I felt misleading. > # WITH PATCH > With the patch, everything is consistent, and only W is kept in ouptut, > no matter the size of history: > $ git.p rev-list --left-right --cherry-pick branch...master > <W So with the patch, the former case is made the same as the latter misleading result, which would mean that they are consistently misleading? I guess that it is better to be misleading all the time than being "sort of understandable" half the time and misleading the rest of time. At least that is consistent. Thanks.
prev parent reply other threads:[~2021-01-13 19:31 UTC|newest] Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-01-09 16:24 rev-list with multiple commits sharing same patch-id Arnaud Morin 2021-01-11 7:59 ` Arnaud Morin 2021-01-11 9:54 ` Christian Couder 2021-01-11 18:25 ` Arnaud Morin 2021-01-12 14:17 ` Jeff King 2021-01-12 15:11 ` Jeff King 2021-01-12 15:34 ` Arnaud Morin 2021-01-12 15:52 ` [PATCH] patch-ids: handle duplicate hashmap entries Jeff King 2021-01-12 16:24 ` Arnaud Morin 2021-01-12 19:13 ` Junio C Hamano 2021-01-13 9:24 ` Arnaud Morin 2021-01-13 12:59 ` Jeff King 2021-01-13 20:21 ` Junio C Hamano 2021-01-13 20:33 ` Jeff King 2021-01-13 19:28 ` Junio C Hamano [this message]
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 List information: http://vger.kernel.org/majordomo-info.html * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=xmqqk0sgy6tz.fsf@gitster.c.googlers.com \ --to=gitster@pobox.com \ --cc=arnaud.morin@gmail.com \ --cc=git@vger.kernel.org \ --cc=kewillf@microsoft.com \ --cc=peff@peff.net \ /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
git@vger.kernel.org list mirror (unofficial, one of many) This inbox may be cloned and mirrored by anyone: git clone --mirror https://public-inbox.org/git git clone --mirror http://ou63pmih66umazou.onion/git git clone --mirror http://czquwvybam4bgbro.onion/git git clone --mirror http://hjrcffqmbrq6wope.onion/git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V1 git git/ https://public-inbox.org/git \ git@vger.kernel.org public-inbox-index git Example config snippet for mirrors. Newsgroups are available over NNTP: nntp://news.public-inbox.org/inbox.comp.version-control.git nntp://ou63pmih66umazou.onion/inbox.comp.version-control.git nntp://czquwvybam4bgbro.onion/inbox.comp.version-control.git nntp://hjrcffqmbrq6wope.onion/inbox.comp.version-control.git nntp://news.gmane.io/gmane.comp.version-control.git note: .onion URLs require Tor: https://www.torproject.org/ code repositories for the project(s) associated with this inbox: https://80x24.org/mirrors/git.git AGPL code for this site: git clone https://public-inbox.org/public-inbox.git