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
| # HG changeset patch | |
| # User Tilman Vogel <tilman.vogel@web.de> | |
| # Date 1778599439 -7200 | |
| # Tue May 12 17:23:59 2026 +0200 | |
| # Node ID 738952aeb03260dca49be0cb51e05f3bbc0114af | |
| # Parent fa7123b2930a94a4a3f0411a1af7e16a626f2c65 | |
| Release large-dicom semaphore-lock directly after reading index | |
| ... and before reading the payload from storage to improve parallelism | |
| for "small" payloads. |
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
| #!/bin/bash | |
| # | |
| # Purpose: manually associate missed renames in merge conflicts | |
| # | |
| # Usage: git merge-associate <our-target> <base> <theirs> | |
| # | |
| # Example: After a failed rename detection A/a -> B/b which results | |
| # in CONFLICT (delete/modify) for A/a and corresponding "deleted by us" | |
| # messages in git status, the following invocation can be used to manually | |
| # establish the link: |