mirror of
https://github.com/wfxr/forgit.git
synced 2026-09-10 07:16:23 -04:00
- Add _forgit_strip_ansi for removing ANSI escape codes - Add _forgit_branch_list to list branches with current branch first - Add _forgit_extract_branch_name to parse branch names from git output - Update checkout_branch, switch_branch, branch_delete, cherry_pick_from_branch, and branch_preview to use the new helpers - Fix _forgit_inside_work_tree to suppress stderr |
||
|---|---|---|
| .. | ||
| branch-helpers.test.sh | ||
| clean-select-files.test.sh | ||
| empty-state.test.sh | ||
| fzf.test.sh | ||
| helper-functions.test.sh | ||
| is-submodule.test.sh | ||