[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: .gitattributes
From: |
Bruno Haible |
Subject: |
Re: .gitattributes |
Date: |
Sat, 13 Apr 2024 20:08:16 +0200 |
Collin Funk wrote:
> Also, I found out that adding '*.py diff=python' to .gitattributes
> will give a better diff hunk header [1]:
>
> diff --git a/pygnulib/GLImport.py b/pygnulib/GLImport.py
> index d44ceedcec..098bbc59ac 100644
> --- a/pygnulib/GLImport.py
> +++ b/pygnulib/GLImport.py
> @@ -1230,7 +1230,7 @@ def execute(self, filetable: dict[str, list[str]],
> transformers: dict[str, str])
That will be nice, indeed. Please, can you provide a patch (with a ChangeLog
entry)?
Bruno