Date: Thu, 21 Jan 2021 09:24:28 -0800 From: Mark Millard <marklmi@yahoo.com> To: uqs@freebsd.org, dev-commits-src-main@freebsd.org Subject: Re: git: a9fc14fbf445 - main - newvers.sh: add support for gitup(1) Message-ID: <38C7FD1F-4C7D-4EFC-8217-95CF4ECDB5A5@yahoo.com> References: <38C7FD1F-4C7D-4EFC-8217-95CF4ECDB5A5.ref@yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Ulrich Sp=C3=83=C2=B6rlein uqs at FreeBSD.org wrote on Wed Jan 20 09:49:49 UTC 2021 : > While here, drop the redundant branch name from the git output and = don't > count commits in shallow clones. >=20 The branch name part of the patch breaks how I work with multiple branches and I will be locally "reverting" it in my branches unless FreeBSD itself reverts it. For my context it even breaks how I would work for main vs. stable/12 if I ever did something with stable/12 . (I'm not using shallow clones, it is the branch name removal that messes up my specific way of working.) In other words, for how I choose to work, the branch name is not redundant. Going in another direction: mixing gitup/clone-counting and the branch name removal in the same commit and in the code structure means that I'm unable to just skip a commit to deal with the branch name issue. =3D=3D=3D Mark Millard marklmi at yahoo.com ( dsl-only.net went away in early 2018-Mar)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?38C7FD1F-4C7D-4EFC-8217-95CF4ECDB5A5>