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

ConEmu 230724 (#11112)

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

github.com/gitextensions/gitextensions - 598b536508488b2eccb5329dc2c20dc2258bd3b1 authored over 1 year ago by Gerhard Olsson <[email protected]>
Enable link detection by default without left-ctrl (#11119)

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

github.com/gitextensions/gitextensions - c5567f7f15292975bb067bfc48b6faf47297df21 authored over 1 year ago by Gerhard Olsson <[email protected]>
Disable hotkeys in scenarios where their usage was not intended (#11109)

Fixes #11108

github.com/gitextensions/gitextensions - c940ea15c8bf9957d67a00f60782994ba9b6327a authored over 1 year ago by IlijaQ <[email protected]>
Sign contributors.txt (#11121) (#11121)

github.com/gitextensions/gitextensions - b13b0c8ca5ee76d7f4a2faa294d24eb963b68b86 authored over 1 year ago by IlijaQ <[email protected]>
Git 2.41.0 (#11114)

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

github.com/gitextensions/gitextensions - f7e06a26f2959ac30f316ca576b9cc9640235c51 authored over 1 year ago by Gerhard Olsson <[email protected]>
Feature/i11054 clean submodules (#11101)

* Sign contributors.txt

* #11054 Add option to clean submodules

* Update translations

*...

github.com/gitextensions/gitextensions - 5a11dfdf534e1ff19539f2f37db7f972c07008b3 authored over 1 year ago by Nat Ravenhill <[email protected]>
Change ShowMergeCommits to HideMergeCommits (#11069)

This better reflects the Git defaults and changes the only limiting
filter ticked by default.
...

github.com/gitextensions/gitextensions - 8b5eab531dcc849d00110df6f9797a096e68b500 authored over 1 year ago by Gerhard Olsson <[email protected]>
GitFlow plugin exception if no head (#11089)

github.com/gitextensions/gitextensions - 8b7412cd5f5f7e217d8fe20a5ce46ece1cd7212b authored over 1 year ago by Gerhard Olsson <[email protected]>
Sign contributors.txt (#11090)

github.com/gitextensions/gitextensions - 137230839d98c5cfeb23bc792a3fb612bef70ea6 authored over 1 year ago by Nat Ravenhill <[email protected]>
Auto-set GE as editor only in current environment (#11053)

github.com/gitextensions/gitextensions - 08dc2352e4187c118772272f6fc600fd4cbcbace authored over 1 year ago by Michael Seibt <[email protected]>
Mark CommonTestUtils as "not a test project/container" (#11081)

github.com/gitextensions/gitextensions - 87030100447e27de1cf3cdbc176fb0b623deb169 authored over 1 year ago by Michael Seibt <[email protected]>
Declare SettingsSets as readonly record struct (#11068)

github.com/gitextensions/gitextensions - 93a5e5bf8778f5a3124fb884928bb3f0ab95bbd1 authored over 1 year ago by Michael Seibt <[email protected]>
SettingsPageHeader: Rename arrow labels; remove TabIndex (#11068)

github.com/gitextensions/gitextensions - cfc5f1d3a76bb7825711f458debd22fe361e40fe authored over 1 year ago by Michael Seibt <[email protected]>
Name arguments; use explicit types (#11068)

github.com/gitextensions/gitextensions - 00547bac2d2c53ceb22c81395376dba835203932 authored over 1 year ago by Michael Seibt <[email protected]>
Rename argument allowCache (#11068)

github.com/gitextensions/gitextensions - 48a22f9ca476da965b692c0b5e05a182611cd3a5 authored over 1 year ago by Michael Seibt <[email protected]>
Refactor: Remove unused property ConfigFile.Local (#11068)

github.com/gitextensions/gitextensions - 50a1cc19b66e10e0d25aecfdc9eaa3685747f0c9 authored over 1 year ago by Michael Seibt <[email protected]>
Rename DistributedSettings from RepoDistSettings (#11068)

github.com/gitextensions/gitextensions - 1af870e3bcbeba10032fcfc1f3757bc7aee818a3 authored over 1 year ago by Igor Velikorossov <[email protected]>
Avoid drawing the same graph curve twice (#10915)

github.com/gitextensions/gitextensions - e81679075b0d7fdb2ac48b4341a9692086a0987b authored over 1 year ago by Michael Seibt <[email protected]>
Factor out GraphRenderer and SegmentRenderer (#10915)

github.com/gitextensions/gitextensions - c879a0d0d1ff21ea6b67631966bb8808087548b0 authored over 1 year ago by Michael Seibt <[email protected]>
Always set RevGrid RowCount on LoadingCompleted (#11067)

github.com/gitextensions/gitextensions - 9b0db4dd84869a5ac7739b652aa53461b8941b19 authored over 1 year ago by Michael Seibt <[email protected]>
#11032 Support jira personal access token (#11033)

github.com/gitextensions/gitextensions - 0671d7291d3045c2870bd1d8a865ff7e7e239c32 authored over 1 year ago by YiFei Wang <[email protected]>
Filemode incorrect for Tamil translations (#11070)

crlf fixes to match .gitattributes

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

github.com/gitextensions/gitextensions - 5501df2a14d1a1e4bf36e9c6fa3775192c25873b authored over 1 year ago by Gerhard Olsson <[email protected]>
Improve revision grid scrolling (#11046)

* Improve revision grid scrolling

This reduces flickering and visual glitches when scrolling ...

github.com/gitextensions/gitextensions - 12b81e69e45fce9701b4c7bf27e60af8175c8b11 authored over 1 year ago by MaxKoll <[email protected]>
RevDiff: popup for failed reset (#11035)

Return ExecutionResult from RunBatchCommand(),
so CheckoutFiles() can return a combined error o...

github.com/gitextensions/gitextensions - 3b267d5a5c00c9d1988b3a53feddd1b6e5ea50ec authored over 1 year ago by Gerhard Olsson <[email protected]>
Check output of every git command when exit code is different than 0 (#11062)

to check if it's not due to security issue

Fixes #10816, #10975, #11027, #11039

github.com/gitextensions/gitextensions - 9e86ad3463732057bfadd1eb44c696cff835dab8 authored over 1 year ago by Philippe Miossec <[email protected]>
Register git hosters after repo opened (#11057)

Previously git hosters would only get registered once when the main form
was created. This mean...

github.com/gitextensions/gitextensions - e95bc9ea6638f0357d032872c3c0d7e115d6022c authored over 1 year ago by Igor Velikorossov <[email protected]>
Allow "save as..." multiple files (#10961)

github.com/gitextensions/gitextensions - 5172be54f8b8a8883a37d7acd7e828ee1d6b017a authored over 1 year ago by Igor Velikorossov <[email protected]>
Limit lookahead to revision count (#10864)

github.com/gitextensions/gitextensions - 7af3c37383ea7ea5d92da1825349ef78752b92c2 authored over 1 year ago by Michael Seibt <[email protected]>
Straighten all visible graph segments (#10864)

github.com/gitextensions/gitextensions - c621412b43f96686c230377abbb4a83c3ac91f3b authored over 1 year ago by Michael Seibt <[email protected]>
Do not straighten re-used graph lanes (#10864)

github.com/gitextensions/gitextensions - ecd6057021c0883211dd577b958f3e144f8ecf42 authored over 1 year ago by Michael Seibt <[email protected]>
Add LaneSharing for RevisionGraphRow (#10864)

github.com/gitextensions/gitextensions - f8824df750b496d1e3cd9b3c09916b70d9486b59 authored over 1 year ago by Michael Seibt <[email protected]>
Refactor RevisionGraphRow.BuildSegmentLanes (#10864)

github.com/gitextensions/gitextensions - 9bd0b1031974c5255c9f03af3001cc7ceb0f2cb3 authored over 1 year ago by Michael Seibt <[email protected]>
Update StyleCop.Analyzers (#11056)

and add the missing newline at end of files

github.com/gitextensions/gitextensions - 5ee4780682b3a76fa9c53fef5f0248742da23c69 authored over 1 year ago by Michael Seibt <[email protected]>
FileStatusList: No group for diff to commit with untracked files of a stash (#11016)

github.com/gitextensions/gitextensions - 972639ddbb95951647bb88fee360c4d4f50a6cbc authored over 1 year ago by Michael Seibt <[email protected]>
Theme pragma SUPPORT_THEME_HOOKS (#11052)

github.com/gitextensions/gitextensions - c7be7392d99bc2039618a5aaa12e445f653ec2cc authored over 1 year ago by Gerhard Olsson <[email protected]>
Correctly calculate number of visible grid rows (#11049)

Partially visible rows at the bottom of the revision grid are
considered visible.

github.com/gitextensions/gitextensions - 84976b6a57cad8d59434492718dcc596db843c34 authored over 1 year ago by MaxKoll <[email protected]>
Wrap RevisionGrid access in IRevisionGrid/IRevisionGridUpdate (#11025)

* Separate IRevisionGridInfo from IScriptHostControl

* Wrap RevisionGrid access in IRevisionG...

github.com/gitextensions/gitextensions - edb2a5d2d1e729ffad6c1308d00cee9a4f018a38 authored over 1 year ago by Gerhard Olsson <[email protected]>
Remove unused files (#11051)

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

github.com/gitextensions/gitextensions - fb93c0d59638a0a4c6fc17f2607cd4fd3f21a9ba authored over 1 year ago by Gerhard Olsson <[email protected]>
Reset files corrections (#10980)

Use same code in RevDiff as in FormDiff and command line to reset
individual files.

Reset in...

github.com/gitextensions/gitextensions - 6434e770fa9d4389e66fcaa5b22d3fce204fa9c6 authored over 1 year ago by Gerhard Olsson <[email protected]>
Fixup 3-revision diff with artificial (#11014)

github.com/gitextensions/gitextensions - 463e791847fbb93424d84e2568df5c8588115645 authored over 1 year ago by Michael Seibt <[email protected]>
FileStatusList: Always show diff groups if multiple (#11018)

github.com/gitextensions/gitextensions - 6f3588ad8738536ddbca5b60bfc9d9e87a7f4091 authored over 1 year ago by Michael Seibt <[email protected]>
Add Tamil translation (#11042)

github.com/gitextensions/gitextensions - 928983a2adf93d99fe86959d44d7c57065706eed authored over 1 year ago by தமிழ்நேரம் <[email protected]>
Rework SplitterPersistenceTests (#10968)

github.com/gitextensions/gitextensions - 5151367c56c459d62ad40506ca68db2e9df8d480 authored over 1 year ago by Igor Velikorossov <[email protected]>
Improve SplitterPersistenceTests (#10968)

github.com/gitextensions/gitextensions - 3e37b6f5dbf47c7ef9ee9c87d43da2ca19a5ff3b authored over 1 year ago by Michael Seibt <[email protected]>
Restore splitter collapsed state before distance (#10968)

github.com/gitextensions/gitextensions - 807a0323b178e813ae5455f9054b41cd3f4f5a35 authored over 1 year ago by Michael Seibt <[email protected]>
Sort references by version (#11038)

Sort references (tags, branches) by 'version:refname'.

github.com/gitextensions/gitextensions - 51ce228845236aed9fd9a79fa599583ffef7d551 authored over 1 year ago by Gerhard Olsson <[email protected]>
Use static where possible (#11009)

github.com/gitextensions/gitextensions - b26c2eed2ca603ee98ceea7285b21bd765a79bea authored over 1 year ago by Simon Cropp <[email protected]>
Rename Conflict -> Unmerged (#11024)

Follow Git better, matching the status char 'U'

github.com/gitextensions/gitextensions - 275edd9935aa5de9da9f76e53af722c5da706e4f authored over 1 year ago by Gerhard Olsson <[email protected]>
AutoComplete: Ignore Git exceptions for git-status by file (#11031)

These changes will occur over and over again at
for instance file access problems and can there...

github.com/gitextensions/gitextensions - e38b8cad3f599a97ac7d9e52d73c88f86859682e authored over 1 year ago by Gerhard Olsson <[email protected]>
Treat vertical tab (Shift-Enter) as line feed (#11020)

Vertical Tab is replaced to a line feed when text is pasted into
the control and when Shift+Ent...

github.com/gitextensions/gitextensions - bf797d006424e6abc05824a959a46507261e46e2 authored over 1 year ago by michalkress <[email protected]>
AutoComplete: Run git-status without locks (#11030)

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

github.com/gitextensions/gitextensions - fd4480f459df4e0c3ea660a6cbf0a4189a65cf2d authored over 1 year ago by Gerhard Olsson <[email protected]>
Unclear parsing of skip worktree (#11011)

skip-worktree and assume-unchanged used the same parsing
method as parsing of git-status, witho...

github.com/gitextensions/gitextensions - 4aff6459e2e05609c3b24a9e797d10853b892959 authored over 1 year ago by Gerhard Olsson <[email protected]>
use some patterns (#11010)

github.com/gitextensions/gitextensions - 815b8c24dffb7b4170478693ff2833b53a0c0d74 authored over 1 year ago by Simon Cropp <[email protected]>
Migrate to https://github.com/VerifyTests/Verify (#10993)

* Clean up usings
* Migrate to https://github.com/VerifyTests/Verify

github.com/gitextensions/gitextensions - da25113b93f9439b7af6133d2dae23fe33ee1e01 authored over 1 year ago by Igor Velikorossov <[email protected]>
add some missing NotNullWhen (#11007)

github.com/gitextensions/gitextensions - 778e5102471fe9e8f0537079c6a7388d9938e3cd authored over 1 year ago by Simon Cropp <[email protected]>
RevDiff: Limit reset to Index (#10979)

First Index -> second WorkTree still reset to Index.
All other situations resetting to artificia...

github.com/gitextensions/gitextensions - 8ed1c30a6500186c4e96ce8c40d19013fc734c53 authored over 1 year ago by Gerhard Olsson <[email protected]>
FormPush: No popup on Push All (#11003)

(cherry picked from commit 79b80b3984e07e70eec76b36fbd4ae1ea49ce1a0)

github.com/gitextensions/gitextensions - 049da492fcb69f9faf1a3ea76357ef90dbdf8da9 authored over 1 year ago by Michael Seibt <[email protected]>
Rename GitSettingsPage.LinuxToolsDir from GitBinPath (#10948)

(cherry picked from commit 92a0079d8e4288e2c88d5d2871d0106e93b574ed)

github.com/gitextensions/gitextensions - 158e3441f771ae1e27e98e19af3b6fcca869b0fc authored over 1 year ago by Michael Seibt <[email protected]>
Rename AppSettings.LinuxToolsDir from GitBinDir (#10948)

(cherry picked from commit 8ef77daecf158234687cd6feeec3e46806f60c30)

github.com/gitextensions/gitextensions - 4cbec690abea6c8518faa7ae56d290d66821d469 authored over 1 year ago by Michael Seibt <[email protected]>
ConfigFileSettings use AppSettings.GitCommand (#10948)

instead of GitBinDir in CreateSystemWide()

(cherry picked from commit d8049cbf883a3a19a9bd06ae1...

github.com/gitextensions/gitextensions - f198895bc19fad13b50f115bd0119812611b9771 authored over 1 year ago by Michael Seibt <[email protected]>
Use Array.Empty where possible (#11005)

github.com/gitextensions/gitextensions - 8504e15c7aed1128e3dc450b2f4efc09e15f82f7 authored over 1 year ago by Simon Cropp <[email protected]>
Remove closures (#11008)

github.com/gitextensions/gitextensions - b80b99779a2d2b9ff2e9c3bd95959c59ea4e2dc1 authored over 1 year ago by Simon Cropp <[email protected]>
RevDiff: Limit reset to Index (#10979)

First Index -> second WorkTree still reset to Index.
All other situations resetting to artifici...

github.com/gitextensions/gitextensions - 6daf77fc2bdd186088f22c261e9726186ca9132e authored over 1 year ago by Gerhard Olsson <[email protected]>
FormPush: No popup on Push All (#11003)

github.com/gitextensions/gitextensions - 79b80b3984e07e70eec76b36fbd4ae1ea49ce1a0 authored over 1 year ago by Michael Seibt <[email protected]>
Rename GitSettingsPage.LinuxToolsDir from GitBinPath (#10948)

github.com/gitextensions/gitextensions - 92a0079d8e4288e2c88d5d2871d0106e93b574ed authored over 1 year ago by Michael Seibt <[email protected]>
Rename AppSettings.LinuxToolsDir from GitBinDir (#10948)

github.com/gitextensions/gitextensions - 8ef77daecf158234687cd6feeec3e46806f60c30 authored over 1 year ago by Michael Seibt <[email protected]>
ConfigFileSettings use AppSettings.GitCommand (#10948)

instead of GitBinDir in CreateSystemWide()

github.com/gitextensions/gitextensions - d8049cbf883a3a19a9bd06ae1bc3759e4750b49b authored over 1 year ago by Michael Seibt <[email protected]>
ReferenceRepository can be null after ResetRepo (#10998)

github.com/gitextensions/gitextensions - 5652e695f45dd533ae90a19a87a71f0d30a4da9a authored over 1 year ago by Simon Cropp <[email protected]>
environmentInfo cant be null (#10996)

github.com/gitextensions/gitextensions - 434d741efa7b13dbafbcdeeef8df57062ce78914 authored over 1 year ago by Simon Cropp <[email protected]>
omit Externals from inspections (#10995)

github.com/gitextensions/gitextensions - 9d2378451859ebcb1ee85e8e6d6070d3985ccb05 authored over 1 year ago by Simon Cropp <[email protected]>
remove duplicate dictionary lookups (#10999)

github.com/gitextensions/gitextensions - 627f6d6851128e51759c3bd5ba0f4857addcea94 authored over 1 year ago by Simon Cropp <[email protected]>
WorkingDirectory can be null (#10997)

github.com/gitextensions/gitextensions - 02b10e602c77aa9b113a68c983b9a7e09c21fe72 authored over 1 year ago by Simon Cropp <[email protected]>
sign contributors (#11004)

github.com/gitextensions/gitextensions - cf15b75bf8aed308a8db631944b6273fb55020af authored over 1 year ago by Simon Cropp <[email protected]>
Blame: select original line when blaming for "Blame this revision"

to get the exact same behavior than when you double click on the line.

github.com/gitextensions/gitextensions - c3a80bbf3eaf6524a884184f475ccbbc303084a4 authored over 1 year ago by Philippe Miossec <[email protected]>
Blame: try to select a better line when using "Blame previous revision"

Heuristic: Using the `OriginLineNumber` is better behavior than returning to the top
because the...

github.com/gitextensions/gitextensions - 66a71f61cd84b31b1b4a7c833786f6804b337d03 authored over 1 year ago by Philippe Miossec <[email protected]>
Reset from command line (#10960)

* Use common ResetAllChanges method

* Common code for reset of individual files

Used by FormCo...

github.com/gitextensions/gitextensions - 8d4b178cb6feb215bcfa9eb6336fe609982ba4fc authored over 1 year ago by Gerhard Olsson <[email protected]>
Reset from command line (#10960)

* Use common ResetAllChanges method

* Common code for reset of individual files

Used by Fo...

github.com/gitextensions/gitextensions - 48a033bf091314c0be17a80cdfc88b4f43a1c876 authored over 1 year ago by Gerhard Olsson <[email protected]>
Add support to build GE for Windows on Arm64 (WoA) (#10649)

To build GE for WoA, run the command:

dotnet build /p:Arm64Build=true

To package GE di...

github.com/gitextensions/gitextensions - a504b15fee0f955cec9fc327877960cc7e1d2d35 authored over 1 year ago by Tue Ton <[email protected]>
Restrict search to GitExtensions.Plugins.* only to the inbox plugins (#10982)

Follow up on #10978

github.com/gitextensions/gitextensions - 6ddfeb0e7d673c88a4c08c74bb076ad50d16791b authored over 1 year ago by Igor Velikorossov <[email protected]>
Search only for GitExtensions.Plugins.*.dll (#10978)

Follow up on #10953

github.com/gitextensions/gitextensions - db78e8ff5c38623a01021b86d7016fafaa16f89f authored over 1 year ago by Igor Velikorossov <[email protected]>
Fixes #10969 (#10977)

github.com/gitextensions/gitextensions - 1eb44b587923b04c1e0422c8bc1514e3192b0bf7 authored over 1 year ago by Igor Velikorossov <[email protected]>
update Links to SignPath (#10966)

Resolves #10965

github.com/gitextensions/gitextensions - 43c1e19d8272818afb5dc02a78af27c824a8c033 authored over 1 year ago by Andreas Willich <[email protected]>
Merge remote-tracking branch 'remote/release/4.0'

github.com/gitextensions/gitextensions - 351084d4284b6773ee3c6713412b8f056c67da37 authored over 1 year ago by RussKie <[email protected]>
Rename build server plugins (#10953)

github.com/gitextensions/gitextensions - 1fe52a137acef1fbd2b653dea263b44ad5844177 authored over 1 year ago by Igor Velikorossov <[email protected]>
Remove reset and delete from commit working dir menu (#10956)

Commands are available in the context menu and buttons,
where the user is expected to look for ...

github.com/gitextensions/gitextensions - e1ef37718c790c19e8ebefc95e6975f825bb0ddc authored over 1 year ago by Gerhard Olsson <[email protected]>
Merge branch 'release/4.0'

github.com/gitextensions/gitextensions - 59f8e0aed981d11744f1a1f97f3e67eb57b9e04a authored over 1 year ago by Igor Velikorossov <[email protected]>
Update translations / changelog

github.com/gitextensions/gitextensions - dfdaa39dc2d937b93d7feb8e8c65dc025cfcf9fb authored over 1 year ago by Igor Velikorossov <[email protected]>
Update translations

github.com/gitextensions/gitextensions - 8be44b4f9c493d2eab690d00f756f887f7ffc7bb authored over 1 year ago by Igor Velikorossov <[email protected]>
ShowCurrentBranchOnly: Filter also if no branch checkout (#10944)

Fixes #10939

If no branch checkout, the branch filter was handling ShowCurrentBranchOnly
as ALB...

github.com/gitextensions/gitextensions - ab1bd7703434664456bccea503d9e871a6436d74 authored over 1 year ago by Gerhard Olsson <[email protected]>
ShowCurrentBranchOnly: Filter also if no branch checkout (#10944)

Fixes #10939

If no branch checkout, the branch filter was handling ShowCurrentBranchOnly
as ...

github.com/gitextensions/gitextensions - b148979eddcab81cde6fbd661c1377e430cbae05 authored over 1 year ago by Gerhard Olsson <[email protected]>
Open VS Code in a new window (#10945)

(cherry picked from commit 2fcc4ef1d08420f2d6fd49e5436b4d009f96c3a4)

github.com/gitextensions/gitextensions - adb15ce2916a44b1f8c6321c21c4d950ce4e0b14 authored over 1 year ago by Sam Harwell <[email protected]>
Handle all message filters starting with -- as git-log options (#10943)

Co-authored-by: Gerhard Olsson <[email protected]>
(cherry picked from commit 9...

github.com/gitextensions/gitextensions - 7630e0c70534a4fcd1bd19a9c559a20beaefe051 authored over 1 year ago by Gerhard Olsson <[email protected]>
Open VS Code in a new window (#10945)

github.com/gitextensions/gitextensions - 2fcc4ef1d08420f2d6fd49e5436b4d009f96c3a4 authored over 1 year ago by Sam Harwell <[email protected]>
Handle all message filters starting with -- as git-log options (#10943)

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

github.com/gitextensions/gitextensions - 9f84f6c18df028f5cc660f171b969b0cabbacc15 authored over 1 year ago by Gerhard Olsson <[email protected]>
Convert AppSettings.ConEmuConsoleFont.Size to int (#10938)

(cherry picked from commit b119a06010332203a74ab8e08301a8fc32663322)

github.com/gitextensions/gitextensions - fb49e8c939eed6fc78fb16fee97976db0a510256 authored over 1 year ago by Michael Seibt <[email protected]>
Convert AppSettings.ConEmuConsoleFont.Size to int (#10938)

github.com/gitextensions/gitextensions - b119a06010332203a74ab8e08301a8fc32663322 authored over 1 year ago by Michael Seibt <[email protected]>
Fix setup (#10937)

* Before packaging check if all files in $(PublishDir) are delcared in Setup/Product.wxs
* Add ...

github.com/gitextensions/gitextensions - a60cf83c514879850c0e31a715211590bf2257a5 authored over 1 year ago by Igor Velikorossov <[email protected]>
Write info async on Commit dialog close (#10935)

github.com/gitextensions/gitextensions - e2e23625f460feb050fd79624cf5880eb511dd1f authored over 1 year ago by Igor Velikorossov <[email protected]>
CommitAutoComplete: Retry if first attempt fail (#10934)

No popup to user if Git fails

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

github.com/gitextensions/gitextensions - 540de8a402dd29890dd6615f2fc333aa76e07a26 authored over 1 year ago by Gerhard Olsson <[email protected]>
CommitAutoComplete: Retry if first attempt fail (#10934)

No popup to user if Git fails

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

github.com/gitextensions/gitextensions - aaabd36463383f5ca1ccce451ad00c588e935984 authored over 1 year ago by Gerhard Olsson <[email protected]>