Mike Frysinger
|
ae6cb08ae5
split out cli validation from execution
|
6 years ago |
Mike Frysinger
|
3fc157285c
add a --trace-python option
|
6 years ago |
Mike Frysinger
|
8a11f6f24c
rename local trace module
|
6 years ago |
Mike Frysinger
|
898f4e6217
help: add a --help-all option to show all commands at once
|
6 years ago |
Mike Frysinger
|
d9e5cf0ee7
sync: invert --force-broken with --fail-fast
|
6 years ago |
Xin Li
|
3069be2684
Explicitly allow clobbering tags when fetching from remote.
|
6 years ago |
Mike Frysinger
|
d5c306b404
rebase: pull out project-independent settings from the for loop
|
6 years ago |
Mike Frysinger
|
a850ca2712
rebase/sync: use exit(1) for errors instead of exit(-1)
|
6 years ago |
Mike Frysinger
|
a34186e481
sync: fix handling of -f and local checkouts
|
6 years ago |
Mike Frysinger
|
600f49278a
project: fix encoding handling with git commands
|
6 years ago |
Mike Frysinger
|
1f2462e0d2
git_config: include project name in missing ref exception
|
6 years ago |
Mike Frysinger
|
50d27639b5
manifest-format: document implicit directory creation w/<copyfile> & <linkfile>
|
6 years ago |
Mike Frysinger
|
c5b172ad6f
manifest-format: clarify <copyfile> & <linkfile> restrictions
|
6 years ago |
Mike Frysinger
|
87deaefd86
tests: add docstrings & print_function (for Python 3)
|
6 years ago |
David Pursehouse
|
5fbd1c6053
wrapper: Fix indentation level
|
6 years ago |
David Pursehouse
|
1126c4ed86
wrapper: replace usage of deprecated imp module for Python 3
|
6 years ago |
Mike Frysinger
|
f7c51606f0
hooks: support external hooks running different Python version
|
6 years ago |
Xin Li
|
745be2ede1
Add support for partial clone.
|
6 years ago |
Mike Frysinger
|
87fb5a1894
repo/main: add module docstrings
|
6 years ago |
Mike Frysinger
|
ab85fe7c53
use print() instead of sys.stdout.write()
|
6 years ago |
Mike Frysinger
|
4f42a97067
run_tests: add a helper for invoking unittests
|
6 years ago |
Pierre Tardy
|
2b7daff8cb
Don't try to decode when checking clone bundles
|
6 years ago |
Mike Frysinger
|
242fcdd93b
main: user-agent: include full git version info
|
6 years ago |
Mike Frysinger
|
ca540aed19
git_command: drop custom version helper
|
6 years ago |
Mike Frysinger
|
f88b2fe569
repo: all ParseGitVersion to load git version info itself
|
6 years ago |
Mike Frysinger
|
6db1b9e282
repo: return a namedtuple with full version info
|
6 years ago |
Solomon Kinard
|
490e16385d
Remove double forall from "repo help forall" output
|
6 years ago |
Mike Frysinger
|
ec558df074
fix raise syntax
|
6 years ago |
Mike Frysinger
|
81f5c59671
project: rev_list: simplify execution
|
6 years ago |
Mike Frysinger
|
1b9adab75a
handle binary stream from urllib.request.urlopen
|
6 years ago |