From: Junio C Hamano <gitster@pobox.com>
To: "Alex Galvin via GitGitGadget" <gitgitgadget@gmail.com>
Cc: git@vger.kernel.org, Alex Galvin <agalvin@comqi.com>,
Alex Galvin <alex.v.galvin@gmail.com>
Subject: Re: [PATCH v2] git-svn: mention `svn:global-ignores` in help+docs
Date: Tue, 13 Aug 2024 15:33:18 -0700 [thread overview]
Message-ID: <xmqqzfpg2gup.fsf@gitster.g> (raw)
In-Reply-To: <pull.1766.v2.git.git.1723578946962.gitgitgadget@gmail.com> (Alex Galvin via GitGitGadget's message of "Tue, 13 Aug 2024 19:55:46 +0000")
"Alex Galvin via GitGitGadget" <gitgitgadget@gmail.com> writes:
> From: Alex Galvin <alex.v.galvin@gmail.com>
>
> Git-SVN was previously taught to use the svn:global-ignores attribute
I think the noun they use is not "attribute" but "property".
> as well as svn:ignore when creating or showing .gitignore files from a
> Subversion repository. However, the documentation and help message
> still only mentioned svn:ignore. This commit updates Git-SVN's
"This commit updates" -> "Update".
> diff --git a/git-svn.perl b/git-svn.perl
> index a2a46608c9b..d8dc485e50d 100755
> --- a/git-svn.perl
> +++ b/git-svn.perl
> @@ -219,11 +219,11 @@ my %cmd = (
> "Set an SVN repository to a git tree-ish",
> { 'stdin' => \$_stdin, %cmt_opts, %fc_opts, } ],
> 'create-ignore' => [ \&cmd_create_ignore,
> - 'Create a .gitignore per svn:ignore',
> + "Create a .gitignore per directory with an SVN ignore property",
Hmph. Is it intentional that this "create" side uses a single
property while ...
> { 'revision|r=i' => \$_revision
> } ],
> 'mkdirs' => [ \&cmd_mkdirs ,
> - "recreate empty directories after a checkout",
> + "Recreate empty directories after a checkout",
Given that all other messages begin with capitalized verb, this is a
good change for consistency, but it was not advertised in the
proposed log message (just saying "While at it, capitalize the help
message for 'mkdirs' command. for consistency" would be sufficient).
> { 'revision|r=i' => \$_revision } ],
> 'propget' => [ \&cmd_propget,
> 'Print the value of a property on a file or directory',
> @@ -234,7 +234,7 @@ my %cmd = (
> 'proplist' => [ \&cmd_proplist,
> 'List all properties of a file or directory',
> { 'revision|r=i' => \$_revision } ],
> - 'show-ignore' => [ \&cmd_show_ignore, "Show svn:ignore listings",
> + 'show-ignore' => [ \&cmd_show_ignore, "Show .gitignore patterns from SVN ignore properties",
... the other "show" side talks about "ignore properties" (plural),
implying that both svn:ignore and svn:global-ignores may get
involved?
> { 'revision|r=i' => \$_revision
> } ],
> 'show-externals' => [ \&cmd_show_externals, "Show svn:externals listings",
>
> base-commit: cabe67c0d1819fd1e33079e92615c6c7a3dc560d
Thanks.
next prev parent reply other threads:[~2024-08-13 22:33 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-12 22:06 [PATCH] git-svn: mention `svn:globalignores` in help+docs Alex Galvin via GitGitGadget
2024-08-13 17:36 ` Junio C Hamano
2024-08-13 19:05 ` Alex Galvin
2024-08-13 19:55 ` [PATCH v2] git-svn: mention `svn:global-ignores` " Alex Galvin via GitGitGadget
2024-08-13 22:33 ` Junio C Hamano [this message]
2024-08-14 17:53 ` Alex Galvin
2024-08-14 18:55 ` Junio C Hamano
2024-08-14 20:03 ` [PATCH v3] " Alex Galvin via GitGitGadget
2024-08-14 22:12 ` Junio C Hamano
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=xmqqzfpg2gup.fsf@gitster.g \
--to=gitster@pobox.com \
--cc=agalvin@comqi.com \
--cc=alex.v.galvin@gmail.com \
--cc=git@vger.kernel.org \
--cc=gitgitgadget@gmail.com \
/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;
as well as URLs for NNTP newsgroup(s).