From: Richard Hartmann Date: Sun, 27 Aug 2017 19:18:19 +0000 (+0200) Subject: Merge pull request #229 from danielshahaf/document-enter-v1 X-Git-Url: https://git.madduck.net/code/vcsh.git/commitdiff_plain/aef309d6d15a29109d9172e6da151e5491370d3d?hp=aeb2de1f617285e3cd7ff63e7c8232799433cb6b Merge pull request #229 from danielshahaf/document-enter-v1 docs: Clarify what 'enter' does. --- diff --git a/doc/vcsh.1.ronn b/doc/vcsh.1.ronn index 45b8c83..a25bf65 100644 --- a/doc/vcsh.1.ronn +++ b/doc/vcsh.1.ronn @@ -98,7 +98,7 @@ an interactive user. Delete an existing repository. * enter: - Enter repository; spawn new <$SHELL>. + Enter repository; spawn new <$SHELL> with <$GIT_DIR> set. * foreach: Execute git command for every vcsh repository. diff --git a/vcsh b/vcsh index de1b419..ff0ec2b 100755 --- a/vcsh +++ b/vcsh @@ -106,6 +106,7 @@ help() { commit Commit in all repositories delete Delete an existing repository enter Enter repository; spawn new instance of \$SHELL + with \$GIT_DIR set. foreach [<-g>] Execute a command for every repository help Display this help text