commit | 2d095da4f19ec20f56fa8e02bb2012b156d8ee1a | [log] [tgz] |
---|---|---|
author | Eli Ribble <eliribble@google.com> | Thu May 02 18:21:42 2019 -0700 |
committer | Eli Ribble <eliribble@google.com> | Thu May 02 18:21:42 2019 -0700 |
tree | 5d4a1d7734ac58561a1b5e2a999b3de208f3c320 | |
parent | 266f74c88844aa58189af4343aac2467c4b105f0 [diff] |
Ignore submodules when calculating 'git diff-files' This allows projects to include submodules inside of projects that use repo without repo incorrectly believing the area is dirty just because a submodule has updates. This is in line with git porcelain commands which generally require a commandline flag to include submodules (git add, git rebase). Change-Id: Ide8a292162a42ab35145b5c4ca8ca0d020cdfe81
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.