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: |
4bb718a882c6a293ca3fe556e0b873ad |
| 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
Changes to src/branch.c.
| ︙ | ︙ | |||
638 639 640 641 642 643 644 | ** -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 | | | | 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, |
| ︙ | ︙ |