credential: ignore SIGPIPE when writing to credential helpers
[gitweb.git] / Documentation / git-worktree.txt
index c941c488278a1160bce2ab0d5a7cfa1fa7724402..5ac3f68ab5396ade59c25f2083088c21f94f1f93 100644 (file)
@@ -56,6 +56,7 @@ If <commit-ish> is a branch name (call it `<branch>`) and is not found,
 and neither `-b` nor `-B` nor `--detach` are used, but there does
 exist a tracking branch in exactly one remote (call it `<remote>`)
 with a matching name, treat as equivalent to:
++
 ------------
 $ git worktree add --track -b <branch> <path> <remote>/<branch>
 ------------