You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added automatic `ADD`-to-`MODIFY` rewrite during package application when a new-file patch conflicts with an existing file and policy allows conversion.
17
+
18
+
### Changed
19
+
20
+
- Rebase and add-conflict handling are now exposed and documented in CLI usage and README.
21
+
-`rpack` still does not alter git history; `rebase` rewrites patch content only.
Copy file name to clipboardExpand all lines: README.md
+23-5Lines changed: 23 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,13 @@
6
6
7
7
**Repository Pack**: portable, validated patch packages for Git working trees.
8
8
9
-
`rpack` is a small CLI tool for moving code changes between repositories as a single `.rpack` file. It does not create commits, branches, tags, rebases, or otherwise modify Git history. It only validates and applies patches to the working tree.
9
+
`rpack` is a small CLI tool for moving code changes between repositories as a single `.rpack` file. It does not create commits, branches, or otherwise modify Git history. It only validates and applies patches to the working tree.
0 commit comments