-
# Feature Request
When upgrading old code bases, rector currently generates a single diff with changes of all rules.
For a more readable and reviewable git history, it is beneficial to do commits …
-
### CI Number
_No response_
### Latest version
- [X] The issue is in the develop branch
- [ ] The issue is in the latest released 4.1.x
### Duplicates
- [X] I have searched the existing issues
#…
-
### Description
Support [smimesign](https://github.com/github/smimesign) program for signing commits using S/MIME. The smimesign tool was [developed by GitHub itself](https://github.blog/changelog/20…
-
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
In the commits view, after you press en…
-
e.g., an equivalent to git reset --hard HEAD~1
-
## Description
jj abandons work from pruned PR branches and mangles history if the pr repo is fetched before the origin.
## Steps to Reproduce the Problem
Minimal reproduction:
1. Add two git …
-
When using `git.log()` with `filepath` argument provided, the commit list filters out entries in some circumstances, which the reference git implementation does not do. Namely, if an executable bit on…
-
https://morelly.de/post/20240328_git_gpg_sign_commits/?code=aed4335b554198afeee1
-
### Description of the bug
When I have say 9 commits in my stack, and I use "git reword" to only update the LAST commit, git-branchless still rewrites _all_ commits.
Ideally, only the changed (and…
-
Put binary/script in .git/hooks/commit-msg
Return status 0 if commit ok, non-zero for failure.
The program receives file containing commit msg as first arg.
Investigate how to make this hook follow t…