Fossil

Check-in [4bb718a882]
Login

Check-in [4bb718a882]

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:(Spell) Correct spelling in branch.c.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 4bb718a882c6a293ca3fe556e0b873adfecafbeecb43e19f7ea9937b070bc15d
User & Date: brickviking 2024-12-11 07:41:49.113
Context
2024-12-11
20:52
Tweaked language a bit. ... (check-in: 2c0714f8d5 user: brickviking tags: trunk)
07:41
(Spell) Correct spelling in branch.c. ... (check-in: 4bb718a882 user: brickviking tags: trunk)
00:32
More robust detection of top of a checkout in the dir_has_ckout_db() function. ... (check-in: 36f916c504 user: drh tags: trunk)
Changes
Unified Diff Ignore Whitespace Patch
Changes to src/branch.c.
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
**          -c|--closed      List closed branches
**          -m|--merged      List branches merged into the current branch
**          -M|--unmerged    List branches not merged into the current branch
**          -p               List only private branches
**          -r               Reverse the sort order
**          -t               Show recently changed branches first
**          --self           List only branches where you participate
**          --username USER  List only branches where USER participate
**          --users N        List up to N users partipiating
**
**        The current branch is marked with an asterisk.  Private branches are
**        marked with a hash sign.
**
**        If GLOB is given, show only branches matching the pattern.
**
**        The "lsh" variant of this subcommand shows recently changed branches,







|
|







638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
**          -c|--closed      List closed branches
**          -m|--merged      List branches merged into the current branch
**          -M|--unmerged    List branches not merged into the current branch
**          -p               List only private branches
**          -r               Reverse the sort order
**          -t               Show recently changed branches first
**          --self           List only branches where you participate
**          --username USER  List only branches where USER participates
**          --users N        List up to N users participating
**
**        The current branch is marked with an asterisk.  Private branches are
**        marked with a hash sign.
**
**        If GLOB is given, show only branches matching the pattern.
**
**        The "lsh" variant of this subcommand shows recently changed branches,