mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-10 18:21:28 +00:00
introduced in http://src.chromium.org/viewvc/chrome?view=rev&revision=20990 It was intended for the tarball generation script, but there was a better and simpler way. BUG=80549 Review URL: http://codereview.chromium.org/6883263 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@83708 0039d316-1c4b-4281-b951-d872f2087c98
Various utilities for zsh.
_gclient:
completion for gclient command.
To install add a path to zsh-goodies into your fpath variable, e.g.:
fpath=(<path to depot_tools>/zsh-goodies $fpath)