Hi, On Fri, Jan 29, 2021 at 04:45:44PM +0100, Andrej Shadura wrote: > Hi, > > On Wed, 04 Nov 2020 16:02:01 +0100 Andrej Shadura <andre...@debian.org> > wrote:> Quite a lot of packages ship .gitattributes in their tarballs, > leading > > to strange effects while building packages and, most importantly, > > leading to the imports not creating Git trees identical to the tarballs. > > > > A remedy to this would be git-buildpackage creating .git/info/attributes > > with this content: > > > > * -text -eol -crlf -ident -filter -working-tree-encoding > > > > This disables any transformation of the version-controlled file. > > > > Even better would be if gbp created the Git trees manually using > > low-level Git commands which don’t take Git attributes into account. > > > > Fixing this bug will also fix #719363. > > Any update on this?
Can we close this as we have git-setup-gitattributes and an option to gbp-clone now? Cheers, -- Guido > > Thanks! > > -- > Cheers, > Andrej