Merge branch 'jt/diff-lazy-fetch-submodule-fix'
[gitweb.git] / Documentation / git-restore.txt
index b608f3f3606b416dd4a374fca4de801cabbab1d2..1ab2e40ea938195aa8f1bd45f5bf3ae711b7055a 100644 (file)
@@ -28,6 +28,8 @@ commit as the restore source.
 See "Reset, restore and revert" in linkgit:git[1] for the differences
 between the three commands.
 
+THIS COMMAND IS EXPERIMENTAL. THE BEHAVIOR MAY CHANGE.
+
 OPTIONS
 -------
 -s <tree>::
@@ -37,7 +39,7 @@ OPTIONS
        commit, branch or tag associated with it.
 +
 If not specified, the default restore source for the working tree is
-the index, and the default restore source for the index index is
+the index, and the default restore source for the index is
 `HEAD`. When both `--staged` and `--worktree` are specified,
 `--source` must also be specified.