Skip to content

PreCommandHook: don't lock pack-objects#1675

Merged
derrickstolee merged 1 commit intomicrosoft:masterfrom
derrickstolee:dont-lock-pack-objects
Jun 5, 2020
Merged

PreCommandHook: don't lock pack-objects#1675
derrickstolee merged 1 commit intomicrosoft:masterfrom
derrickstolee:dont-lock-pack-objects

Conversation

@derrickstolee
Copy link
Contributor

We have a short list of Git commands that are known to be safe to run in parallel because they do not update the index. This list did not include git pack-objects. This is blocking some legitimate use of the tool.

Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
@derrickstolee derrickstolee added affects: performance priority: dogfood Issues uncovered during dogfooding labels Jun 5, 2020
@derrickstolee derrickstolee merged commit 8bdfdc7 into microsoft:master Jun 5, 2020
derrickstolee added a commit that referenced this pull request Jul 28, 2020
Major Updates
-----------------

* Comes with Git for Windows 2.28.0
* Previous builds were not including fully-signed DLLs. This is now fixed.

Pull Requests
---------------

* #1672: ProductUpgrader: be extra careful about a copy loop
* #1674: Config: disable status.submoduleSummary
* #1675: PreCommandHook: don't lock pack-objects 
* #1676: Update Git to v2.27.0.vfs.1.0 
*  #1679: BuildGVFSForWindows.bat: use nuget on PATH
* #1683: GVFS.SignFiles.csproj: include more DLLs for signing
* #1685: minor path comparison fixup in ProductUpgrader
*  #1682: Update Git to v2.28.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

affects: performance priority: dogfood Issues uncovered during dogfooding

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants