Commit Graph

  • 745be2ede1 Add support for partial clone. v1.13.4 Xin Li 2019-06-03 11:24:30 -0700
  • 87fb5a1894 repo/main: add module docstrings Mike Frysinger 2019-06-13 01:54:46 -0400
  • ab85fe7c53 use print() instead of sys.stdout.write() Mike Frysinger 2019-07-04 17:35:11 -0400
  • 4f42a97067 run_tests: add a helper for invoking unittests Mike Frysinger 2019-06-12 17:42:43 -0400
  • 2b7daff8cb Don't try to decode when checking clone bundles Pierre Tardy 2019-05-16 10:28:21 +0200
  • 242fcdd93b main: user-agent: include full git version info Mike Frysinger 2019-07-10 15:45:49 -0400
  • ca540aed19 git_command: drop custom version helper Mike Frysinger 2019-07-10 15:42:30 -0400
  • f88b2fe569 repo: all ParseGitVersion to load git version info itself Mike Frysinger 2019-07-10 15:37:43 -0400
  • 6db1b9e282 repo: return a namedtuple with full version info Mike Frysinger 2019-07-10 15:32:36 -0400
  • 490e16385d Remove double forall from "repo help forall" output Solomon Kinard 2019-07-08 15:09:55 -0700
  • ec558df074 fix raise syntax Mike Frysinger 2019-07-05 01:38:05 -0400
  • 81f5c59671 project: rev_list: simplify execution Mike Frysinger 2019-07-04 18:13:31 -0400
  • 1b9adab75a handle binary stream from urllib.request.urlopen Mike Frysinger 2019-07-04 17:54:54 -0400
  • 3698ab7c92 Support clone bundle through persistent-http[s]. Xin Li 2019-06-25 16:09:43 -0700
  • 0c0e934b69 sync: use integer division with job counts Mike Frysinger 2019-06-13 12:42:39 -0400
  • 9e71842fbf status: import print_function Mike Frysinger 2019-06-13 12:41:32 -0400
  • 61b2d41f26 add license header to a few more files Mike Frysinger 2019-06-13 13:23:16 -0400
  • da9e200f1d repo: drop Python 3 warning Mike Frysinger 2019-06-13 00:37:38 -0400
  • c92ce5c7dc repo: restore use of print_function Mike Frysinger 2019-06-13 01:14:23 -0400
  • f601376e13 set default file encoding to utf-8 Mike Frysinger 2019-06-13 02:30:51 -0400
  • 31067c0ac5 tweak raise/dict syntax for Python 3 compat Mike Frysinger 2019-06-13 02:13:23 -0400
  • 35159abbeb repo: standardize help behavior Mike Frysinger 2019-06-13 00:07:13 -0400
  • 24ee29e468 wrapper: drop shebang Mike Frysinger 2019-06-13 00:15:21 -0400
  • 1b291fc2e7 Merge "docs: start a release document" Mike Frysinger 2019-06-13 05:57:59 +0000
  • a26c49ead4 docs: start a release document Mike Frysinger 2018-12-12 03:34:28 -0500
  • c745350ab9 diffmanifests: honor user-supplied manifest paths Basil Gello 2018-05-25 20:23:52 +0300
  • 025704e946 Merge "platform_utils_win32: remove an unnecessary workaround" Jonathan Nieder 2019-06-04 16:28:15 +0000
  • c5b0e23490 project: Set config option to skip lfs process filter v1.13.3 Francois Ferrand 2019-05-24 09:35:20 +0200
  • d92464e8ef Honor --depth during repo init Nasser Grainawi 2019-05-21 10:41:35 -0600
  • 0968570df2 Merge "Print project name when work tree initialization fails" Jonathan Nieder 2019-05-16 23:05:53 +0000
  • f25a370a14 Use %topic=topic instead of deprecated /topic syntax on push David Pursehouse 2018-11-14 19:01:22 -0800
  • b554838ce8 Print project name when work tree initialization fails Mikhail Naganov 2019-05-09 12:59:49 -0700
  • 2d095da4f1 Ignore submodules when calculating 'git diff-files' Eli Ribble 2019-05-02 18:21:42 -0700
  • 266f74c888 info: Use the non-formatting printer for headtext Sebastian Schuberth 2019-04-17 19:08:52 +0200
  • 1f1596b473 Don't print "persistent ref" message when syncing quietly Tim Schumacher 2019-04-15 11:17:08 +0200
  • 0d9b16d1d8 sync: deleted unused repos in reversed order (children before parent) Kuang-che Wu 2019-04-06 00:49:47 +0800
  • a84df06160 platform_utils_win32: remove an unnecessary workaround Роман Донченко 2019-03-21 23:45:59 +0300
  • e57f1146de sync: respect --force-sync when fetching updates Mike Frysinger 2019-03-18 21:27:54 -0400
  • 01019d94af docs: fixed typo error. Kyunam Jo 2019-03-18 13:30:58 +0900
  • 834d308a2b Merge "project: Relax the submodule name pattern to accept dots" Sebastian Schuberth 2019-03-14 07:14:28 +0000
  • c18ee35da6 Merge "sync: Add option '--force-remove-dirty'" Oleksii Okolielov 2019-03-11 17:56:00 +0000
  • d3c0f5914f sync: Add option '--force-remove-dirty' Oleksii Okolielov 2018-12-17 19:23:44 -0500
  • 41a26837d0 project: Relax the submodule name pattern to accept dots Sebastian Schuberth 2019-03-11 13:53:38 +0100
  • e7379dc5f7 docs: document a Python 3 migration plan Mike Frysinger 2019-01-30 14:35:39 -0500
  • 13f323b2c2 event_log: turn id generation from a generator to a func call v1.13.2 Mike Frysinger 2019-01-14 16:02:55 -0500
  • 12ee5446e9 init: Remove -c short option for --current-branch v1.13.1 Ereth McKnight-MacNeil 2018-12-19 21:28:35 -0800
  • e158e3802d Merge "README: link in new bug tracker" Mike Frysinger 2018-12-20 07:21:02 +0000
  • 3bbbcaf99d README: link in new bug tracker Mike Frysinger 2018-12-20 02:11:35 -0500
  • d4b13c280b Leverage the next keyword from python 2.7 Eli Ribble 2018-12-18 21:21:12 -0800
  • 6e53844f1e Allow clobbering of existing tags from remote. v1.13.0 Xin Li 2018-12-10 11:33:16 -0800
  • d26146de7f platform_utils: Fix exception handling in _walk_windows_impl David Pursehouse 2018-11-01 11:54:10 +0900
  • bd8f658823 Add option for git-repo to support 'silent' uploads Vadim Bendebury 2018-10-31 13:48:01 -0700
  • 713c5872fb upload: Unify option passing in ssh and other transports Jonathan Nieder 2018-11-05 13:21:52 -0800
  • 36391bf5ca Merge "init: --dissociate option to copy objects borrowed with --reference" David Pursehouse 2018-10-28 23:30:50 +0000
  • bed8b62345 Add support for long paths Renaud Paquay 2018-09-27 10:46:58 -0700
  • 09f0abb0ef init: --dissociate option to copy objects borrowed with --reference Nikolai Merinov 2018-10-19 15:07:05 +0500
  • b3133a3164 Merge "update markdown/help header format" Jonathan Nieder 2018-10-10 05:54:59 +0000
  • 3b24e7b557 update homepage URIs Mike Frysinger 2018-10-10 00:57:44 -0400
  • b8f7bb04d0 update markdown/help header format Mike Frysinger 2018-10-10 01:05:11 -0400
  • 3891b7519d manifest-format: convert to markdown Mike Frysinger 2018-10-05 19:26:15 -0400
  • 2b42d288c0 Windows: Add support for creating symlinks as an unprivileged user Renaud Paquay 2018-10-01 14:59:48 -0700
  • e469a0c741 fix some sync error while using python3 Dylan Deng 2018-06-23 15:02:26 +0800
  • 65b0ba5aa0 Remove unused pylint suppressions David Pursehouse 2018-06-24 16:21:51 +0900
  • a6515fb952 Merge "Flush stderr on Windows" Sebastian Schuberth 2018-07-13 15:48:36 +0000
  • 993dcacd17 Fix the initial existence check for "repo" Sebastian Schuberth 2018-07-13 10:25:52 +0200
  • a9399846fa Flush stderr on Windows Sebastian Schuberth 2018-07-13 11:47:10 +0200
  • b10f0e5b9a hooks/pre-auto-gc-battery: allow gc to run on non-laptops Adam Borowski 2018-02-28 23:12:04 +0100
  • da40341a3e manifest: Support a default upstream value Nasser Grainawi 2018-05-04 12:53:29 -0600
  • 8d4b106642 Merge "docs: repo-hooks: fix cwd details" Mike Frysinger 2018-04-26 07:57:46 +0000
  • ed429c9f6f docs: repo-hooks: fix cwd details Mike Frysinger 2018-03-20 20:00:14 -0400
  • 0f2e45a3a6 Pass refs to ls-remote Akshay Verma 2018-03-24 12:27:05 +0530
  • cf7c0834cf Download latest patch when no patch is specified Akshay Verma 2018-03-15 21:56:30 +0530
  • 4ea1f0cabd Merge changes I9c1ab65f,I7b2027ae David Pursehouse 2018-03-16 02:06:10 +0000
  • 7d52585ec4 Add a way to override the revision of an <extend-project> Luis Hector Chavez 2018-03-15 09:54:08 -0700
  • 1f365701b3 Merge "implement optional 'sync-tags' in the manifest file" David Pursehouse 2018-02-26 06:50:53 +0000
  • ce7e02601c Take care of a tilde on cookie file path Daichi Ueura 2018-02-26 08:49:36 +0900
  • a32c92c206 implement optional 'sync-tags' in the manifest file YOUNG HO CHA 2018-02-14 16:57:31 +0900
  • 5f0e57d2ca init: Remove string concat in no-op os.path.join Samuel Holland 2018-01-22 11:00:24 -0600
  • baa0009355 Support relative paths in --reference Samuel Holland 2018-01-22 10:57:29 -0600
  • 685320b000 event_log: Fix order of parameters to Add method call David Pursehouse 2017-12-14 13:38:58 +0900
  • 02c0ee6ae6 Sync correctly when subproject url is a relative url to its parent url Shouheng Zhang 2017-12-08 09:54:58 +0800
  • 1dc36600ef Merge "Update commit-msg hook to version from Gerrit 2.14.6" David Pursehouse 2017-12-07 01:13:17 +0000
  • cbe8aeb52b Update commit-msg hook to version from Gerrit 2.14.6 Dana Dahlstrom 2017-12-06 10:39:49 -0800
  • 305a2d029f Support --push-option in upload subcommand Masaya Suzuki 2017-11-13 10:48:34 -0800
  • 84e7e16d35 document repo hooks mechanism Mike Frysinger 2017-11-10 21:28:41 -0500
  • f46902a800 forall: Clarify expansion of REPO_ environment values with -c David Pursehouse 2017-10-31 12:27:17 +0900
  • c00d28b767 Set GIT_SSH_VARIANT when setting GIT_SSH Jonathan Nieder 2017-10-19 14:23:10 -0700
  • 788e9626cc Provide more specific error message for symlinks errors on Windows Renaud Paquay 2017-01-27 11:41:12 -0800
  • cd892a38a6 Allow quotes in editor command on Windows Renaud Paquay 2016-11-03 15:59:05 -0700
  • 010fed7711 Replace all os.remove calls Renaud Paquay 2016-11-11 14:25:29 -0800
  • e8595e9df7 Support pager on Windows Renaud Paquay 2016-11-01 15:51:59 -0700
  • 227ad2ef42 Implement islink, readlink and realpath using Win32 api Renaud Paquay 2016-11-01 14:37:13 -0700
  • 2a4be94878 Handle Windows line endings when reading binary files Renaud Paquay 2016-11-01 13:48:15 -0700
  • 9d743397bf Merge "Fixed upload to remotes with the url ssh://hostname" David Pursehouse 2017-08-30 15:11:22 +0000
  • 2c57d619bc Merge "Add option '--no-cert-checks' for 'upload' sub command." David Pursehouse 2017-08-30 15:11:10 +0000
  • d1ebc89a08 Merge changes from topic "windows-support" David Pursehouse 2017-08-30 10:24:03 +0000
  • 2ec2a5d64c Fixed upload to remotes with the url ssh://hostname Christian Koestlin 2016-12-05 20:32:45 +0100
  • 9ead97bb51 When starting a branch, do not use a tag or change value for branch.merge Zac Livingston 2017-06-13 08:29:04 -0600
  • e43322625a Print a message when fetching is skipped for an immutable ref Zac Livingston 2017-06-16 08:56:09 -0600
  • bed59cec5e Add option '--no-cert-checks' for 'upload' sub command. Łukasz Gardoń 2017-08-08 10:18:11 +0200