git-repo/subcmds
Shawn O. Pearce f690687671 Only fetch repo once-per-day under normal 'repo sync' usage
Its unlikely that a new version of repo will be delivered in any
given day, so we now check only once every 24 hours to see if repo
has been updated.  This reduces the sync cost, as we no longer need
to contact the repo distribution servers every time we do a sync.

repo selfupdate can still be used to force a check.

Signed-off-by: Shawn O. Pearce <sop@google.com>
2009-04-18 10:49:00 -07:00
..
__init__.py Initial Contribution 2008-10-21 07:00:00 -07:00
abandon.py Introduce 'repo abandon <branchname>' as an alias for 'git branch -D' 2008-11-03 11:24:59 -08:00
branches.py Add a repo branches subcommand to describe current branches 2009-04-10 16:02:48 -07:00
checkout.py Cleanup checkout help to match other commands 2009-04-13 12:11:31 -07:00
diff.py Initial Contribution 2008-10-21 07:00:00 -07:00
download.py Teach repo how to download changes to the local checkout 2008-10-23 14:43:28 -07:00
forall.py Fix formatting of 'repo help sync' 2009-04-13 12:11:59 -07:00
grep.py Add 'repo grep' to support searching all projects 2009-04-10 20:37:47 -07:00
help.py Add a 'repo manifest' command whose help is the manifest file format 2009-03-04 14:26:50 -08:00
init.py Change repo sync to be more friendly when updating the tree 2009-04-16 11:21:18 -07:00
manifest.py Add repo manifest -o to save a manifest 2009-03-05 10:32:38 -08:00
prune.py Initial Contribution 2008-10-21 07:00:00 -07:00
selfupdate.py Add 'repo selfupdate' to upgrade only repo 2009-04-13 11:53:53 -07:00
stage.py Initial Contribution 2008-10-21 07:00:00 -07:00
start.py Make 'repo start' restartable upon failures 2009-04-10 16:21:18 -07:00
status.py Document 'repo status' output 2009-04-13 14:06:34 -07:00
sync.py Only fetch repo once-per-day under normal 'repo sync' usage 2009-04-18 10:49:00 -07:00
upload.py Only compute commits in repo upload if we need to show a prompt 2009-04-17 20:54:39 -07:00
version.py Don't permit users to run repo status in a mirror client 2009-03-03 17:47:06 -08:00