David Barnett

Results 409 comments of David Barnett

I could also imagine some related curation tools for e.g. moving a local branch to "draft mode" to not be published or synced yet.

This is also one of the areas jj was dinged in the comparison table at https://blog.waleedkhan.name/git-ui-features/#data.

Graphite also uses "sync" to refer to this same kind of "pull-and-restack" operation: https://docs.graphite.dev/guides/graphite-cli/syncing-and-resolving-conflicts Do we envision jj ever would support that kind of bidirectional "pull + push"? If so,...

+1 to start simple, but eventually I think it's worth supporting split if it's going to support fold, or something to conveniently solve the case when I have a stray...

Still being discussed in the issue I linked, AFAICT no real benefit to closing as stale in the meantime but if you want to that's fine.

I wanted to do the same kind of scripted install. Still no simple recommended solution? In my case I'm trying to install 3 (bash, markdown, yaml), and the interactive prompting...

FYI I used a variation on this using `timer_start()` instead of `:sleep`, because it was bugging me having the UI frozen during the install. I defined a function in my...

I'm sure that's fine, I guarantee you understand the security implications better than I do, it just startled me seeing my password echoed to the screen as I started typing...

Also closes #401. Looks like one of the two upstream PRs has landed and we're just waiting on rust-lang/git2-rs#1031 to finalize this? Or are there other blockers?

+1 would love a hint to use `untrack`. Would it be better for `status` to include a hint (a) every time you run it while a file in the repo...