commit | 01d6c3c0c5cfb9ccf6b60d4db78852dfbf1e3c39 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@google.com> | Tue Aug 27 01:56:43 2019 -0400 |
committer | David Pursehouse <dpursehouse@collab.net> | Wed Sep 11 23:24:11 2019 +0000 |
tree | ee48008644f88b8991a961a21f515b76edf4d4f7 | |
parent | 4c263b52e729d57e492017b481105af8a05240b6 [diff] |
sync: create dedicated smart sync func The smart sync logic takes up about 45% of the overall Execute func and is about 100 lines of code. The only effect it has on the rest of the code is to set the manifest_name variable. Since this func is already quite huge, split the smart sync logic out. Change-Id: Id861849b0011ab47387d74e92c2ac15afcc938ba Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/234835 Tested-by: Mike Frysinger <vapier@google.com> Reviewed-by: David Pursehouse <dpursehouse@collab.net>
Repo is a tool built on top of Git. Repo helps manage many Git repositories, does the uploads to revision control systems, and automates parts of the development workflow. Repo is not meant to replace Git, only to make it easier to work with Git. The repo command is an executable Python script that you can put anywhere in your path.