Commit a8101ec
sequencer: factor out parsing of todo commands
Move the code that parses todo commands into a separate function so that
it can be shared with "git status" in the next commit.
Signed-off-by: Phillip Wood <phillip.wood@dunelm.org.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>1 parent 94f0577 commit a8101ec
2 files changed
Lines changed: 28 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2627 | 2627 | | |
2628 | 2628 | | |
2629 | 2629 | | |
| 2630 | + | |
| 2631 | + | |
| 2632 | + | |
| 2633 | + | |
| 2634 | + | |
| 2635 | + | |
| 2636 | + | |
| 2637 | + | |
| 2638 | + | |
| 2639 | + | |
| 2640 | + | |
| 2641 | + | |
| 2642 | + | |
| 2643 | + | |
| 2644 | + | |
| 2645 | + | |
| 2646 | + | |
| 2647 | + | |
| 2648 | + | |
| 2649 | + | |
| 2650 | + | |
2630 | 2651 | | |
2631 | 2652 | | |
2632 | 2653 | | |
| |||
2716 | 2737 | | |
2717 | 2738 | | |
2718 | 2739 | | |
2719 | | - | |
| 2740 | + | |
2720 | 2741 | | |
2721 | 2742 | | |
2722 | 2743 | | |
2723 | 2744 | | |
2724 | 2745 | | |
2725 | 2746 | | |
2726 | | - | |
2727 | | - | |
| 2747 | + | |
| 2748 | + | |
| 2749 | + | |
| 2750 | + | |
| 2751 | + | |
2728 | 2752 | | |
2729 | 2753 | | |
2730 | 2754 | | |
2731 | 2755 | | |
2732 | 2756 | | |
2733 | 2757 | | |
2734 | | - | |
2735 | | - | |
2736 | | - | |
2737 | | - | |
2738 | | - | |
2739 | | - | |
2740 | | - | |
2741 | | - | |
2742 | | - | |
2743 | 2758 | | |
2744 | 2759 | | |
2745 | 2760 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
| 265 | + | |
265 | 266 | | |
266 | 267 | | |
267 | 268 | | |
| |||
0 commit comments