-
Hello,
I do `git_remote_fetch()` and then `git_merge()`, to which I provide annotated commit created from FETCH_HEAD. After that operation, if I enter in shell `git commit`, I get commit message of th…
-
Hi, would it be possible to update jgit to version 7?
it supports working with git worktrees, which the current version used here doesn't
https://projects.eclipse.org/projects/technology.jgit/rele…
-
In March 2024, we decided that we need to upgrade the Checked C clang sources to a newer version of clang. The Checked C clang source are currently based on clang 12.0.2, from Jan. 2021.
I update…
-
**Is your feature request related to a problem? Please describe.**
Sometimes it's useful to revert a range of commits.
**Describe the solution you'd like**
In git you can revert commits A-B via `…
-
**Is your feature request related to a problem? Please describe.**
I'd like a rule to enforce case on the ```protected``` keyword in a protected type declaration and body. For example, I'd like
``…
-
We use changeset on CI to check the bump plan. It was working as expected on Node 14.
After upgrading to Node 18 the script fails with the following error
```
Failed to find where HEAD diverged fro…
-
I personally preferred to use git submodule to manage dependencies. Here's how I get it working.
### 1. Manually add dependencies of RmlUi.
I'm using GL3 backend with GLFW.
![image](https://git…
-
![image](https://github.com/user-attachments/assets/180f0c38-9069-40ac-930f-396cd580449c)
When hovering over a source file, if the file has a CCSID of 65535, the reported CCSID shows as 37.
Also, if…
-
PS C:\Users\tldms\taveproject_FE> git commit -m "FEAT: 검색기능추가, 세션 상세페이지추가"
On branch kse
Your branch and 'origin/kse' have diverged,
and have 3 and 8 different commits each, respectively.
(use…
-
a declutter rule including a line like
`WEIGHT Bold`
has no effect in PyQt6. (a) the weight scaling seems to have changed (1--1000 instead of 1--99), and (b) the placement of Weight within QFont…