[roll] Roll infra/recipes [git_roll_util] Ignore timestamps in comparing author fields

"author" fields in gitiles logs include "time" fields corresponding to
the timestamp of the commits. For determining whether each commit has
the same author we don't care about the timestamp, only the "email" and
"name" fields.

See http://tqr/1003871 for an example of a multi-commit roll CL that
didn't have an author set because the rolled commits had different
timestamps in their "author" fields.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/1299327
Original-Revision: 9141f4e9699222c2a032e41ea0e69ca73c987b0a
GitOrigin-RevId: 774cbedf6d5e84279c29c9e1c48d763f89863652
Change-Id: Ia76ca045eb0d3a2f2bb438892e7e1df59d006277
1 file changed
tree: 3a6882220ada60d56f24e986481ab9121362c861
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.