Ecosyste.ms: OpenCollective

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

gitextensions

We want to make the best tool for working with git.
Collective - Host: opensource - https://opencollective.com/gitextensions - Website: https://gitextensions.github.io/ - Code: https://github.com/gitextensions

Use pattern matching

github.com/gitextensions/gitextensions - 364c7ea0a415a4da50880cb6e645373ebebab980 authored almost 4 years ago
Merge pull request #8936 from drewnoakes/prevent-unit-test-exception

Prevent exception when running unit tests

github.com/gitextensions/gitextensions - a19c697f0d22fac71faed0c84487170928379882 authored almost 4 years ago
Merge pull request #8933 from drewnoakes/remove-invalid-solution-items

Remove invalid solution items

github.com/gitextensions/gitextensions - df8369625ac3da7756831d082c9c3a057fadd71b authored almost 4 years ago
Merge pull request #8934 from drewnoakes/add-missing-solution-items

Add missing solution items

github.com/gitextensions/gitextensions - 00a87b26c527b973f68d38d3a9011b67054400b7 authored almost 4 years ago
Prevent exception when running unit tests

github.com/gitextensions/gitextensions - 523f011a50e46c02f2bc1fc21ca06b83247612c9 authored almost 4 years ago
Merge pull request #8878 from drewnoakes/annotate-git-ui-plugin-interfaces

Annotate GitUIPluginInterfaces

github.com/gitextensions/gitextensions - 8673ae8cef3d8072db119d3d07291fa55028e499 authored almost 4 years ago
Annotate GitUIPluginInterfaces

This work uncovered a few annotation changes in previously-annotated code too, in the GitCommand...

github.com/gitextensions/gitextensions - 2450e8b55ca98715a6f6c9aea44dccdf1a0de82b authored almost 4 years ago
Prevent ArgumentNullException

`IndexOf(null)` will throw.

github.com/gitextensions/gitextensions - 4c4a428aa87fcee9c0687e84ca929321e085c0bc authored almost 4 years ago
Fix invalid boolean logic

The previous logic was broken. If messageFilter is null or empty, it would never be a valid part...

github.com/gitextensions/gitextensions - 0981ff16676be8461c3e8e80050630857ff6f0d1 authored almost 4 years ago
Add missing solution items

These files exist in the repo and are useful to have in the solution, so that they may contribut...

github.com/gitextensions/gitextensions - 51608eacf157aadd994bd3ac95c856b138193508 authored almost 4 years ago
Remove invalid solution items

These files no longer exist in the repo.

github.com/gitextensions/gitextensions - 5e851dac9a25da9c37002501285938914ef96763 authored almost 4 years ago
Merge pull request #8926 from drewnoakes/more-pattern-matching

Merge sequential checks into pattern matching expressions

github.com/gitextensions/gitextensions - 7470b91e3d67efc69ec1ae2b454a93f7e33ee52f authored almost 4 years ago
Merge pull request #8932 from mstv/fix/focus_reset_another_branch

Focus ComboBox Branches of FormResetAnotherBranch

github.com/gitextensions/gitextensions - 3a31ca0eca514e3bfb7e69827e0837964235d746 authored almost 4 years ago
Merge pull request #8924 from drewnoakes/use-null-coalescing-assignment

Use null coalescing assignment

github.com/gitextensions/gitextensions - d86db01e9bef5ca6a2407d79cc9403fd3f894a99 authored almost 4 years ago
Merge pull request #8927 from drewnoakes/remove-unused-field

Remove unused field from RevisionDiffController

github.com/gitextensions/gitextensions - afaae1de234332329fdfdaf32fc2d72093d5b765 authored almost 4 years ago
Focus ComboBox Branches of FormResetAnotherBranch

