Andreia Gaita
Andreia Gaita
Configuration tool and new targets for setting everything up from scratch so I can play new targets: libs, install configuration: creates env.mk, which does the same as build/config-local.mk but auto-generated...
Following up on PR #2894 , this implements the missing features of TimexProperty.ToString(), adding support for date ranges, date + duration, etc. This also fixes a bunch of off-by-one bugs...
**Describe the bug** Following up on #2894, `TimexProperty.ToString()` is incomplete when it comes to supporting string representations of all of the different timex types. Examples that it doesn't support: |...
Fixes #244 SSH_ASKPASS/GIT_ASKPASS will ask for a password if there isn't one. If the command line asks for a password, use a custom UI to ask for it. I haven't...
This is a starting list of the user guides that we should probably have at a minimum. Some of them have already started to be fleshed out, others need starting....
We should add the Dispose pattern to the style guide so we don't have to go hunting for it whenever we need it. We should also audit the existing code...
`package.sh` is now tagging the name of the built package with a commit count of the current branch and the commit hash. `package.cmd` needs to be updated to do the...
This is a large refactor to reuse the api source in https://github.com/Unity-Technologies/Git-for-Unity (via a fork in https://github.com/spoiled/Git-for-Unity), so this repo will only concern itself with building the UI. It also...
We were throwing away some important information when a spawned process failed, but we're also recording way too much environment information that we don't need, so clean all of that...
Git now officially supports worktrees, which are git clones that are mirrored/linked to a master clone. https://git-scm.com/docs/git-worktree The way it works is, when you run `git worktree add`, git checks...