Re: git: 132f818ddbf4 - main - contrib/lutok: update from 0.4 to 0.6.2
- In reply to: Enji Cooper : "git: 132f818ddbf4 - main - contrib/lutok: update from 0.4 to 0.6.2"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 03 Sep 2026 13:06:37 UTC
On Mon, 31 Aug 2026 16:29:36 +0000 Enji Cooper <ngie@FreeBSD.org> wrote: > The branch main has been updated by ngie: > > URL: > https://cgit.FreeBSD.org/src/commit/?id=132f818ddbf457ee67d502cd89b5a18e0a34713d > > commit 132f818ddbf457ee67d502cd89b5a18e0a34713d > Merge: 037d45a0526f 447d4fe61d8b > Author: Enji Cooper <ngie@FreeBSD.org> > AuthorDate: 2026-08-31 16:29:06 +0000 > Commit: Enji Cooper <ngie@FreeBSD.org> > CommitDate: 2026-08-31 16:29:06 +0000 > > contrib/lutok: update from 0.4 to 0.6.2 Given the .gitignore aren't present in the 0.4 release tarball, weren't they manually added back then? > contrib/lutok/.gitignore | 21 - > contrib/lutok/admin/.gitignore | 8 - Could it be that the purpose was to avoid committing the following? > contrib/lutok/Makefile.in | 1574 ++ > contrib/lutok/aclocal.m4 | 1733 ++ > contrib/lutok/admin/ar-lib | 279 + > contrib/lutok/admin/compile | 351 + > contrib/lutok/admin/config.guess | 1480 ++ > contrib/lutok/admin/config.sub | 1802 ++ > contrib/lutok/admin/depcomp | 792 + > contrib/lutok/admin/install-sh | 541 + > contrib/lutok/admin/ltmain.sh | 11524 +++++++++ > contrib/lutok/admin/missing | 236 + Thanks