commit | 23d7781c0bac53b24f4598104e8ba38310e8d100 | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Thu Oct 30 11:06:57 2008 -0700 |
committer | Shawn O. Pearce <sop@google.com> | Thu Oct 30 11:06:57 2008 -0700 |
tree | b3b7f729746c96225f12177c111b3429f2da86a4 | |
parent | a54c527ae941a3bbf8b3ec54249ab12c3d6bf78b [diff] |
Don't print "Already up-to-date" during repo sync If we are already up-to-date we just want to display no output. This means we have to avoid calling "git merge" if there aren't commits to be merged into the working directory. Signed-off-by: Shawn O. Pearce <sop@google.com>