commit | 96fdcef9e3087d71266d5c78e4a9716e3afa6d41 | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Fri Apr 10 16:29:20 2009 -0700 |
committer | Shawn O. Pearce <sop@google.com> | Fri Apr 10 17:07:52 2009 -0700 |
tree | 2c98825daced9c0ab44f7be11048c438094684eb | |
parent | 2a1ccb2b0ca6a975614b96271fccd82a58394157 [diff] |
Add 'repo sync -n' to only do the network transfer This makes it easier to update all repositories, without actually impacting the working directory, or learning about how to use `repo forall -c 'git fetch $REPO_REMOTE' `. Signed-off-by: Shawn O. Pearce <sop@google.com>