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

Invoke pull dialog with autoPullAction when push is rejected.

Fixes #5734.

f5e1f32ce633b9fc8e1e3cfbe146c0a588a9f874 authored about 6 years ago
Handlers of ProcessExited might produce output.

Flush after the process exited but keep throttling until ProcessExited is handled.

e9d8cd76c221825b5f5fae07ba3d342d0f8cf41e authored about 6 years ago
Check first if the control is not disposed.

44595391afeffb1b020a0405b120f3b47dd05d25 authored about 6 years ago
Use full name

bd54329d990bf7c56fdd143ee414de863c60b499 authored about 6 years ago
Shorten SHA

41536416aba7ebd487306301093cf37b1f7ccaaa authored about 6 years ago
Add realistic data for unit tests

48dc3f8f775151a737ab9125e4184e6b559dadf8 authored about 6 years ago
Adjust padding

e25ab71d3295276ce3a26c6681c03b674a943a5b authored about 6 years ago
Trim leading space

c914d2605520804713d197e57a20ead612f19b39 authored about 6 years ago
Remove padding/margins

4593a44b67d375b64f067bbe3a3e248380090a1a authored about 6 years ago
Use https URI

b3b710d0bf7b1faf21c2b1ff9d94aa14699ce1fd authored about 6 years ago
Formatting

a57317c6214705106c3add36b34866c3a6d46773 authored about 6 years ago
Simplify DPI info

cecc4d68a55c4b9ec9dd872ef64744b562ac1b66 authored about 6 years ago
Use AppendLine

25bed4f39dc6131db19364e092cd4b5e4ed5c2e7 authored about 6 years ago
Remove duplicate space

ae8d7d7e936a95e13b3e91f2dbce5d4609149735 authored about 6 years ago
Use static class

f974faf438e04fec686bb87e5b8b9aa68c28166e authored about 6 years ago
Merge pull request #5749 from hultqvist/master

Differentiate rename between identical and modified

027688ef27b55848f085b381186f59de148ccbb5 authored about 6 years ago
Merge pull request #5757 from vbjay/AboutLayout

About layout

c0c710598b9f72dfc697ada4b53544961a109f6a authored about 6 years ago
Merge pull request #5755 from vbjay/FixPortable

Include missing assembly in portable build

693c13cef9af64ae160a3725c5bc5de6238c56c1 authored about 6 years ago
Merge pull request #5752 from drewnoakes/fix-event-handler-bypass

Fix commit dialog not refreshing on focus

ef05b7cb0130133180792211e99f64672ffe4124 authored about 6 years ago
Prevent multiple contributors from showing

Prevents form bouncing because multiple contributors were shown
and a new line was added to the ...

593ff0833dee1b783c289e84f4675c77d7ce2028 authored about 6 years ago
Fix last item will never be retrieved

Random.next(10) would give 0-9

d8f23eb84bfd729ac7796b3fdf803c3961c3b8a5 authored about 6 years ago
Include missing assembly in portable build

2a9adbc9b5558062024e923ef9e8b00317c870cd authored about 6 years ago
Fix copy paste bug

718c8461888e46acec173b4b58ccfec84f92414a authored about 6 years ago
Differentiate between identical rename and modified + renamed

Renamed files with identical content keep the current icon, "Aa".
Renamed and modified files get...

4414bf1716050d63832446a810f6541927f2f11a authored about 6 years ago
Restrict control's width by restraining branch/tag length

7676bd325d628114b88b2614ced97f1290baf24e authored about 6 years ago
Refresh the form's layout

ed152c3e8dd1c8c2307e0ecebce5b543dc8bf38d authored about 6 years ago
Show the date in same format as everywhere else

0fbb48df1b0dd8e949ec153c8a1adb0f9a4958b6 authored about 6 years ago
Merge pull request #5725 from mstv/feature/dont_stop_marking_words_at_underscore

EditNetSpell: Double click marks the whole word (including underscores)

a25d4f0ab4895253ab6d4512cd7c51f86517010d authored about 6 years ago
Merge pull request #5745 from drewnoakes/copy-revision-sha

Fix Ctrl+C not copying object ID in revision grid

