Open
Conversation
Fix rebase deduction logic in pull.
Turn off merge with bare in normal merge mode
Upgrade NodeGit to v0.23.0
…n bare mode then open with normal mode
fix #707: failed to set workdir correctly if submodule first opened i…
Add an option --no-verify for bypassing pre-commit hooks Caveats: * pre-commit hooks is not supported with option [--interactive]
Exec 'pre-commit' hook of each submodule before start committing
Nested urls, like cache::https://example.com/my/repo, break node's url parsing. So we have to manually resolve relative urls.
no longer recurse in parallel. Recusing in parallel can create exponentially-many threads; it seems to be extremely ineffecient. Writing for all parents makes future lookups faster.
It's kind of annoying that we have to do this, but I've hit this a few times for reasons I don't really understand. So let's just make the buffer huge and hope we don't fill it.
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.15. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.11...4.17.15) Signed-off-by: dependabot[bot] <support@github.com>
Unfortunately, we have http.postbuffer set to an astronomical value due to https://gitlab.com/gitlab-org/gitlab/issues/17649. This means that high parallelism on open can cause OOMs.
Make a branch for the original commit of the conflicted rebase so that `git gc` isn't inclined to garbage-collect it.
Make hooks work with hooksPath config
Fix flaky test "rebase in a sub, was conflicted" (fixes #864)
Typos in architecture.md
…k conflict next steps
If `-u` is provided to `git meta add`, do not require a path. This more closely matches the behavior of `git add -u`. Output of `git meta add`: ``` Nothing specified, nothing added. hint: Maybe you wanted to say 'git meta add .'? ``` Output of `git add`: ``` Nothing specified, nothing added. hint: Maybe you wanted to say 'git add .'? hint: Turn this message off by running hint: "git config advice.addEmptyPathSpec false" ```
Use 'PrintStatusUtil' in cmd/add
Tracked filepaths were undergoing relative path resolution twice
Update ci.yml to use ubuntu-18.04 instead of latest for now
implement git meta add verbose flag
reduce line length extract logging logic to function fix quotes semi colon
Update branch
fix jshint issues
update test env to 20.04 ubuntu
Add no-commit option to cherry-pick
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.