Commit f3e8912
committed
feat: Add automatic git staging before commit in PatchClient
- Introduced a new step to stage all changes using 'git add .' before committing
- Added console logging and progress callback for the staging process
- Ensures all modified files are included in the subsequent commit1 parent c076ccb commit f3e8912
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
795 | 795 | | |
796 | 796 | | |
797 | 797 | | |
| 798 | + | |
| 799 | + | |
| 800 | + | |
| 801 | + | |
| 802 | + | |
| 803 | + | |
| 804 | + | |
798 | 805 | | |
799 | 806 | | |
800 | 807 | | |
| |||
0 commit comments