1cb9d8b755d9ca19392e36eb55ae9188e4a40bbb authored about 6 years ago
Update master version for reporting purposes

0d611990eb3d488fd4c723c8bb111c30ad2994b5 authored about 6 years ago
Fix Ctrl+C not copying object ID in revision grid

b4673754d28537183f6d8ecde93a99b7371930a1 authored about 6 years ago
Show correct tooltips for graph lanes

Factor out LaneInfoProvider and LaneNodeLocator
Extract new interfaces IRevisionGraphRowProvider...

4cce7856c2d5341ca8e4d0b21f4141ebdf115efe authored about 6 years ago
Merge pull request #5739 from gerhardol/feature/gitlog-include-workdir

CommandLog include workdir

8cbcd2b25223c73fbe9f7dad08e498cf82734bfa authored about 6 years ago
Merge pull request #5742 from gerhardol/bugfix/revparse-called-too-frequently

Lock for git-common-dir cache

bddad48ac0a418272e62a90ed59923168cfd23ed authored about 6 years ago
Merge pull request #5712 from spdr870/feature/5703

Added multithreading test and fixed issues

c75bfe14932e510089c92151d5fdda8780a06d17 authored about 6 years ago
Merge pull request #5737 from vbjay/AddDPIInfo

Add DPI scale to environment info

394927308224d749212bee7d761d0e1e2f831640 authored about 6 years ago
Lock for git-common-dir cache

47c59ae85979d930ba57485dc00bc6271b9c8072 authored about 6 years ago
Merge pull request #5738 from gerhardol/bugfix/inconsitent-browse-refresh

Browse: Inconsistent behavior for Refresh button and F5/Repository-menu

123c77ad110aef83e15db793ed7037527bee8066 authored about 6 years ago
Adapt output format to file extension

Use list sepator for CSV only, tab otherwise

96ba242449036195e79e54d3a2cdd15e7e8bb134 authored about 6 years ago
GitLog: Save to file in csv format, include stacktrace

1ecd4328af5880e353d2911948eafbf88a01be43 authored about 6 years ago
Merge pull request #5736 from spdr870/feature/5735

Copy SHA via Ctrl+C broken

eec155ee3d9a237c2d81552462b76ea4759e9998 authored about 6 years ago
GitLog: Include WorkingDir

Simplify debugging of submodule issues

3dd6540eca523527de0656b0edaa7a59a828d7f3 authored about 6 years ago
Browse: Inconsistent behavior for Refresh button and F5/Repository-menu

Two separate implementations of the behavior

11016d84fbbb76528a73549dadbd6910268a7d00 authored about 6 years ago
Add DPI scale to environment info

52b7be489b5c83c8f7e7962ebfed921c35920b19 authored about 6 years ago
Copy SHA via Ctrl+C broken

