mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-13 23:14:17 +00:00
parent
bb1d713f05
commit
508dc98b87
5 changed files with 51 additions and 14 deletions
File diff suppressed because one or more lines are too long
5
nodes/extract_patch/script_invocation.json
Normal file
5
nodes/extract_patch/script_invocation.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"command": "git diff",
|
||||
"language": "shell",
|
||||
"timeout_ms": null
|
||||
}
|
||||
5
nodes/extract_patch/script_timing.json
Normal file
5
nodes/extract_patch/script_timing.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"duration_ms": 66,
|
||||
"exit_code": 0,
|
||||
"timed_out": false
|
||||
}
|
||||
6
nodes/extract_patch/status.json
Normal file
6
nodes/extract_patch/status.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"status": "success",
|
||||
"notes": "Script completed: git diff",
|
||||
"failure_reason": null,
|
||||
"timestamp": "2026-03-16T05:37:02.833559+00:00"
|
||||
}
|
||||
7
nodes/solve/diff.patch
Normal file
7
nodes/solve/diff.patch
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
diff --git a/django b/django
|
||||
new file mode 160000
|
||||
index 0000000..580e644
|
||||
--- /dev/null
|
||||
+++ b/django
|
||||
@@ -0,0 +1 @@
|
||||
+Subproject commit 580e644f24f1c5ae5b94784fb73a9953a178fd26
|
||||
Loading…
Add table
Reference in a new issue