Viewing profile — jpgrayson
jpgrayson
HN member- Joined
- Wed, Sep 16, 2015, 2:27 PM UTC
- HN karma
- 37
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About jpgrayson
Recent public activity
-
comment
Comment #45686230
StGit maintainer here. I have been a jj user for over a year now. It has proven superior to StGit for all of my workloads. I even use jj when maintaining StGit. An incomplete list …
-
comment
Comment #27307234
Obviously `stg push` and `git push` are different commands, but to your point, yes, they have very different meanings and the overlap is somewhat unfortunate. StGit uses push/pop i…
-
comment
Comment #27307103
Ah ha, someone did use `stg publish`! I removed it because it was challenging to test and maintain, its semantics are somewhat complex, and it wasn't clear that it provided value t…
-
comment
Comment #27307027
Thanks for the recognition! I think I get the gist of what this interactive script does and how you propose to extend it. A PR for such a script to go into StGit's contrib director…
-
comment
Comment #27306937
Good point that StGit's docs could benefit from a compare/contrast with interactive rebase workflows. Thanks! > slightly nicer interface to interactive rebase More accurate to say …
-
comment
Comment #27306282
With the kind of git workflow you describe, bringing StGit into your tooling/workflow may not be worthwhile. I'd say if you wanted to do these kinds of stack manipulations a little…
-
comment
Comment #27306230
I originally used mercurial and its queues (mq) extension and then found StGit when switching to an organization using git for version control. Thus I got used to the patch-stack m…
-
comment
Comment #27306084
Probably the main value-add of StGit versus the git-only workflow described is that StGit makes operations on its stack of patches fast and fluid. Reordering patches with StGit is …
-
comment
Comment #27305951
StGit maintainer here. You are correct that conflicts can occur when pushing or reordering patches. These conflicts are resolved with the regular git mechanisms. I.e. conflict mark…
-
comment
Comment #15511889
From what I can tell, there are issues both with sway and alacritty that lead to the current incompatibility. https://github.com/jwilm/alacritty/issues/97 https://github.com/swaywm…
-
comment
Comment #15510980
I have been running sway on Arch on an XPS13 for the past nine months. As a longtime i3 user, I found the transition as painless as I could have hoped given the bleeding-edge natur…