a8e5cd141aed0306dbb67beffb3a6510ab3b12f3 authored about 6 years ago
Fixed issue that 'Show first parent' only works when 'Current branch only' is also enabled (#5728)

* Fixed issue that 'Show first parent' only works when 'Current branch only' is also enabled
* ...

2fcf603670dddbd6e3ed572f6838e7cf0c15210c authored about 6 years ago
Merge pull request #5729 from gerhardol/bugfix/transifex-notranslate

Remove untranslatable strings

68c11dc3b22c1e1476f03c0a6cc65591a4ccc95e authored about 6 years ago
Merge pull request #5727 from spdr870/feature/5353

Fixes 5353: scrolling issue caused by refreshing the objecttree

35593616b1e0cf3a06e9a7b6abd705f31c8c730d authored about 6 years ago
Remove untranslatable strings

53aab387618ed908c1d9cdd5df2fc7efadff440a authored about 6 years ago
Merge pull request #5722 from spdr870/feature/inviniteloading

Fixed issue that Dashboard is not shown when it should. Loading indicator keeps spinning

c2eb7fee8433d0ead1ca3eb5d0c0df87211f53b5 authored about 6 years ago
EditNetSpell marks whole word including underscore

562dc4d01c7f64fe555114a29945d5ab3e50a6b4 authored about 6 years ago
Fixes 5353: scrolling issue caused by refreshing the objecttree

a86b47eec327767944f7abc39e86daf0e2138c60 authored about 6 years ago
Replace revisioncount with boolean. Since its used as a boolean.

67b937ed39eda786e9441f702f8df510c30d31af authored about 6 years ago
Get rid of the flag to rebuild the rowcache and replace it with a safer and simpler check

1502da2475011a49d8bfa084e402a5bc38fe2188 authored about 6 years ago
Added multithreading test

825e7dd839783d4cc588072e31c9ec3a5c564244 authored about 6 years ago
Merge pull request #5690 from amaiorano/amaiorano/fix-GetSubmodulesLocalPaths-recursion

Fix GetSubmodulesLocalPaths(recursive: true) not actually recursing d…

89897d085a60823f72ba5045fad6d84dd02bc58b authored about 6 years ago
Merge pull request #5724 from spdr870/feature/nullreference

Fixed null reference when hovering over lane in graph

e48361f10504ee5582094dab1d738e45b71f2448 authored about 6 years ago
Merge pull request #5723 from spdr870/feature/initialselect

Cleanup selection code

48a274b0c4425cc5e75454c25254ca9e2d41a805 authored about 6 years ago
Merge pull request #5716 from drewnoakes/wndproc-allocations

Don't allocate for every Windows message

0da7a35bcdf897e0e56ca8f7833a7c52aecf74de authored about 6 years ago
Removed the startWithDashboard argument

d9a42ca134ef81f4fafd5b9d58d1e7c5b4502af8 authored about 6 years ago
Cleanup selection code

77c8853be42c28686be26beb67361f9059766506 authored about 6 years ago
Fixed null reference when hovering over lane in graph

2b2806ed85034881cbe83948716678c54215cd7d authored about 6 years ago
Fixed issue that Dashboard is not shown when it should. Loading indicator keeps spinning

3a76450ade4d8f3934b840746939ce730a96f746 authored about 6 years ago
Merge pull request #5710 from RussKie/Readme_tweak

Readme tweak

b4a57cf503d846553ae1b5106618b6004a1735b5 authored about 6 years ago
Merge pull request #5720 from jbialobr/jb/fixManageWorkTrees

Retrieve worktrees for the current module.

0fac55563517dbcc929cf675bd5d16348c7143f1 authored about 6 years ago
Tweak the readme

e4fdb5359b8f79e1ee1a92abe1caa47111b41822 authored about 6 years ago
Retrieve worktrees for the current module.

5a41e9edba09a06b026effbfe49d7d5f9ead6049 authored about 6 years ago
Merge pull request #5686 from amaiorano/amaiorano/fix-rot-branchpath-font-bolding

Fix RemoteObjectTree branch folder nodes sometimes becoming bold

b37c2347c5385113f0d10c8ec6b3004ebd0e17bd authored about 6 years ago
Merge pull request #5715 from drewnoakes/double-fixup-prefix

Prevent duplicate fixup!/squash! prefix

df254dac89ac8896576e30c9426fed45f6f1fda6 authored about 6 years ago
Don't allocate for every Windows message

Allocating a Lazy<T> for every message is wasteful.
There can be a _lot_ of messages passing thr...

b1c794f3bb2ecd65817b0459ae1939d8ac0b8f5e authored about 6 years ago
Prevent duplicate fixup!/squash! prefix

When creating a fixup or squash commit on top of an existing fixup or
squash commit, you could e...

514abab0da7c55193cfb28e5dc552918eb1bc65f authored about 6 years ago
Swap order of Assert.AreEqual args so that expected value comes first

fee6d39cf58bae6e3544447a665b198b2cde1ead authored about 6 years ago
Make GitModuleTestHelper constructor set local user.name/email

48ae7591ba36f43499888aea9b18b9c776990e73 authored about 6 years ago
Merge pull request #5706 from spdr870/feature/5703

5703: Fix System.ArgumentException when loading graph

fe3bd5810b5087bdd87a77b608e31ff0387bee04 authored about 6 years ago
Allow esc key in commit diff to close FormCommit (#5634)

Previously, pressing escape in either file list of the message box would
dismiss FormCommit. Ho...

9a312851f295db1ac452dea99e36918dad077329 authored about 6 years ago
Merge pull request #5709 from mstv/feature/commit_message_font

Apply AppSettings.CommitFont to rtbxCommitMessage

599095a336a890b1d23970280bec416f3476f090 authored about 6 years ago
Updated English translations

13631887d20ad2f53a9fed17c2c784ed1012b007 authored about 6 years ago
Merge pull request #5692 from opencollective/opencollective

Activating Open Collective

044b4d971114979027d3fb000220a9acf82ba72d authored about 6 years ago
Merge pull request #5708 from spdr870/feature/copycommitinfo

Copy commit message when copy commit info is used

da3ec81e7640c71fe5e8ac4ac06570ba49424a77 authored about 6 years ago
Merge pull request #5699 from gerhardol/bugfix/i5695-git-version-check

Git Version check was removed from settings

d0fbd8257c8bb717c35cea30933377748a7b1cd6 authored about 6 years ago
Apply AppSettings.CommitFont to rtbxCommitMessage

6d5a3c66a4fc89bc41d101a1d453dbed6d7a22ab authored about 6 years ago
Merge pull request #5701 from NikolayXHD/file_status_list_width

File status list width

ba8a7121b7ac80ad74417662742ef7d93dcb6fcc authored about 6 years ago
Copy commit message when copy commit info us used

d819394f9006daa9fd45d4ede5758eddf4acfcad authored about 6 years ago
Add test for GetSubmodulesLocalPaths

b766f720fdba26d67d67738dfc98d548e2002717 authored about 6 years ago
Fix GitModuleTestHelper.Dispose() failing to delete temporary repo

It would fail because:
* repo object files are readonly
* if submodules are added, reparse point...

568c91325a08777f726c1698928373501a08fcaa authored about 6 years ago
5703: Fix System.ArgumentException when loading graph

aacdcfbfc8b9f9e0ee2a83d69e0acea14154157c authored about 6 years ago
Merge pull request #5513 from gitextensions/Fix_issues_identified_by_translation_app

Fix issues identified by running TranslationApp

82fbec416671620b8f6dd20667f0fb9932a6b7d5 authored about 6 years ago
Fix issues identified by running TranslationApp

32f917ec8b2f4eb9f91e285c205fd53001b95022 authored about 6 years ago
Merge pull request #5700 from NikolayXHD/fix_revision_graph_distortion

Revision graph distorted #5673

10cfe8b4e70b047a5ac30ffb8043fe6b46b00699 authored about 6 years ago
Re-arrange OpenCollective sections

037516c12cce6384e2aa92069be94d9f7edf2d94 authored about 6 years ago
File names in filestatuslist are rendered too narrow when full screen #5677

028f300d7952da0d52958fb3b73515f3173ad0d5 authored about 6 years ago
Revision graph distorted #5673

e16136f5ad21960ceb747caab1dc78a34b8fdadf authored about 6 years ago
Git Version check was removed from settings

7a7896857a59990db23125c83715d32921e0c7ac authored about 6 years ago
Merge pull request #5696 from gerhardol/feature/git-version-2.19.1

Update recommended Git version to 2.19.1

beb9b9d1f35b4aebcf86cbf44ba586ed50057fce authored about 6 years ago
Update recommended Git version to 2.19.1

3286e32afcd71adebca554d195e8d723727a6301 authored about 6 years ago
Added backers and sponsors on the README

4689e2cbdaf2ac6fa983b22dea2db10075e263db authored about 6 years ago
Updated .github/ISSUE_TEMPLATE.md (optional)

1d22a67effb93de38b97f74445c40360275dd13d authored about 6 years ago
Merge pull request #5689 from mstv/fix/blue_graph_color

Increase contrast of blue branch and selected row

7990325547dd27e6a3fc1eaccee2607bbce66222 authored about 6 years ago
Merge pull request #5668 from vbjay/IssueEnvironment

Prevent clipping of environment info

1b70baa723120f1ac671afbe43f0c9e555df05af authored about 6 years ago
Merge pull request #5670 from NikolayXHD/commit_info_layout

#5665 Commit info not sized correctly

778a2797852fab1e59e72a7ce073da88837e7860 authored about 6 years ago