Closed black7375 closed 2 months ago
Latest commit: 73481e4114629ed36c92b7a71fbf8ef64ec8b924
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
The recent changes to the .gitattributes
file enhance the management of text and binary files within the repository. By setting * text=auto
, text files will be treated consistently across platforms. Furthermore, specific files and directories, including those for package management and various multimedia formats, are now designated as binary. This effort aims to streamline version control and improve overall repository organization.
Affected Files | Change Summary |
---|---|
.gitattributes |
Set * text=auto for consistent line endings; marked .yarn/**/* , .png , .jpg , and .mp4 as binary. |
In the code, a rabbit hops with glee,
For text and binary, clear as can be.
With.gitattributes
set just right,
No more confusion, all files in sight!
Let’s code away, with joy and delight! 🐇✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Triggered from https://github.com/mincho-js/mincho/pull/72 by @​black7375.
Checking if we can fast forward main
(54686cbe584fbaa1968f9747601ec3c5c9fc4ea6) to attribute
(73481e4114629ed36c92b7a71fbf8ef64ec8b924).
Target branch (main
):
commit 54686cbe584fbaa1968f9747601ec3c5c9fc4ea6 (HEAD -> main, origin/main, origin/HEAD)
Author: alstjr7375 <alstjr7375@daum.net>
Date: Fri Aug 16 00:06:49 2024 +0900
Chore: Combine fast forward and release workflows #69
With fast forward, the on push event on main doesn't work.
Pull request (attribute
):
commit 73481e4114629ed36c92b7a71fbf8ef64ec8b924 (pull_request/attribute)
Author: alstjr7375 <alstjr7375@daum.net>
Date: Fri Aug 16 23:56:39 2024 +0900
Chore: LF/CRLF problem #71
It is possible to fast forward main
(54686cbe584fbaa1968f9747601ec3c5c9fc4ea6) to attribute
(73481e4114629ed36c92b7a71fbf8ef64ec8b924). If you have write access to the target repository, you can add a comment with /fast-forward
to fast forward main
to attribute
.
/fast-forward
Triggered from https://github.com/mincho-js/mincho/pull/72#issuecomment-2293680537 by @​black7375.
Trying to fast forward main
(54686cbe584fbaa1968f9747601ec3c5c9fc4ea6) to attribute
(73481e4114629ed36c92b7a71fbf8ef64ec8b924).
Target branch (main
):
commit 54686cbe584fbaa1968f9747601ec3c5c9fc4ea6 (HEAD -> main, origin/main, origin/HEAD)
Author: alstjr7375 <alstjr7375@daum.net>
Date: Fri Aug 16 00:06:49 2024 +0900
Chore: Combine fast forward and release workflows #69
With fast forward, the on push event on main doesn't work.
Pull request (attribute
):
commit 73481e4114629ed36c92b7a71fbf8ef64ec8b924 (pull_request/attribute)
Author: alstjr7375 <alstjr7375@daum.net>
Date: Fri Aug 16 23:56:39 2024 +0900
Chore: LF/CRLF problem #71
Fast forwarding main
(54686cbe584fbaa1968f9747601ec3c5c9fc4ea6) to attribute
(73481e4114629ed36c92b7a71fbf8ef64ec8b924).
$ git push origin 73481e4114629ed36c92b7a71fbf8ef64ec8b924:main
To https://github.com/mincho-js/mincho.git
54686cb..73481e4 73481e4114629ed36c92b7a71fbf8ef64ec8b924 -> main
Description
Related Issue
71
Summary by CodeRabbit
Additional context
Checklist