Signed-off-by: Nguyễn Thái Ngọc Duy <[email protected]>
---
Documentation/config.txt | 2 +-
Documentation/{receive-config.txt => config/receive.txt} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
rename Documentation/{receive-config.txt => config/receive.txt} (100%)
diff --git a/Documentation/config.txt b/Documentation/config.txt
index 0079cb31ff..465dc2abec 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -391,7 +391,7 @@ include::config/push.txt[]
include::config/rebase.txt[]
-include::receive-config.txt[]
+include::config/receive.txt[]
remote.pushDefault::
The remote to push to by default. Overrides
diff --git a/Documentation/receive-config.txt b/Documentation/config/receive.txt
similarity index 100%
rename from Documentation/receive-config.txt
rename to Documentation/config/receive.txt
--
2.19.1.647.g708186aaf9