From 65f9b75dfe34a67cf4c6a8507f999c5710d36ba9 Mon Sep 17 00:00:00 2001 From: Patrick Steinhardt Date: Tue, 4 Aug 2015 14:27:57 +0200 Subject: [PATCH] Documentation/git-worktree: fix duplicated 'from' Signed-off-by: Patrick Steinhardt Acked-by: Eric Sunshine Signed-off-by: Junio C Hamano --- Documentation/git-worktree.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/git-worktree.txt b/Documentation/git-worktree.txt index 400b313538..fb68156cf8 100644 --- a/Documentation/git-worktree.txt +++ b/Documentation/git-worktree.txt @@ -124,7 +124,7 @@ thumb is do not make any assumption about whether a path belongs to $GIT_DIR or $GIT_COMMON_DIR when you need to directly access something inside $GIT_DIR. Use `git rev-parse --git-path` to get the final path. -To prevent a $GIT_DIR/worktrees entry from from being pruned (which +To prevent a $GIT_DIR/worktrees entry from being pruned (which can be useful in some situations, such as when the entry's working tree is stored on a portable device), add a file named 'locked' to the entry's directory. The file contains the reason in -- 2.11.4.GIT