add "./sync-all fetch" and "./sync-all new"
authorSimon Marlow <marlowsd@gmail.com>
Fri, 1 Apr 2011 14:03:27 +0000 (15:03 +0100)
committerSimon Marlow <marlowsd@gmail.com>
Fri, 1 Apr 2011 14:03:27 +0000 (15:03 +0100)
commit0cb84f30414275484a23fffeb9d4db1f54808d4f
tree45e6feac8523737faca55388c7aa48bec027e5c6
parentd94579a594823b44334e81f0eb38e9a45945796d
add "./sync-all fetch" and "./sync-all new"

./sync-all fetch

  Fetches remote changes from the "origin" for each sub-repo.  Useful
  before "./sync-all new".

  (Runs 'git fetch origin' on all sub-repos.)

./sync-all new

  Lists the new patches relative to "origin" for each sub-repo.
  You probably want to './sync-all fetch' first.

  (Runs 'git log origin..' on all sub-repos)
sync-all