commit | 2a4be948788dfe5ae9437b048fba229a96bbff2d | [log] [tgz] |
---|---|---|
author | Renaud Paquay <rpaquay@google.com> | Tue Nov 01 13:48:15 2016 -0700 |
committer | Renaud Paquay <rpaquay@google.com> | Thu Aug 31 12:13:52 2017 -0700 |
tree | 27c700887158c27b819992f507dfb2504dc7d101 | |
parent | 9d743397bfceae24a12a566ac1f4d5f968ba2779 [diff] |
Handle Windows line endings when reading binary files Without this change, '.git\HEAD' files, for examples, are sometime read incorrectly resulting in the current branch to be reset to "master" when running a "repo init -b xxx" on an already initialized repository. Change-Id: I48c7ef85ff81626edf156914329a560e14252f2a
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.