]> git.ipfire.org Git - thirdparty/git.git/commit
doc/git-branch: remove obsolete "-l" references
authorJeff King <peff@peff.net>
Thu, 30 Aug 2018 20:04:53 +0000 (16:04 -0400)
committerJunio C Hamano <gitster@pobox.com>
Thu, 30 Aug 2018 20:30:08 +0000 (13:30 -0700)
commit94a13806fbce47de1468a49599ecb901d967aacc
tree69cd28d0f16d81960d428c8556b23c79771e0dbd
parenta15d598124813a71f0a221b4fcabeb75f40aebd7
doc/git-branch: remove obsolete "-l" references

The previous commit switched "-l" to meaning "--list", but a
few vestiges of its prior meaning as "--create-reflog"
remained:

  - the synopsis mentioned "-l" when creating a new branch;
    we can drop this entirely, as it has been the default
    for years

  - the --list command mentions the unfortunate "-l"
    confusion, but we've now fixed that

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-branch.txt