github.com/gitextensions/gitextensions - 87a45ff005cff65b736453d96a00d9250536ac85 authored almost 4 years ago
Remove redundant property setters (#8929)

Read only properties have the stronger guarantee that their value will not change over time, mak...

github.com/gitextensions/gitextensions - d3ef692b93cc9c9dc76305f36d40a06722896df0 authored almost 4 years ago
Use null propagation

github.com/gitextensions/gitextensions - 17c2cb6402ec7d44cf7700fb6a3befefe32815c5 authored almost 4 years ago
Remove unused field from RevisionDiffController

This class is stateless. Update consuming code too.

github.com/gitextensions/gitextensions - 2a94608b467c12d15b9179b05e20ce760df54adb authored almost 4 years ago
Merge sequential checks into pattern matching expressions

github.com/gitextensions/gitextensions - 6a7e79436256aeb90fd74f15dff551847dd6fca3 authored almost 4 years ago
Use null coalescing assignment

github.com/gitextensions/gitextensions - 9cd9881e5978d2843c2ef35b3242367d019ac05e authored almost 4 years ago
Add UI improvements

(cherry picked from commit b27718639629812d2885b902e80ee6c97d510f98)

github.com/gitextensions/gitextensions - 3f4032bb9adfaafaacef10a128f449b13caf5b11 authored almost 4 years ago
fix tool strip border in dark theme (#8899)

(cherry picked from commit deaefdace28b3713c570db5bd7339a9add793824)

github.com/gitextensions/gitextensions - 5bb94e4500804e24febf969c32dee5cd7a2cb4df authored almost 4 years ago
Hide theme fields for serialization from public interface (#8907)

Hide theme data properties from its public interface, since they don't provide a behavior one wo...

github.com/gitextensions/gitextensions - 74e8ab11dd002e6608ebf3af23650d0aa0cf43ba authored almost 4 years ago
RevDiff: Request GitStatus updates at file manipulations

For (most) operations related to changes of worktree or index status
in Browse, request immediat...

github.com/gitextensions/gitextensions - 1da1a7215f199cb5fa40331a8be614bd20ab2adf authored almost 4 years ago
Merge pull request #8894 from gerhardol/feature/rev-diff-refresh-status

RevDiff: Request GitStatus updates at file manipulations

github.com/gitextensions/gitextensions - 273a0f6fd3e07858f837cdc19d50827871e32319 authored almost 4 years ago
Hide theme fields for serialization from public interface (#8907)

Hide theme data properties from its public interface, since they don't provide a behavior one wo...

github.com/gitextensions/gitextensions - acd50e5144e17a211c170242b61f4490eba8c3da authored almost 4 years ago
fix tool strip border in dark theme (#8899)

github.com/gitextensions/gitextensions - deaefdace28b3713c570db5bd7339a9add793824 authored almost 4 years ago
RevDiff: Request GitStatus updates at file manipulations

For (most) operations related to changes of worktree or index status
in Browse, request immediat...

github.com/gitextensions/gitextensions - 62c5f210a13b4ca9726e0432347032752672d859 authored almost 4 years ago
Merge pull request #8896 from ivangrek/experimental/ui

Add UI improvements

github.com/gitextensions/gitextensions - b4cbe0200db69bc87008a0eb2190278450eebc43 authored almost 4 years ago
Add UI improvements

github.com/gitextensions/gitextensions - b27718639629812d2885b902e80ee6c97d510f98 authored almost 4 years ago
Merge pull request #8898 from mstv/move_eoe

github.com/gitextensions/gitextensions - 2bf1e3c9cc4b9ddbe4b2bdf5d37d03b86c6b45cc authored almost 4 years ago
Merge pull request #8888 from drewnoakes/remove-boxing

Eliminate boxing allocation

github.com/gitextensions/gitextensions - 17c23c3657bea2498d0c66b8bbf04f44a6c3f1de authored almost 4 years ago
Merge pull request #8881 from drewnoakes/fix-submodule-status

github.com/gitextensions/gitextensions - 7f7a6f2be079f123d5fdbe10c41489ddc7b54ea7 authored almost 4 years ago
Merge pull request #8892 from gerhardol/feature/submodule-refresh-tests-3.5

github.com/gitextensions/gitextensions - f6d4c2add4211c00f7bb4f7c4798bf3caea07f74 authored almost 4 years ago
Merge pull request #8893 from gerhardol/feature/doclink-en-latest-3.5

Remove /en/latest from Doc links 3.5

github.com/gitextensions/gitextensions - 63e4219e798a6e55eb88a8daf3ebd66b03879440 authored almost 4 years ago
Test to force same colors in AppColorDefaults and invariant.css (#8901)

Test to force same colors in AppColorDefaults and invariant.css
Co-authored-by: Michael Seibt <...

github.com/gitextensions/gitextensions - 718decf897f43a4aa82614c06c0a02a45b926f12 authored almost 4 years ago
Move ExternalOperationException to GitExtUtils

github.com/gitextensions/gitextensions - 37d55a72f840263a5f06573e07e8e51d982f63d4 authored almost 4 years ago
Fixup namespace of GitExtUtils files

github.com/gitextensions/gitextensions - 266c19240f4677dd50ab1011ecf8d2b69207da86 authored almost 4 years ago
Remove /en/latest from Doc links

Requests are directed to / anyway

Remove GitExtensionsDoc subrepo as it is not used in builds a...

github.com/gitextensions/gitextensions - 09dab826a4114a50d99d9a0150fa656e55f1327c authored almost 4 years ago
Sidemodule: Set status tooltip only once

Only apply style at tree node creation.
Style is not needed when receiving status updates.
The s...

github.com/gitextensions/gitextensions - 2ed8656d50bdca4fff84ea47f7ee536717d1f448 authored almost 4 years ago
Submodule status updated too often

(cherry picked from commit 5b026bc92061d239d23547f5f2b5a6be1928e7f5)

github.com/gitextensions/gitextensions - 43645a02ad023b67e7ad976ec144af2f61368c5a authored almost 4 years ago
Merge pull request #8838 from gerhardol/feature/doclink-en-latest

Remove /en/latest from Doc links

Remove GitExtensionsDoc subrepo as it is not used in builds ...

github.com/gitextensions/gitextensions - 2541a79245147dd581f6c6d13ad78190f9131257 authored almost 4 years ago
Fix submodule status loading error

Refactoring during annotation identified a potential issue here, but the change was not correct....

github.com/gitextensions/gitextensions - d4d094b61d9f6d9553ea10194e29a5b6e41785e4 authored almost 4 years ago
Merge pull request #8889 from drewnoakes/remove-boxing-3.5

[3.5] Eliminate boxing allocation

github.com/gitextensions/gitextensions - a9b83b1799b0f4a849b36086e2131ea842138d8b authored almost 4 years ago
Remove /en/latest from Doc links

Requests are directed to / anyway

Remove GitExtensionsDoc subrepo as it is not used in builds a...

github.com/gitextensions/gitextensions - c59fd847fc6c1879ead730b7da01104ac40d74e1 authored almost 4 years ago
Merge pull request #8867 from gerhardol/feature/submodule-refresh-tests

Submodule SidePanel updated too often

github.com/gitextensions/gitextensions - d005ce7964f9caf7943b1557e0187b49ea4fd766 authored almost 4 years ago
Sidemodule: Set status tooltip only once

Only apply style at tree node creation.
Style is not needed when receiving status updates.
The s...

github.com/gitextensions/gitextensions - 9ca69d9d6816e8ade505f5a3e45e0e9e36c1bfe4 authored almost 4 years ago
Submodule status updated too often

github.com/gitextensions/gitextensions - 5b026bc92061d239d23547f5f2b5a6be1928e7f5 authored almost 4 years ago
Merge pull request #8887 from drewnoakes/remove-closure-allocation

Eliminate closure allocations

github.com/gitextensions/gitextensions - 2db4b11e3ed625084b3b8a66e987978f6fbfc12c authored almost 4 years ago
Eliminate boxing allocation

This change removes 537,404 bytes of boxed enum allocations while loading GE with the gitextensi...

github.com/gitextensions/gitextensions - f472421012ad8357ef2e11719cc018757c9d1781 authored almost 4 years ago
Update GitUI/UserControls/RevisionGrid/Graph/RevisionGraph.cs

Co-authored-by: Igor Velikorossov <[email protected]>

github.com/gitextensions/gitextensions - 272c151af84eb71fc1602986c41a3a9cddd4d9ba authored almost 4 years ago
Merge pull request #8797 from gerhardol/feature/c#8using

C#8 simplified using to reduce nesting

github.com/gitextensions/gitextensions - f54a727a95393dcacfbbd8603dfd6daf931618c4 authored almost 4 years ago
Eliminate boxing allocation

This change removes 537,404 bytes of boxed enum allocations while loading GE with the gitextensi...

github.com/gitextensions/gitextensions - f2ebccc23c67d0f87bd494e2f3d673f99d8f0426 authored almost 4 years ago
Eliminate closure allocation

This change removes 427,688 bytes of closure allocations while loading GE with the gitextensions...

github.com/gitextensions/gitextensions - 3b3d0d42aea18cea053b403b4da90d663bbed7f8 authored almost 4 years ago
GitStatusMonitor increase minimum time between updates

github.com/gitextensions/gitextensions - acddf0669ab4fe7c6191f56b2aded4e8fbe961a5 authored almost 4 years ago
Cache Git commands related to submodules (#8870)

* Cache commands with sha input and no variable input like Git Notes
Only fetch Git Notes for c...

github.com/gitextensions/gitextensions - efa2a87e5597c9fe8c36e5524ab5bb14bc2c16c9 authored almost 4 years ago
C# 8 simplify using declarations

Intellisense suggestions

Some manual changes

A few simplified object creations too

github.com/gitextensions/gitextensions - 97a2b3321de1035c25c61c0e6f99d18a456c8915 authored almost 4 years ago
Avoid boxing while unpacking flags

Enum.HasFlag boxes its argument. Replace it with a method that does not.

github.com/gitextensions/gitextensions - e4575169332e6f8ab56491f9b44b0999f9a90fd3 authored almost 4 years ago
Merge pull request #8876 from drewnoakes/remove-null-check

Remove redundant null check

github.com/gitextensions/gitextensions - b6905f10f565939ba3047c6a17f8965fef51ad3f authored almost 4 years ago
Merge pull request #8877 from drewnoakes/remove-redundant-directives

Remove redundant #nullable directives

github.com/gitextensions/gitextensions - b6cdbcb11d036143e219b645e69fd189d9d96ca6 authored almost 4 years ago
Merge pull request #8875 from drewnoakes/remove-double-evaluation

Remove double execution of GetSubmoduleStatusAsync

github.com/gitextensions/gitextensions - 61e64c1446d91e73576a866483b20b8468f9141a authored almost 4 years ago
Remove redundant #nullable directives

These source files are in project-wide nullable contexts.

github.com/gitextensions/gitextensions - ddc38460581e9fc1cdb057977f18b72257d0d981 authored almost 4 years ago
Remove redundant null check

All callers pass a non-null delegate. This code is now annotated, so future code will not pass n...

github.com/gitextensions/gitextensions - d2559a9df1c043c54df63a1cb3f799bae2bb513e authored almost 4 years ago
Remove double execution of GetSubmoduleStatusAsync

The returned task is never null. Checking the task's result occurs below.

github.com/gitextensions/gitextensions - ac45e75183c407aa78ba0fab9430b7c530680c1f authored almost 4 years ago
Merge pull request #8846 from drewnoakes/annotations

Annotate GitExtensions and GitUI projects

github.com/gitextensions/gitextensions - 24ed8db092c93d94ce0f0d4183273f205d157a5a authored almost 4 years ago
Merge pull request #8866 from gerhardol/feature/cache-submodule-commands

Cache Git commands related to submodules

github.com/gitextensions/gitextensions - 0630caca45ee889880a0bb6d298358f45e111976 authored almost 4 years ago
Cache Git commands related to submodules

* Cache commands with sha input and no variable input like Git Notes
Only fetch Git Notes for co...

github.com/gitextensions/gitextensions - e9a2485bd0d08c76c849360c4a401b255178a069 authored almost 4 years ago
Flip the colors of the branches

(cherry picked from commit ce45d0e591e181a9ada2349c92fed01639355a6c)

github.com/gitextensions/gitextensions - eea10a75cf0c3a0347214c88e6d015bb585d4748 authored almost 4 years ago
fix ListView column border in dark theme (#8868)

(cherry picked from commit e77f8c38cc9b7b25089ae3aa2508ddb83c8977a9)

github.com/gitextensions/gitextensions - a1b2c5cb296b366c25521cd5561bd903e78a1fde authored almost 4 years ago
fix ListView column border in dark theme (#8868)

github.com/gitextensions/gitextensions - e77f8c38cc9b7b25089ae3aa2508ddb83c8977a9 authored almost 4 years ago
Merge pull request #8844 from ivangrek/experimental/grid

Experimental flipping of branch colors

github.com/gitextensions/gitextensions - f9bf40c4990d548cd75107a7d6a4c320a8dcfd0e authored almost 4 years ago
Merge remote-tracking branch 'upstream/master' into annotations

# Conflicts:
# GitUI/CommandsDialogs/BrowseDialog/DashboardControl/Dashboard.cs

github.com/gitextensions/gitextensions - 3ac362b7b38f1f72b3ba5c2a905dacc4573022b2 authored almost 4 years ago
Document use of Microsoft namespace in Validates class

github.com/gitextensions/gitextensions - 6d33bf73c7f590a6688b6c6c1ee66d595a5e4958 authored almost 4 years ago
Flip the colors of the branches

github.com/gitextensions/gitextensions - ce45d0e591e181a9ada2349c92fed01639355a6c authored almost 4 years ago
Merge pull request #8860 from gerhardol/feature/dashboard-link-theme

Link style was not applied to the dashboard

github.com/gitextensions/gitextensions - 424ccf2e16f0a3775fd81b3cd3956b2ae799b97b authored almost 4 years ago
Link style was not applied to the dashboard

github.com/gitextensions/gitextensions - 1b93f879f4504e477be507a3c8d925f25babe966 authored almost 4 years ago
Fix ownership of FormUpdates

`FormBrowse` is the main form, and hence it doesn't have `Owner` set.
This leads to `FormUpdates...

github.com/gitextensions/gitextensions - 8f5ae125ea03a468eb5f36e4d2792eeb9609956e authored almost 4 years ago
Merge pull request #8861 from RussKie/fix_FormUpdates_ownership

Fix ownership of FormUpdates

github.com/gitextensions/gitextensions - 26361afdc4c3854dcb558e914d7f6bb0899f17a5 authored almost 4 years ago
Fix ownership of FormUpdates

`FormBrowse` is the main form, and hence it doesn't have `Owner` set.
This leads to `FormUpdates...

github.com/gitextensions/gitextensions - 1a635a6716193b0627fdaa88e90ef9e2977a9c33 authored almost 4 years ago
Merge remote-tracking branch 'upstream/master' into annotations

github.com/gitextensions/gitextensions - 338e9bf9f4dc4e62be98674afff3c75de57d4660 authored almost 4 years ago
Merge pull request #8799 from gitextensions/revert-8787-rework_testaccessor

github.com/gitextensions/gitextensions - b48f6e854f37c4ca091a4cad20f950764eac00da authored almost 4 years ago
Merge remote-tracking branch 'upstream/master' into annotations

github.com/gitextensions/gitextensions - 3b9a274aab4f341cd23b37ee3dc9a1f80769e69e authored almost 4 years ago
Merge pull request #8854 from gerhardol/feature/browse-redundant-git-revparse

Browse: Avoid extra git-rev-parse at start

github.com/gitextensions/gitextensions - 0db3a9d49bc5d3b594d042d36816865b6c3e90d6 authored almost 4 years ago
Replace Assumes.NotNull with Validates.NotNull

The former produces exceptions stating "Contact Microsoft support" which is misleading for Git E...

github.com/gitextensions/gitextensions - da8545d045b8bb08117be8f09cb43648559ed6d1 authored almost 4 years ago
Set DebuggerStepThrough on helper methods

github.com/gitextensions/gitextensions - dadee441a9d8aad3fdbc69d971f4e84ab18b1159 authored almost 4 years ago
Remove redundant using directive

github.com/gitextensions/gitextensions - a4ebc584b36edc0ccaa3df3f0e743c0c8a26a1c8 authored almost 4 years ago
Avoid exception in dashboard

Replicates a fix from #8860.

github.com/gitextensions/gitextensions - 0240f7e97f634c054a39998552e14ae8f6d5c7fc authored almost 4 years ago
Remove redundant null check

github.com/gitextensions/gitextensions - ccd8d07ea7a909a12a99e54fe04a063f77626615 authored almost 4 years ago
Browse: Avoid extra git-rev-parse at start

Refactorings:
* GitUIExtensions: GetItemPatch to local function
* Remove Async suffix for GetCur...

github.com/gitextensions/gitextensions - 3e0a24f7c502a9b748a2b98d96c3a23b11386012 authored almost 4 years ago
Notify of repo changes when unused branches were deleted

With the existing behavior, you still see long-deleted branches after
closing the dialog until y...

github.com/gitextensions/gitextensions - 1c2baed2f798c2d6500826804f15e491abd54c7a authored almost 4 years ago
Change TextImageRelation For "Reset All" Button (#8761)

(cherry picked from commit ac88bd2183c9a0e00b3ced42022ce82518e03f0c)

github.com/gitextensions/gitextensions - 5f5400e5ba7672b68555cc7175a0cc707b36e4de authored almost 4 years ago
Merge pull request #8845 from mabako/update-left-panel-after-deleting-obsolete-branches

Notify of repo changes when unused branches were deleted

github.com/gitextensions/gitextensions - eb2322260a8680517ae127bc49d38b0f954c9e6f authored almost 4 years ago
Change TextImageRelation For "Reset All" Button (#8761)

github.com/gitextensions/gitextensions - ac88bd2183c9a0e00b3ced42022ce82518e03f0c authored almost 4 years ago
Merge pull request #8858 from gerhardol/feature/revdiff-custom-difftool-3.5

3.5 Custom difftool in RevDiff, FileHistory, Commit, RevGrid

github.com/gitextensions/gitextensions - 9df69985cb4c4a59271e35e1aed6afce7a21428b authored almost 4 years ago
3.5 AppVeyor: Handle v2 tokens (#8856)

3.5 AppVeyor: Handle v2 tokens

github.com/gitextensions/gitextensions - 2517ce10d87acb96b5ef0d734980a21a8a843d56 authored almost 4 years ago
Fix dark theme visually corrupt after reconnecting to RDP session

(cherry picked from commit 0b392f1c38aedb103afcf314d42cafe86813ac0d)

github.com/gitextensions/gitextensions - b0889fa4a9c7e6e5f3dd03b1d5e79315279c3f7e authored almost 4 years ago
Fix dark theme visually corrupt after dpi change

Resolves #8798

(cherry picked from commit 1daf9e86c68c48fee2ffd1dabcec3778a14017ec)

github.com/gitextensions/gitextensions - d680ece78f21a4263b36e28fea9251fb6816b817 authored almost 4 years ago