Fossil

Check-in [d66ccf646e]
Login

Check-in [d66ccf646e]

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

Overview
Comment:Reword branch ls description for --self
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | filter-branch-ls-by-user
Files: files | file ages | folders
SHA3-256: d66ccf646e345887a0aebda830f1d1ecc948bb3ae1536b04fce1d8d2611ef523
User & Date: preben 2023-09-28 11:40:59.701
Context
2023-09-28
17:16
Add branch ls --users to list users participating in branches. ... (check-in: 4615e2072a user: preben tags: filter-branch-ls-by-user)
11:40
Reword branch ls description for --self ... (check-in: d66ccf646e user: preben tags: filter-branch-ls-by-user)
10:42
Filter branch ls output by user with check-ins on the branches. ... (check-in: d0f15a1b65 user: preben tags: filter-branch-ls-by-user)
Changes
Unified Diff Ignore Whitespace Patch
Changes to src/branch.c.
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
**          -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
**          --username USER  List only branches with check-ins by USER
**          --self           List only branches with check-ins by the default user
**
**        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,







|







626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
**          -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
**          --username USER  List only branches with check-ins by USER
**          --self           List only branches with check-ins by the current user
**
**        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,