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.
depot_tools/tests
zimmerle@gmail.com 3cdcf56c58 Ensures that local git config is used while checking if it is a Git-svn repo.
If no `--local` option is passed to git config command line tool, it will relies
on the local repository and then to the user configuration ($HOME/.gitconfig).
In case the user has - for some reason - a svn repository configured in this
user configuration, the checking: `git config --get-regexp ^svn-remote\.` will
accuse that there is svn repo and so the `git cl tool`. This patch just add
the option `--local` to the git config command line tool, avoiding this
situation.

R=maruel@chromium.org,dpranke@chromium.org
BUG=

Review URL: https://chromiumcodereview.appspot.com/13884014

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@193987 0039d316-1c4b-4281-b951-d872f2087c98
12 years ago
..
gstools Scripts to download files from google storage based on sha1 sums 12 years ago
subversion_config
abandon.sh
basic.sh
breakpad_unittest.py
checkout_test.py Make apply_issue.py much more verbose about what it's doing. 13 years ago
download_from_google_storage_unittests.py Scripts to download files from google storage based on sha1 sums 12 years ago
fix_encoding_test.py
gcl_unittest.py Revert 193525 12 years ago
gclient_scm_test.py Make safesync w/ git hash work when lkgr is ahead of clone. 12 years ago
gclient_smoketest.py Remove more unversioned directories. 12 years ago
gclient_test.py Add gclient grep for git repos 12 years ago
gclient_utils_test.py Make gclient sync use cpu count for default jobs 13 years ago
git_cl_test.py Ensures that local git config is used while checking if it is a Git-svn repo. 12 years ago
hooks.sh
owners.sh
owners_unittest.py Add a way to require approval from owners other than the author. 12 years ago
patch.sh
patch_test.py Fix applying svn:executable on Windows. 13 years ago
post-dcommit-hook-test.sh
presubmit_unittest.py Make maxlen configurable in PanProjectChecks 12 years ago
push-basic.sh
push-from-logs.sh options.from_logs is not used anywhere since it's the default. 13 years ago
rename.sh
rietveld_test.py Create CachingRietveld to automatically cache results for presubmit checks. 12 years ago
sample_pre_commit_hook
save-description-on-failure.sh
scm_unittest.py Restore previous behavior of GetSha1ForSvnRev, so unit tests pass. 13 years ago
submit-from-new-dir.sh
submodule-merge-test.sh
subprocess2_test.py
test-lib.sh
trychange_unittest.py Make git try warn on a dirty index. 13 years ago
upload-local-tracking-branch.sh
upload-stale.sh
upload_to_google_storage_unittests.py Scripts to download files from google storage based on sha1 sums 12 years ago
upstream.sh
watchlists_unittest.py