commit | 369814b4a77adcc78b2549ad728e0d69175f08e8 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@google.com> | Wed Jul 10 17:10:07 2019 -0400 |
committer | Mike Frysinger <vapier@google.com> | Tue Oct 01 05:39:27 2019 +0000 |
tree | eccd05989cd69c424dce146b2ea76d0a7069b423 | |
parent | e37aa5f331aa39776d5db1a1f816b66496f60e0c [diff] |
move UserAgent to git_command for wider user We can't import the main module, so move the UserAgent helper out of it and into the git_command module so it can be used in more places. Bug: https://crbug.com/gerrit/11144 Change-Id: I8093c8a20bd1dc7d612d0e2a85180341817c0d86 Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/231057 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.