-
Hi there and thanks a lot for Release-it and this plugin!
With this conf:
```toml
[git]
requireCommits = true
commit = false
getLatestTagFromAllRefs = true
[plugins]
[plugins."@release-it/…
-
Currently, `git_patch_from_diff` will successfully return a NULL patch for a binary or unchanged file. However, other functions to generate a `git_patch` will generate a valid patch object in those c…
-
Being red-green colorblind, git gui's diff view is hard to parse for me.
Right now I'm patching git gui to replace `#00a000` with `blue`, but each time git gets updated, I have to reapply the patch..…
-
Package: minhook:x64-windows-static@1.3.3#3
**Host Environment**
- Host: x64-windows
- Compiler: MSVC 19.41.34123.0
- vcpkg-tool version: 2024-10-18-e392d7347fe72dff56e7857f7571c22301237ae6
v…
-
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used [patch-package](https://github.com/ds300/patch-package) to patch `react-native-toast-message@2.2.1` for the project I'm…
-
# Summary
I'm using fedora installed inside termux using proot-distro. submit50 was installed using pipx. submit50 gets stuck at a certain point when I have git commit signing enabled.
# Logs
```
…
-
Release checklist:
Tagging:
- [ ] Write release notes in `docs/release-notes.md`. Get them reviewed and merged
- [ ] If the release signing key has changed because a new Fedora release has go…
-
I want to build chromium for window x_86. For this, I build liboqs using this command:
cmake .. -DCMAKE_INSTALL_PREFIX=%CHROMIUM_ROOT%/third_party/boringssl/src/oqs -DOQS_USE_OPENSSL=OFF -DCMAKE_BUIL…
-
### Describe the bug
It seems that Tauri Android app don't expect the application process to outlive the MainActivity, which is common in android world if you are running a foreground service
In…
-
Personally i like _git format-patch_ patches, as maintainer i can just _git am_ them and authort is in.
Also, although it is not well-known, you can put multiple patches in a file with something like…