public inbox for git@vger.kernel.org 
 help / color / mirror / Atom feed
From: Junio C Hamano <gitster@pobox•com>
To: Todd Zullinger <tmz@pobox•com>
Cc: git@vger•kernel.org,  "brian m. carlson" <sandals@crustytoothpaste•net>
Subject: Re: [PATCH 03/34] doc: remove unneeded .gitattributes
Date: Mon, 03 Mar 2025 13:55:57 -0800	[thread overview]
Message-ID: <xmqqjz95vkwi.fsf@gitster.g> (raw)
In-Reply-To: <20250303204443.360595-4-tmz@pobox.com> (Todd Zullinger's message of "Mon, 3 Mar 2025 15:44:01 -0500")

Todd Zullinger <tmz@pobox•com> writes:

> The top-level .gitattributes file contains entries for the Documentation
> tree.  Documentation/.gitattributes has not been touched since it was
> added in 14f9e128d3 (Define the project whitespace policy, 2008-02-10).

I'd explain this change a bit differently, but the end result I
agree with.  These days we no longer have any .txt file under the
Documentation/ hierarchy, so no matter what the other gitattributes
files at the upper level(s) do, this attribute definition for .txt
file would not do anything, so it makes perfect sense to lose it.

> Signed-off-by: Todd Zullinger <tmz@pobox•com>
> ---
>  Documentation/.gitattributes | 1 -
>  1 file changed, 1 deletion(-)
>  delete mode 100644 Documentation/.gitattributes
>
> diff --git a/Documentation/.gitattributes b/Documentation/.gitattributes
> deleted file mode 100644
> index ddb030137d..0000000000
> --- a/Documentation/.gitattributes
> +++ /dev/null
> @@ -1 +0,0 @@
> -*.txt whitespace

  reply	other threads:[~2025-03-03 21:56 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-03 20:43 [PATCH 00/34] misc *.txt -> *.adoc fixes Todd Zullinger
2025-03-03 20:43 ` [PATCH 01/34] t0450: " Todd Zullinger
2025-03-03 21:52   ` Junio C Hamano
2025-03-03 22:28     ` Todd Zullinger
2025-03-03 22:55       ` Junio C Hamano
2025-03-04  0:15         ` Todd Zullinger
2025-03-03 20:44 ` [PATCH 02/34] .gitattributes: more *.txt -> *.adoc updates Todd Zullinger
2025-03-03 20:44 ` [PATCH 03/34] doc: remove unneeded .gitattributes Todd Zullinger
2025-03-03 21:55   ` Junio C Hamano [this message]
2025-03-03 20:44 ` [PATCH 04/34] Makefile: update reference to technical/racy-git.adoc Todd Zullinger
2025-03-03 20:44 ` [PATCH 05/34] README: *.txt -> *.adoc fixes Todd Zullinger
2025-03-03 20:44 ` [PATCH 06/34] CodingGuidelines: " Todd Zullinger
2025-03-03 20:44 ` [PATCH 07/34] MyFirstContribution: " Todd Zullinger
2025-03-03 20:44 ` [PATCH 08/34] MyFirstObjectWalk: " Todd Zullinger
2025-03-03 20:44 ` [PATCH 09/34] howto/new-command: update reference to builtin docs Todd Zullinger
2025-03-03 21:59   ` Junio C Hamano
2025-03-03 20:44 ` [PATCH 10/34] technical/partial-clone: update reference to rev-list-options.adoc Todd Zullinger
2025-03-03 20:44 ` [PATCH 11/34] doc: *.txt -> *.adoc fixes Todd Zullinger
2025-03-03 20:44 ` [PATCH 12/34] advice.h: " Todd Zullinger
2025-03-03 20:44 ` [PATCH 13/34] apply.c: " Todd Zullinger
2025-03-03 20:44 ` [PATCH 14/34] builtin.h: " Todd Zullinger
2025-03-03 20:44 ` [PATCH 15/34] config.c: " Todd Zullinger
2025-03-03 20:44 ` [PATCH 16/34] contrib/long-running-filter: " Todd Zullinger
2025-03-03 20:44 ` [PATCH 17/34] diff.h: " Todd Zullinger
2025-03-03 20:44 ` [PATCH 18/34] diffcore.h: " Todd Zullinger
2025-03-03 20:44 ` [PATCH 19/34] fsck.h: " Todd Zullinger
2025-03-03 20:44 ` [PATCH 20/34] list-objects-filter-options.h: " Todd Zullinger
2025-03-03 20:44 ` [PATCH 21/34] object-name.c: " Todd Zullinger
2025-03-03 20:44 ` [PATCH 22/34] parse-options.h: " Todd Zullinger
2025-03-03 20:44 ` [PATCH 23/34] pseudo-merge.h: " Todd Zullinger
2025-03-03 20:44 ` [PATCH 24/34] refs.h: " Todd Zullinger
2025-03-03 20:44 ` [PATCH 25/34] setup.c: " Todd Zullinger
2025-03-03 20:44 ` [PATCH 26/34] simple-ipc.h: " Todd Zullinger
2025-03-03 20:44 ` [PATCH 27/34] t/helper/test-rot13-filter.c: " Todd Zullinger
2025-03-03 20:44 ` [PATCH 28/34] t6012: " Todd Zullinger
2025-03-03 20:44 ` [PATCH 29/34] t6434: " Todd Zullinger
2025-03-03 20:44 ` [PATCH 30/34] trace2.h: " Todd Zullinger
2025-03-03 20:44 ` [PATCH 31/34] trace2/tr2_sysenv.c: " Todd Zullinger
2025-03-03 20:44 ` [PATCH 32/34] transport.h: " Todd Zullinger
2025-03-03 20:44 ` [PATCH 33/34] unpack-trees.c: " Todd Zullinger
2025-03-03 20:44 ` [PATCH 34/34] xdiff: " Todd Zullinger
2025-03-03 23:46 ` [PATCH 00/34] misc " brian m. carlson
2025-03-03 23:48   ` 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=xmqqjz95vkwi.fsf@gitster.g \
    --to=gitster@pobox$(echo .)com \
    --cc=git@vger$(echo .)kernel.org \
    --cc=sandals@crustytoothpaste$(echo .)net \
    --cc=tmz@pobox$(echo .)com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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