Skip to content

Commit

Permalink
Fix a typo in checkout.sh and cleanup one-line help messages
Browse files Browse the repository at this point in the history
This also shortens option descriptions to fit in 80 columns.

Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Johannes Sixt authored and Junio C Hamano committed Dec 11, 2007
1 parent bf82a15 commit 550f8fd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions git-checkout.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

OPTIONS_KEEPDASHDASH=t
OPTIONS_SPEC="\
git-branch [options] [<branch>] [<paths>...]
git-checkout [options] [<branch>] [<paths>...]
--
b= create a new branch started at <branch>
l create the new branchs reflog
track tells if the new branch should track the remote branch
l create the new branch's reflog
track arrange that the new branch tracks the remote branch
f proceed even if the index or working tree is not HEAD
m performa three-way merge on local modifications if needed
m merge local modifications into the new branch
q,quiet be quiet
"
SUBDIRECTORY_OK=Sometimes
Expand Down

0 comments on commit 550f8fd

Please sign in to comment.