ungit
ungit copied to clipboard
The easiest way to use git. On any platform. Anywhere.
``` > [email protected] bumpdependencies > ncu --upgrade --reject bootstrap Default stdin handling is deprecated. Please add the --stdin option. Upgrading /home/runner/work/ungit/ungit/package.json @primer/octicons ~17.3.0 → ~17.4.1 diff2html ~3.4.17 → ~3.4.18 jquery-ui...
I can't seem to get remote repos work over ssh. I tried multiple different ssh-agent setups and all did result with this warn: ``` Responding with ERROR: {"isGitError":true,"errorCode":"permision-denied-publickey","command":"-c color.ui=false -c...
Bumps [jquery-ui](https://github.com/jquery/jquery-ui) from 1.13.1 to 1.13.2. Release notes Sourced from jquery-ui's releases. jQuery UI 1.13.2 Released! https://blog.jqueryui.com/2022/07/jquery-ui-1-13-2-released/ Commits d6c028c 1.13.2 8cc5bae Checkboxradio: Don't re-evaluate text labels as HTML b53e7be All:...
I moved some generic fixes down on my branch and I think these can be considered for inclusion in master. I added the more contentious ones near the top so...
Use nodegit
This is a work in progress - the idea is to replace as many git calls as possible with nodegit calls. Cc @ylecuyer who started this effort Fixes #260 if...
(This problem has only come up for me with Rust projects, due to the nature of the build procedure) To reproduce easily: - create an empty Cargo project: `cargo new...
I'm running the electron version and ungit crashes if there is an app.asar (seems to depend on which app.asar it is, and where the file is located) in the folder...
Right now, the status area has checkboxes to indicate what will be committed, and no indication of what is staged. How about adding a staging mode, where clicking the checkbox...
closes: #1091 - Speed optimizations at the graph component [#1508](https://github.com/FredrikNoren/ungit/pull/1508) - speed up logic for `NodeViewModel.isViewable()` logic by using a map instead of doing `array.include()` - throttling ko observable change...
Hi all, Got a couple of little issues with the UI in Ungit. 1. Cloning a repo via https: - Clones fine, creates local folder fine, ui appears showing repo....