This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


The following commit(s) were added to refs/heads/master by this push:
     new eb600c7e73 Escape the langKey NUL separator so populate.js is text, 
not binary
eb600c7e73 is described below

commit eb600c7e730c8a48f110de5750c7985760134b54
Author: Stephen Mallette <[email protected]>
AuthorDate: Wed Jul 15 08:29:22 2026 -0400

    Escape the langKey NUL separator so populate.js is text, not binary
    
    The language|name composite key used a raw NUL byte as its separator, which
    made git treat the whole file as binary and suppressed text diffs. Write it 
as
    a Unicode escape instead — identical NUL character at runtime, plain-text 
file.
    
    Assisted-by: Claude Code:claude-opus-4-8
---
 .skills/tinker-review/scripts/graph/populate.js | Bin 15392 -> 15397 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/.skills/tinker-review/scripts/graph/populate.js 
b/.skills/tinker-review/scripts/graph/populate.js
index 1a2dde4a87..b0b17b1bda 100644
Binary files a/.skills/tinker-review/scripts/graph/populate.js and 
b/.skills/tinker-review/scripts/graph/populate.js differ

Reply via email to