pi-graphite 0.3.1 → 0.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -9
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -79,9 +79,7 @@ dependent branches.
|
|
|
79
79
|
- Editor / pager / browser env is forced safe (`GT_EDITOR=true`, `GT_PAGER=`,
|
|
80
80
|
`BROWSER=true`, …). Commands have a hard timeout.
|
|
81
81
|
- Interactive editor / hunk / browser / reorder paths are not exposed.
|
|
82
|
-
-
|
|
83
|
-
copy-paste cannot trigger command substitution or word-splitting from
|
|
84
|
-
user-controlled args.
|
|
82
|
+
- Commands echoed in tool output are safe to copy-paste back into a shell.
|
|
85
83
|
- `graphite_setup action=track_branch` requires explicit `branch`, explicit
|
|
86
84
|
`parent`, and `confirmParent:true`; do not guess parent if unclear.
|
|
87
85
|
- `graphite_setup action=init_repo reset:true` needs `confirmDestructive:true`.
|
|
@@ -97,13 +95,10 @@ dependent branches.
|
|
|
97
95
|
`branchNotTracked`, `noChangesStaged`, `checkedOutElsewhere`,
|
|
98
96
|
`operatingOnTrunk`, …).
|
|
99
97
|
|
|
100
|
-
###
|
|
98
|
+
### Git hooks
|
|
101
99
|
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
target repo will execute as part of mutating operations (create, amend,
|
|
105
|
-
submit, …). Hooks are arbitrary user code and are intentionally not
|
|
106
|
-
bypassed; treat hook content as part of the repo's trust boundary.
|
|
100
|
+
Git hooks in the target repository run as normal; this extension does not
|
|
101
|
+
bypass them. Treat them as part of your repo's trust boundary.
|
|
107
102
|
|
|
108
103
|
## License
|
|
109
104
|
|