- aedd1e5 sync: fix print error when handling server error by Mike Frysinger · 3 years, 10 months ago
- d68ed63 init/sync: add --no-tags to match --tags by Mike Frysinger · 3 years, 10 months ago
- 7356114 add --no-current-branch option to invert --current-branch by Mike Frysinger · 3 years, 10 months ago
- 29626b4 project: fix m/ generation when switching manifest branches by Mike Frysinger · 3 years, 10 months ago
- aabf79d sync: Fix a corner case when both superproject and depth used. by Xin Li · 3 years, 11 months ago
- cd89ec1 sync: Fix exception in an exsiting clone (without partial-clone). by Raman Tenneti · 3 years, 11 months ago v2.14.2
- 6823bc2 sync: cleanup sleep+retry logic a bit by Mike Frysinger · 3 years, 11 months ago v2.14
- f32f243 init: Added --partial-clone-exclude option. by Raman Tenneti · 4 years ago
- 0458faa manifest: allow toplevel project checkouts by Mike Frysinger · 4 years ago v2.13.5
- a3794e9 prune: minor optimization & robustification by Mike Frysinger · 4 years ago
- 9888acc project: fix diff printing with embedded % by Mike Frysinger · 4 years ago v2.13.4
- 3c09312 project: fix variable typo by Mike Frysinger · 4 years ago v2.13.2
- 76844ba project: skip clone bundles when we've already initialized the object dir by Mike Frysinger · 4 years ago
- 7b586f2 sync: capture all git output by default by Mike Frysinger · 4 years ago
- 92304bf project: fix http error retry logic by Mike Frysinger · 4 years, 1 month ago
- 69b4a9c diff: add --jobs support by Mike Frysinger · 4 years, 1 month ago
- 5d9c497 use simpler super() magic by Mike Frysinger · 4 years, 1 month ago
- 8423000 project: make diff tools synchronous by Mike Frysinger · 4 years, 1 month ago
- 38867fb git_config: add SetBoolean helper by Mike Frysinger · 4 years, 1 month ago
- 0286e31 Update _CheckForImmutableRevision to use git rev-list by Ian Kasprzak · 4 years, 1 month ago
- 6a872c9 sync: Added --use-superproject option and support for superproject. by Raman Tenneti · 4 years, 2 months ago v2.12
- acf63b2 drop pyversion & is_python3 checking by Mike Frysinger · 6 years ago
- 784ccfc strip python2-only coding:utf-8 & print_function settings by Mike Frysinger · 4 years, 2 months ago
- 1469c28 project: detach HEAD in internal worktree checkout. by Remy Böhmer · 4 years, 3 months ago
- 169b021 Fix --reference option under Windows by Remy Bohmer · 4 years, 4 months ago
- 44bc964 Always use Unix EOL for worktree .git and gitdir files by Remy Bohmer · 4 years, 4 months ago
- d7f8683 project: do not update local published/ refs in dryrun mode by Mike Frysinger · 4 years, 4 months ago
- 8c1e9cb manifest_xml: refactor manifest parsing from client management by Mike Frysinger · 4 years, 6 months ago
- 16c1328 Move RepoHook class from project.py file to dedicated file by Remy Bohmer · 4 years, 6 months ago
- 50a81de init: use the remote default manifest branch by Mike Frysinger · 4 years, 6 months ago
- 0501b29 status: Use multiprocessing for `repo status -j<num>` instead of threading by Kimiyuki Onaka · 4 years, 6 months ago
- 65f51ad Fix Git base version for worktreeconfig extension by Adrien Bioteau · 4 years, 8 months ago
- dbfbcb1 project.py: Fix check for wild cards by Angel Petkov · 4 years, 10 months ago v2.7
- 2fe84e1 project.py: Remove extraneous ',' by George Engelbrecht · 5 years ago v2.6
- b687189 project: have clone.bundle failures print better diagnostics by George Engelbrecht · 5 years ago
- 9bc283e sync: add retry to fetch operations by George Engelbrecht · 5 years ago
- 915fda1 download: support -x when cherry-picking by Mike Frysinger · 5 years ago
- ea43176 download: support --ff when cherry-picking by Mike Frysinger · 5 years ago
- 4847e05 repo/init/sync: rework default git download output by Mike Frysinger · 5 years ago
- 21b7fbe project: fix m/ pseudo ref handling with git worktrees by Mike Frysinger · 5 years ago
- b0fbc7f upload: drop support for drafts by Mike Frysinger · 5 years ago
- fc1b18a upload: allow users to set labels when uploading by Mike Frysinger · 5 years ago
- 9f91c43 project: replace GetHeadPath with new git helper by Mike Frysinger · 5 years ago v2.4
- 4b0eb5a project: fix rebase check with worktrees by Mike Frysinger · 5 years ago
- 7526478 project: fix worktree init under Windows by Mike Frysinger · 5 years ago
- 7951e14 project: fallback to hardlinks with git hooks by Mike Frysinger · 5 years ago
- d925459 manifest/tests: get them passing under Windows by Mike Frysinger · 5 years ago
- 746e7f6 project: unify StartBranch flows behind git-update-ref by Mike Frysinger · 5 years ago
- c0d1866 project/sync: move DeleteProject helper to Project by Mike Frysinger · 5 years ago
- f81c72e project: set core.repositoryFormatVersion=1 when using extensions by Mike Frysinger · 5 years ago
- 979d5bd add experimental git worktree support by Mike Frysinger · 5 years ago
- 819cc81 upload: add support for standard --dry-run by Mike Frysinger · 5 years ago
- 84685ba upload: add support for setting hashtags by Mike Frysinger · 5 years ago
- e50b6a7 project: handle verbose with initial clone bundle by Mike Frysinger · 5 years ago
- c58ec4d avoid negative variables by Mike Frysinger · 5 years ago
- 3cceda5 project: Fix E125 continuation line with same indent as next logical line by David Pursehouse · 5 years ago
- 31990f0 project: move successful fetch output behind verbose by Mike Frysinger · 5 years ago
- 521d01b sync: introduce --verbose option by Mike Frysinger · 5 years ago
- 2b1345b project: disable stat output when fast forwarding merges by Mike Frysinger · 5 years ago
- a46bf7d flake8: Suppress "F821 undefined name" inline for Python 2 names by David Pursehouse · 5 years ago
- e8ace26 project: Don't emit locally modified hook warning in quiet mode by David Pursehouse · 5 years ago
- 6f1c626 drop old git_require checks by Mike Frysinger · 5 years ago
- 145e35b Fix usage of bare 'except' by David Pursehouse · 5 years ago
- 819827a Fix blank line issues reported by flake8 by David Pursehouse · 5 years ago
- abdf750 Fix indentation issues reported by flake8 by David Pursehouse · 5 years ago
- ed4f211 project: make syncing a little more self-healing by Mike Frysinger · 5 years ago
- dc1d0e0 Revert "Save cookies back to jar when fetching clone.bundle" by Mike Frysinger · 5 years ago v2.2
- 163d42e project: fix bytes/str encoding when updating git submodules by Mike Frysinger · 5 years ago
- 07392ed project: allow src=. with symlinks by Mike Frysinger · 5 years ago v2.1.1
- f914edc project: unify HEAD path management by Mike Frysinger · 5 years ago
- e7c9188 remove spurious +x bits by Mike Frysinger · 5 years ago
- f7b64e3 Do not try to fetch default revision for mirrors always by Chirayu Desai · 5 years ago
- e6a202f project: add basic path checks for <copyfile> & <linkfile> by Mike Frysinger · 6 years ago
- 0bcc2d2 Fix docstring of project.Project.PrintWorkTreeStatus() by Rostislav Krasny · 5 years ago v1.13.9
- 6856f98 Fix repo mirror with --current-branch by Kuang-che Wu · 5 years ago
- 6da1775 prune: handle branches that track missing branches by Mike Frysinger · 5 years ago
- 2ba5a1e sync: try to fast forward merge branches before checking published state by Mike Frysinger · 5 years ago
- b610b85 sync: add sanity check for local checkouts missing network by Mike Frysinger · 5 years ago
- 3164d40 use open context managers in more places by Mike Frysinger · 5 years ago
- f454512 sync: make .git init more robust by Mike Frysinger · 5 years ago
- c8290ad project: allow CurrentBranch to return None on errors by Mike Frysinger · 5 years ago
- 0a9265e diff: handle errors gracefully by Mike Frysinger · 5 years ago
- a2cd6ae Fix tag clobbering when -c is used. by Xin Li · 5 years ago v1.13.6
- 70d861f sync: improve output with intermingled progress bars and status by Mike Frysinger · 6 years ago
- 60fdc5c Add repo start option to create the branch based off HEAD by Theodore Dubois · 6 years ago
- 8a11f6f rename local trace module by Mike Frysinger · 6 years ago
- 3069be2 Explicitly allow clobbering tags when fetching from remote. by Xin Li · 6 years ago
- 600f492 project: fix encoding handling with git commands by Mike Frysinger · 6 years ago
- f7c5160 hooks: support external hooks running different Python version by Mike Frysinger · 6 years ago
- 745be2e Add support for partial clone. by Xin Li · 6 years ago v1.13.4
- 2b7daff Don't try to decode when checking clone bundles by Pierre Tardy · 6 years ago
- 81f5c59 project: rev_list: simplify execution by Mike Frysinger · 6 years ago
- 3698ab7 Support clone bundle through persistent-http[s]. by Xin Li · 6 years ago
- f601376 set default file encoding to utf-8 by Mike Frysinger · 6 years ago
- c5b0e23 project: Set config option to skip lfs process filter by Francois Ferrand · 6 years ago v1.13.3
- 0968570 Merge "Print project name when work tree initialization fails" by Jonathan Nieder · 6 years ago
- f25a370 Use %topic=topic instead of deprecated /topic syntax on push by David Pursehouse · 6 years ago
- b554838 Print project name when work tree initialization fails by Mikhail Naganov · 6 years ago
- 2d095da Ignore submodules when calculating 'git diff-files' by Eli Ribble · 6 years ago
- 1f1596b Don't print "persistent ref" message when syncing quietly by Tim Schumacher · 6 years ago