config.txt: move rebase-config.txt to config/
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Nguyễn Thái Ngọc Duy committed
Oct 27, 2018 at 08:23 UTC
c72459006db60aa5e173e7d03d02b3bb76959a8e
3 files changed
+2
-2
Documentation/config.txt
+1
-1
@@ -389,7 +389,7 @@ include::config/pull.txt[]
389
390
include::config/push.txt[]
391
392
-include::rebase-config.txt[]
392
+include::config/rebase.txt[]
393
394
include::receive-config.txt[]
395
Documentation/config/rebase.txt
renamed
Documentation/git-rebase.txt
+1
-1
@@ -203,7 +203,7 @@ Alternatively, you can undo the 'git rebase' with
203
CONFIGURATION
204
-------------
205
206
-include::rebase-config.txt[]
206
+include::config/rebase.txt[]
207
208
OPTIONS
209
-------