You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Traceback (most recent call last):
...
File "...\\git_map_branches.py", line 303, in main
mapper.start()
File "...\\git_map_branches.py", line 169, in start
self.__append_branch(root)
File "...\\git_map_branches.py", line 272, in __append_branch
self.__append_branch(child, depth=depth + 1)
File "...\\git_map_branches.py", line 267, in __append_branch
line.append(run('log', '-n1', '--format=%s', branch))
File "...\git_common.py", line 599, in run
return run_with_stderr(*cmd, **kwargs)[0]
File "...\git_common.py", line 668, in run_with_stderr
raise subprocess2.CalledProcessError(retcode, cmd, os.getcwd(), ret, err)
subprocess2.CalledProcessError: Command '...\\git.bat -c color.ui=never log -n1 --format=%s readme' returned non-zero exit status 128 in ...
fatal: ambiguous argument 'readme': both revision and filename
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'
BUG=
Review-Url: https://codereview.chromium.org/2153803002
|
9 years ago | |
|---|---|---|
| bootstrap | 10 years ago | |
| fetch_configs | 9 years ago | |
| git-templates | 12 years ago | |
| infra | 9 years ago | |
| luci_hacks | 10 years ago | |
| man | 10 years ago | |
| recipe_modules | 9 years ago | |
| support | 13 years ago | |
| testing_support | 9 years ago | |
| tests | 9 years ago | |
| third_party | 9 years ago | |
| win_toolchain | 10 years ago | |
| zsh-goodies | 15 years ago | |
| .gitignore | 10 years ago | |
| .style.yapf | 11 years ago | |
| LICENSE | 17 years ago | |
| OWNERS | 10 years ago | |
| PRESUBMIT.py | 10 years ago | |
| README | 10 years ago | |
| README.codereview | 15 years ago | |
| README.gclient | 14 years ago | |
| README.git-cl | 15 years ago | |
| README.testing | 15 years ago | |
| WATCHLISTS | 10 years ago | |
| annotated_gclient.py | 12 years ago | |
| apply_issue | 13 years ago | |
| apply_issue.bat | 12 years ago | |
| apply_issue.py | 10 years ago | |
| auth.py | 11 years ago | |
| breakpad.py | 10 years ago | |
| buildbucket.py | 10 years ago | |
| cbuildbot | 14 years ago | |
| checkout.py | 10 years ago | |
| chrome-update-create-task.bat | 14 years ago | |
| chrome-update.bat | 14 years ago | |
| chrome-update.py | 11 years ago | |
| chrome_set_ver | 14 years ago | |
| cit | 10 years ago | |
| cit.bat | 10 years ago | |
| cit.py | 9 years ago | |
| clang-format | 12 years ago | |
| clang-format.bat | 12 years ago | |
| clang_format.py | 11 years ago | |
| codereview.settings | 10 years ago | |
| commit_queue | 10 years ago | |
| commit_queue.bat | 10 years ago | |
| commit_queue.py | 10 years ago | |
| cpplint.bat | 14 years ago | |
| cpplint.py | 9 years ago | |
| cpplint_chromium.py | 14 years ago | |
| create-chromium-git-src | 15 years ago | |
| create-ntfs-junction.c | 14 years ago | |
| create-ntfs-junction.exe | 14 years ago | |
| cros | 13 years ago | |
| cros_sdk | 14 years ago | |
| dart_format.py | 11 years ago | |
| depot-tools-auth | 11 years ago | |
| depot-tools-auth.bat | 11 years ago | |
| depot-tools-auth.py | 10 years ago | |
| download_from_google_storage | 13 years ago | |
| download_from_google_storage.bat | 13 years ago | |
| download_from_google_storage.py | 10 years ago | |
| drover | 14 years ago | |
| drover.bat | 14 years ago | |
| drover.py | 10 years ago | |
| fetch | 11 years ago | |
| fetch.bat | 12 years ago | |
| fetch.py | 10 years ago | |
| fix_encoding.py | 10 years ago | |
| gcl | 14 years ago | |
| gcl.bat | 14 years ago | |
| gcl.py | 10 years ago | |
| gclient | 10 years ago | |
| gclient-new-workdir.py | 10 years ago | |
| gclient.bat | 10 years ago | |
| gclient.py | 9 years ago | |
| gclient_completion.sh | 12 years ago | |
| gclient_scm.py | 9 years ago | |
| gclient_utils.py | 10 years ago | |
| gerrit_util.py | 10 years ago | |
| git-auto-svn | 10 years ago | |
| git-cache | 10 years ago | |
| git-cherry-pick-upload | 10 years ago | |
| git-cl | 10 years ago | |
| git-crrev-parse | 11 years ago | |
| git-crsync | 12 years ago | |
| git-drover | 10 years ago | |
| git-find-releases | 10 years ago | |
| git-footers | 10 years ago | |
| git-freeze | 10 years ago | |
| git-gs | 10 years ago | |
| git-hyper-blame | 10 years ago | |
| git-map | 10 years ago | |
| git-map-branches | 10 years ago | |
| git-mark-merge-base | 10 years ago | |
| git-nav-downstream | 10 years ago | |
| git-nav-upstream | 11 years ago | |
| git-new-branch | 10 years ago | |
| git-number | 10 years ago | |
| git-rebase-update | 10 years ago | |
| git-rename-branch | 10 years ago | |
| git-reparent-branch | 10 years ago | |
| git-retry | 10 years ago | |
| git-runhooks | 12 years ago | |
| git-squash-branch | 10 years ago | |
| git-thaw | 10 years ago | |
| git-try | 10 years ago | |
| git-upstream-diff | 10 years ago | |
| git_auto_svn.py | 10 years ago | |
| git_cache.py | 10 years ago | |
| git_cherry_pick_upload.py | 11 years ago | |
| git_cl.py | 9 years ago | |
| git_common.py | 9 years ago | |
| git_dates.py | 10 years ago | |
| git_drover.py | 10 years ago | |
| git_find_releases.py | 10 years ago | |
| git_footers.py | 10 years ago | |
| git_freezer.py | 11 years ago | |
| git_hyper_blame.py | 10 years ago | |
| git_map.py | 10 years ago | |
| git_map_branches.py | 9 years ago | |
| git_mark_merge_base.py | 11 years ago | |
| git_nav_downstream.py | 11 years ago | |
| git_new_branch.py | 10 years ago | |
| git_number.py | 11 years ago | |
| git_rebase_update.py | 10 years ago | |
| git_rename_branch.py | 11 years ago | |
| git_reparent_branch.py | 10 years ago | |
| git_retry.py | 11 years ago | |
| git_squash_branch.py | 11 years ago | |
| git_try.py | 10 years ago | |
| git_upstream_diff.py | 10 years ago | |
| gn | 12 years ago | |
| gn.bat | 12 years ago | |
| gn.py | 11 years ago | |
| gsutil.py | 10 years ago | |
| my_activity.py | 10 years ago | |
| my_reviews.py | 11 years ago | |
| ninja | 10 years ago | |
| ninja-linux32 | 10 years ago | |
| ninja-linux64 | 10 years ago | |
| ninja-mac | 10 years ago | |
| ninja.exe | 10 years ago | |
| owners.py | 9 years ago | |
| owners_finder.py | 9 years ago | |
| patch.py | 11 years ago | |
| presubmit_canned_checks.py | 10 years ago | |
| presubmit_support.py | 9 years ago | |
| profile.xml | 17 years ago | |
| pylint | 12 years ago | |
| pylint.py | 10 years ago | |
| pylintrc | 11 years ago | |
| python_runner.sh | 10 years ago | |
| recipes.py | 9 years ago | |
| repo | 10 years ago | |
| rietveld.py | 9 years ago | |
| roll-dep | 12 years ago | |
| roll-dep-svn | 11 years ago | |
| roll-dep-svn.bat | 11 years ago | |
| roll-dep.bat | 12 years ago | |
| roll_dep.py | 10 years ago | |
| roll_dep_svn.py | 11 years ago | |
| scm.py | 10 years ago | |
| setup_color.py | 10 years ago | |
| subcommand.py | 11 years ago | |
| subprocess2.py | 10 years ago | |
| trychange.py | 10 years ago | |
| update_depot_tools | 10 years ago | |
| update_depot_tools.bat | 10 years ago | |
| upload_to_google_storage.py | 10 years ago | |
| watchlists.py | 15 years ago | |
| weekly | 16 years ago | |
| wtf | 13 years ago | |
README
This package contains tools for working with Chromium development.
The "gclient" wrapper knows how to keep this repository updated to
the latest versions of these tools as found at:
https://chromium.googlesource.com/chromium/tools/depot_tools/+/master/gclient.py
This package contains:
chrome-update-create-task.bat
Creates a scheduled task to do an automatic local chromium build every day.
cpplint.py
A copy of our linting tool which enforces Google style. Fetched from
http://google-styleguide.googlecode.com/svn/trunk/cpplint/cpplint.py
gcl
A tool for uploading and managing code reviews on the Chromium
project, using the Rietveld code review tool. More info at:
http://code.google.com/p/rietveld/
gclient
A script for managing a workspace with modular dependencies that
are each checked out independently from different repositories.
More info at:
http://code.google.com/p/gclient/
Note: svn and python will be installed automatically if not accessible (on
Windows only).
To update this distribution manually, run .\update_depot_tools.bat on Windows,
or ./update_depot_tools on Linux or Mac.
To disable automatic updating, set the environment variable DEPOT_TOOLS_UPDATE=0