diff options
author | Ori Bernstein <ori@eigenstate.org> | 2022-10-06 04:53:13 +0000 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2022-10-06 04:53:13 +0000 |
commit | 6960465997ff708b06410d0a93b629ec75e476c9 (patch) | |
tree | e6a0f482b0c45da9ce385c6772c8d83dd0e940c3 /sys/man | |
parent | 502fe5af32a3d275aa89ffc834157bdbabc45c50 (diff) |
git(1): remove documentation for deleted '-b' option (thanks llamaa)
Diffstat (limited to 'sys/man')
-rw-r--r-- | sys/man/1/git | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/man/1/git b/sys/man/1/git index 79fd64689..32195b2b2 100644 --- a/sys/man/1/git +++ b/sys/man/1/git @@ -291,11 +291,6 @@ When passed the option, the changes are pulled from .I upstream instead of the configured origin. -when passed the -.B -b -.I branch -option, it only pulls changes related to -.IR branch . .PP .B Git/serve |