Ryan Hedges

Results 8 comments of Ryan Hedges

Not th git tree, but bit bucket's view into the `main` branch... and the output with my formatted git log... ` l = log --graph --abbrev-commit --date=relative --pretty=format:\"%C(yellow)%h%Creset -%C(red)%d%Creset %s...

We manually configured some projects with the following to get the above behavior. ``` [request_review] verify_isolation = true [integrate] verify_isolation = false ```

To riff on this a little, it might be cool to, from git-ps, do things as normal on master, and have a command like `git-ps hot 2 23a81b` which takes...

Also, I know this is a development process thing. In CI/CD world, wouldn't you not be working with hotfix branches? You'd just push a fix or change, run the checks,...

I think the distinction of the back and forward porting is great. Thanks for clarifying! In my head I was thinking about it as a back port way because of...

For reference for anyone curious: We got the diff of my two shas and put them in a file ``` git show --pretty=raw 7e40177 > /tmp/patchstack-patch1.txt ``` then diffed them...

@drewdeponte `v1.1.1`. I tried reproducing without any luck before creating this issue. I had the same results you posted.

@drewdeponte Yes, the behavior appears to be inconsistent.