From 593ce9d3d12cbb9d03454ca8f42ac21c2d62e69e Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Mon, 18 Sep 2017 08:01:09 +0100 Subject: [PATCH] Mention that uncommitted changes are ignored Fixes loot/loot#825. --- docs/contributing/Quickly-Testing-Your-Masterlist-Changes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing/Quickly-Testing-Your-Masterlist-Changes.html b/docs/contributing/Quickly-Testing-Your-Masterlist-Changes.html index a727a62..db53e19 100644 --- a/docs/contributing/Quickly-Testing-Your-Masterlist-Changes.html +++ b/docs/contributing/Quickly-Testing-Your-Masterlist-Changes.html @@ -11,4 +11,4 @@ title: Quickly Testing Your Masterlist Changes
  • Apply the settings, then close and relaunch LOOT. LOOT will now update using your local repository instead of the online one.
  • -

    Note that LOOT won't keep your local repository synced with the online one, so you'll have to do that yourself.

    +

    Note that LOOT won't keep your local repository synced with the online one, so you'll have to do that yourself. LOOT will also ignore uncommitted changes in your local repository.