Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/gitextensions/gitextensions

Git Extensions is a standalone UI tool for managing git repositories. It also integrates with Windows Explorer and Microsoft Visual Studio (2015/2017/2019).
https://github.com/gitextensions/gitextensions

IDE0008 Use explicit type instead of var (#11284)

Follow up to ba7b679180c46ce39948c6bf17386b17d340c1a0

Several manual changes, like formatting...

89962d9f88b7efd8995492e2565e2ba1693c30e3 authored over 1 year ago
Remove use of `var` to follow project code style (#11276)

ba7b679180c46ce39948c6bf17386b17d340c1a0 authored over 1 year ago
Checkout: fix git error when branch name is ambiguous (#11277)

When trying to checkout a branch **with the same name than an existing folder**
like 'scripts" ...

d391b9c50ca5137740349cb1cb304ec9d77103a5 authored over 1 year ago
Sort file members

82cc89bf81b3bd235e6d4e64cf7c7f041e571fb6 authored over 1 year ago
Move PatchGrid specific functionality from GitModule

121859c6e09854c224b38fc85781ad50d6acaab1 authored over 1 year ago
Limit HEAD parents when inserting artificial in grid (#11266)

HEAD may not be included in git-log in some scenarios.
One example is an old checkout in the Li...

a728f5f08b066b420cd34c0b65d9c4f3d6e67a88 authored over 1 year ago
Make `SubmoduleStatusProvider` DI-friendly (#11271)

4eae18437d306aeb8ca676b78b58a1494c5db8b0 authored over 1 year ago
Make HotkeySettingsManager DI-friendly (#11251)

* Make HotkeySettingsManager DI-friendly
* Docs and update return types

---------

Co-auth...

65e1385dc63f1e92a1035a2918d8e064bf6c8e60 authored over 1 year ago
Correct IScriptsManager resolution in Settings dialog (#11254)

Resolves #11253

8ec3ae8202771de6bccca68e7580104dc6f78ed2 authored over 1 year ago
Set FormCheckoutRevision default button (#11256)

Follow up for #11231

d1d0db08325987de1e2dc10a170a10e96f65292e authored over 1 year ago
Rename type GitCommandHelpers to Commands (#11233)

44cf233dbe8224ad14d6d86b3783b6e63b6c0f8b authored over 1 year ago
Rename type GitCmd to Commands (#11233)

and hide class GitCommand in it

b7b4d6fb0550000d81023146670d6698ff49e780 authored over 1 year ago
Simplify GitCommand (#11233)

54389589c1b92e2b2d31865942410cd63c751826 authored over 1 year ago
Remove namespace GitCommands.Git.Commands (#11233)

7993d6bc95f003339d8cfbf683467ef3bd923f8f authored over 1 year ago
Update translations (#11250)

* Update translations
* Update contributors
* Update change log

d3b383c77a3cda85b835c7e6325c0ebb146a8be9 authored over 1 year ago
Update namespaces and folders

a0d8a30c79ba54e5b231786f46d381b96c584955 authored over 1 year ago
Refactor scripts engine

* Make the scripts manager and the runner DI friendly.
* Refactor and clean up the API surface

ad975756174c381f185d57f72adf690eb339984a authored over 1 year ago
Plumb service provider to settings pages (#11235)

9b09b11a3d5ac3b8e7feb3d5673aaa8a9cfa61ce authored over 1 year ago
Source generate the boilerplate (#11249)

Windows Forms designer requires a default constructor to be able
to open a form on the design s...

48e7537bba21c2c83d817943697191a708c7cda4 authored over 1 year ago
Bump version to 4.3

3e9e24170bdd57a503ef616c48f5cebb12fa018a authored over 1 year ago
Update translations at 75%

30fc268feb3f09a7ba6cc9286611977de9bdc16a authored over 1 year ago
Merge branch 'release/4.2' into release/4.0

6f16c9ef0925c94b64184692317ecdc13c79c4cd authored over 1 year ago
Fix build by removing random version suffix

7cd38634011ccef37ea87d6e2831ae188399f45d authored over 1 year ago
Update appveyor.yml

Do not increment build numbers for PR builds

3804f7a6ab1681829cacb7c185ba4e7520d83386 authored over 1 year ago
Modernise FormCheckoutRevision (#11231)

* VS reformat

* Modernise FormCheckoutRevision

Contributes to #6183

dcc8069bc671442bf2afbda0b866f0eec8afa62c authored over 1 year ago
Use RevisionReader to read GitRevision with Notes (#11245)

* Use RevisionReader to read GitRevision with Notes

Do not allocate when replacing VerticalFe...

6fd6c26d3558feecf9145395cb10f647301aa7e4 authored over 1 year ago
Add comment for skip worktree together with assume unchanged (#11243)

* Add comment for skip worktree together with assume unchanged

Used in FormCommit

* fixup!...

e558ca1a40b4a3cda8c6445eebcf3c500ab63bb7 authored over 1 year ago
editor: Add feature to move line up/down with ALT + UP/DOWN (#11247)

* editor: Add feature to move line up/down with ALT + UP/DOWN

by better handling of hotkeys i...

32e7ec820b8b033c5dcf8ac9cd9e03a9e763c7a3 authored over 1 year ago
FormPush: Allow push even if no branch is selected in first tab

Check if a branch is selected only if the 1st tab is the selected one
allowing to push tags (fro...

099b907635b4057350a7edef0238ef6443401bda authored over 1 year ago
RevisionReader: No reflog for notes (#11234)

Co-authored-by: Gerhard Gerhard Olsson <[email protected]>

c5fb38974ffffa0d24833f078b49fd9a3e583f54 authored over 1 year ago
Decode revision reader directly to Span (#11225)

* Decode revision reader directly to Span

Avoid allocations, do not allocate a string when de...

f2bff50fdfc684e12c3eb1e572299f5a0b7b3fe5 authored over 1 year ago
CommitMessageManager: Fixup ThrowIfNull (#11232)

093a56efb6f4ef76396cad56bcad29af833db89c authored over 1 year ago
Replace MEF service injection with ServiceProvider

d725f7f570b6cb2f7e1e11470fa4841f0abcd2ec authored over 1 year ago
Plumb service provider

d18de86d4d879f9c69f0ef597f44889291df7837 authored over 1 year ago
RevisionGridControl: Hide tooltip on Escape (#11218)

and remove unnecessary, unexpectedly fired MouseEnter handler

2ad9fa0cdfc75863f24f9725e708c6304d91ea93 authored over 1 year ago
Store ObjectId in uint64 (#11223)

Store ObjectId in 2*uint64+1*uint32 instead of 5*uint32
This reduces the number of calls handli...

df7d618b7536d414941544da9caaf6625c67d226 authored over 1 year ago
Optimize ObjectId.ToString() (#11224)

using Convert.ToHexString()

305625e0d1d57da0d7f529d321f9839cd98172f7 authored over 1 year ago
Remove ObjectId.Equals(string) (#11222)

only one usage

e1552f7753ac65a7c0c6a6f4b635aca72839edd0 authored over 1 year ago
Optimize ObjectId parsing (#11208)

Use optimized Utf8Parser(Span<>) methods to parse Git commit hashes.

Remove unused methods.

4acc29c5e4e7be3a33a9d91d9e742455ab09d2a7 authored over 1 year ago
Rebase: fix accuracy of data in list of commits displayed (#11206)

* rebase: fix accuracy of data in list of commits displayed

by using "done" file for commits ...

c0dbe189de321b1c13f32fc4747a62d64803f538 authored over 1 year ago
Feature/gitlab integration (#11105)

cad0513ce94f057e69ff98d2431b63a19d04c1e5 authored over 1 year ago
Git Command Log: Show git verb; extend context menu (#11215)

* FormGitCommandLog rewritten by MSVS

* GitCommandLog: Add git verb, copy, shortcuts

* fix...

befa8e2b618b0d0818e56674af6b30a2d63eb6d4 authored over 1 year ago
Add hotkey to ToolStripButton Default Pull/Fetch (#11219)

5fd06e4fb85c240ce3c28bea7550cd9116da06a3 authored over 1 year ago
Remove impossible result from OpenWithDifftool* (#11202)

419581f711df9ca9ef94c821b0331f7f17b08084 authored over 1 year ago
Replace JTF.RunAsync() with exception-safe wrappers (#11152)

40d69b508a5bde1c2e7c161c5d425104d8dfcb2a authored over 1 year ago
Replace InvokeSync() and InvokeAsync() (#11152)

224359cb31130f15771766f2941d6f4e070ab9bd authored over 1 year ago
LeftPanel: Replace _updateSemaphore with ExclusiveTaskRunner (#11162)

and correctly await Task instances
in order to avoid deadlocks

883fc52ac61b16915e109aa2b1c86e42ac4d5983 authored over 1 year ago
Rebase: improve perfs when displaying list of commits

by retrieving all the commits data with only one `git log` call
instead of one by commit.
It is ...

e9d28857a31dd7eab0f1cf87d7b9f3d950b39e68 authored over 1 year ago
Cancel pending GitStatusMonitor operations on form dispose (#11187)

e32ec29a6f2aae25c6166930c79efd03c191e164 authored over 1 year ago
Make ExecuteAsync cancellable and kill canceled processes (#11194)

* Kill cancelled processes

f2f86e6fb2498238fcca2f1f30141bcce61b1456 authored over 1 year ago
Force OpenSSH to use SSH_ASKPASS if a password is requested (#11199)

0cf4260c89603376e15c445fbef77efc241111eb authored over 1 year ago
FormDiff: Let DiffFiles decide about the diff groups (#11203)

in order to be consistent with other FileStatusLists

6bfff5e457587cfc54bcc5d31d6b0c88923d80b9 authored over 1 year ago
Fixed padding of the revision grid in the file history window (#11201)

Fixes #11071

385a8a7541bc4d07a0dec15f0f57dd3744ffc03d authored over 1 year ago
Option - ask for confirmation on branch checkout (#11186)

Fixes #11116

ddcca63658679228d3935bbad77a494d778d6241 authored over 1 year ago
Goto current line when opening internal text editor (#11191)

Goto currently selected line in diff/tree/commit editor,
when opening the internal editor (e.g....

6a64d95a9a39cd57664daf7469ce536eb1e2c4dc authored over 1 year ago
Better report test hangs (#11192)

ee050a538907e1ceaa4f1d4d17f27f57df6665bf authored over 1 year ago
Signed contributors.txt (#11184)

64bbb296ce1b2cce50fe2a4b8f82eee8ca367729 authored over 1 year ago
Update cherrypick dialog (#11158)

* Auto-updated by VS
* Switch to GitExtensionsDialog
* Update layout
* Fix taborder
* Rename...

002530e6f625f99a24ad71870803b0a2ad586c8a authored over 1 year ago
FormCleanupRepository: unset form AcceptButton (#11181)

that introduce some strange behavior
where it opens the choose directory dialog when "Enter" in...

0054eca1dae486819c4503c69e4494011bba5254 authored over 1 year ago
Remove superfluous .Invoke() (#11137)

ccfb77fe21c5851cac0d252f9b93a190f82a14f4 authored over 1 year ago
Use SwitchToMainThreadAsync() instead of Control.Invoke() (#11137)

8b8bd911bc4499632b0dd1d84c16458653ef9ca8 authored over 1 year ago
FormClone: Remove duplicate calls from ctor (#11137)

keep them in OnRuntimeLoad()

aa5bfd291cc24994f52ce7327da7a42742d50aea authored over 1 year ago
Simplify use of JTF.Run() (#11137)

74adaddd3257a09d53b0432b6bcbb9a70edc6e79 authored over 1 year ago
FormClone: Fixup usage of JTF.Run() (#11137)

5c1dcc41dd9a8e7cc10e0f95fb6403ff4810887b authored over 1 year ago
Hold back users from reporting external errors (#11174)

e8026ac944b4393a1aca73a03aab6b2411d20e07 authored over 1 year ago
Fixup ReportFailToLoadAnAssembly (#11174)

ce3089726fec606c5b05173cc0ec0d868879126f authored over 1 year ago
Throw OperationCanceledException on Ctrl+C (#11174)

instead of plain ExternalOperationException

6b03e4a35a3058d949d2d6b9b6bf75b4b5e43c4b authored over 1 year ago
AppearanceSettingsPage: Improve keyboard navigation (#11177)

AppearanceSettingsPage.Designer rewritten by MSVS
Fixup TabIndex, RowStyles
Add mnemonics to G...

10d4156a214a9a1cb402d0320c2fa7ff08b15e4e authored over 1 year ago
Present git-diff errors in diffViewer (#11175)

ad877da59854aae81766b70b589b6464437d6bc3 authored over 1 year ago
Present vertical tab as return in commit message (#11171)

Shift-return adds vertical tab in the message which may be
rendered as an unknown char instead ...

eba35082f88ab3f271df09c613ab1d7f27a94136 authored over 1 year ago
Revision reader tweak (#11170)

Avoid replace \v in email etc

Make revision reading slightly easier to read.

898a33a7048ed2466360fa9da3544fb7c6ce8307 authored over 1 year ago
Call RevisionGraph.CacheTo() from single context (#11167)

ee586125adbfdc0b643adad46a4bd8ec46312596 authored over 1 year ago
IsRowCacheDirty: Safer detection (#11167)

5276764eb6a1f1a6d131a367d1e4ed4269c16177 authored over 1 year ago
BackgroundUpdater: Avoid getting stuck on exception (#11167)

b5addcb0d92a61ba12beab040e167cc40604bb95 authored over 1 year ago
Improved context menu detection when using keyboard (#11161)

Fixes #11072

cc098cd7910d0d1c2808b72b6de9a5a89183107c authored over 1 year ago
Use the correct interface of JContainer for indexer (#11169)

fixup for 786904e93e8abad6891d395d5d8367f741cfacca

a081c619920ff60ce99cd5ff4762799592dd9fb0 authored over 1 year ago
EditNetSpell: Avoid ObjectDisposedException (#11160)

and remove unnecessary LINQ calls

7e00ab2834ac817660a4c5d223a09a8059a5b271 authored over 1 year ago
Avoid always caught exception for unset settings (#11159)

027e83a0cd873c23e98983b47e280aff9adf10c5 authored over 1 year ago
FormCommitTests: Disable AppSettings.ProvideAutocompletion (#11157)

5fc8e6d5792371cf01c2b054e28c1ef2b15b83ea authored over 1 year ago
IDE0057 simplify substring (#11149)

368c3245feda822feee61075abacd169542f3570 authored over 1 year ago
More user friendly handling for "Could not load file or assembly" exceptions (#11074)

19e646362f4189459173b0e609ec451c7b52a80a authored over 1 year ago
Clean working directory skip paths (#11102)

Fixes #11099

Allow users to exclude certain file paths when cleaning repository

b94bd9c73e2ee9d0df470fb052718a1b5c236da6 authored over 1 year ago
Straighten multiple segments, including when there are commits (#11059)

ae93fbc4b6340247d537d37cb252618f57e537f4 authored over 1 year ago
Prevent from breaking FormCommit designer (#11144)

7176681d7469868e724a1ed416fd44705733c416 authored over 1 year ago
Refactor TaskManager.FileAndForget() (#11136)

Rename RunAsyncAndForget() to FileAndForget(), too

b094fac25bb1e86a9d8cd1e322ca19c94a55be4e authored over 1 year ago
TaskManager.FileAndForget: Remove arg fileOnlyIf (#11136)

d8ef62ce04957c7c8dc76d5e7052191ccdfe7501 authored over 1 year ago
Replace more LINQ First/Last with indexer (#11141)

786904e93e8abad6891d395d5d8367f741cfacca authored over 1 year ago
Hide build server status tab if not configured (#11134)

The WebBrowser control uses IE11 and may give a bad experience.
Disable it unless explicitly en...

79a312b929947bce9a3ce5f3e2096c11f543ad31 authored over 1 year ago
CA1826: Use property instead of Linq (#11131)

For Count(), First(), Last(), Any()

baf74cd225f96d87bff0dc64f5375b776737c0ee authored over 1 year ago
CA1826: Use property instead of Linq (#11131)

For FirstOrDefault(), LastOrDefault()

925a88edbe9c98a461e99aeb6b4d40a65c055cf0 authored over 1 year ago
IDE0056 index operator (#11130)

66e31b5dbc48bcb8d7bc23db342bc85fff6badd4 authored over 1 year ago
Simplify RevisionGraphColumnProvider.RevisionGraphDrawStyle (#11123)

7246caf7186bd3ac176630c6a0cdff1421b3dc26 authored over 1 year ago
Avoid drawing the same graph curve twice (#11123)

only if unrelated branches are colored
addendum to #10915

8138a08b4e6c95af704d1fb470f74f40a3afd44e authored over 1 year ago
Use C# 9 pattern matching (#11113)

Simplify the code by using pattern matching in checks.
In a few places, the suggestion CA1826 w...

7e30f536df2d6ab62723b72cb98e6accc9f1577f authored over 1 year ago
Add winget (#11126)

99ece765b4a76a58b1d3160f914d9c6f0ab5581f authored over 1 year ago
Disable Squash if enforcing new merge commit (#11120)

f03b847791357a7d71cf834e3dfbf261be88c0cd authored over 1 year ago
ConEmu 230724 (#11112)

Co-authored-by: Gerhard Olsson <[email protected]>

598b536508488b2eccb5329dc2c20dc2258bd3b1 authored over 1 year ago
Enable link detection by default without left-ctrl (#11119)

Co-authored-by: Gerhard Olsson <[email protected]>

c5567f7f15292975bb067bfc48b6faf47297df21 authored over 1 year ago
Disable hotkeys in scenarios where their usage was not intended (#11109)

Fixes #11108

c940ea15c8bf9957d67a00f60782994ba9b6327a authored over 1 year ago
Sign contributors.txt (#11121) (#11121)

b13b0c8ca5ee76d7f4a2faa294d24eb963b68b86 authored over 1 year ago