)]}'
{
  "commit": "4efcd35e5f37b9ece81bd8c40ba2b9a6a6277690",
  "tree": "9bfcbe6657ad39ba008f442cb94f0248ce30fd77",
  "parents": [
    "f751e6186da331d7a712256d4cdc5e812cdb60b7"
  ],
  "author": {
    "name": "Abseil Team",
    "email": "absl-team@google.com",
    "time": "Fri Nov 14 14:54:19 2025 -0800"
  },
  "committer": {
    "name": "Copybara-Service",
    "email": "copybara-worker@google.com",
    "time": "Fri Nov 14 14:55:13 2025 -0800"
  },
  "message": "Pico-optimize `SkipWhitespace` to use `StripLeadingAsciiWhitespace`.\n\nThe `SkipWhitespace` predicate in `absl::StrSplit` now uses `absl::StripLeadingAsciiWhitespace` instead of `absl::StripAsciiWhitespace`.\n\nSince the predicate only checks if the string is empty after stripping, and both functions reduce strings consisting only of whitespace to empty, this change does not alter the filtering behavior of `SkipWhitespace`, but spares one redundant call to `absl::StripTrailingAsciiWhitespace`.\n\nPiperOrigin-RevId: 832467122\nChange-Id: I5bf1ed99ded039d7070111d2f0cb50bc8b3d701a\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "cf53ccf1f1acbc5808286398e91bc69f92d022d6",
      "old_mode": 33188,
      "old_path": "absl/strings/str_split.h",
      "new_id": "29fa4f7d32754ffe3a1163ac1a6e458695894abc",
      "new_mode": 33188,
      "new_path": "absl/strings/str_split.h"
    }
  ]
}
