Codebase list python-git / upstream/1.0.1+git137-gc8b8379
Imported Upstream version 1.0.1+git137-gc8b8379 SVN-Git Migration 8 years ago
38 changed file(s) with 5593 addition(s) and 218 deletion(s). Raw diff Collapse all Expand all
0 -----BEGIN RSA PRIVATE KEY-----
1 MIIEogIBAAKCAQEAu5awaLHx+F7O9gE1ac3gKztAi3OYzCS75XsUmQkjIZ+6je/3
2 L+uVmtFyQ8t0PXaSF8rPBs+E35Vl1t9uz+vry7Q6bI5ClvlzaXCYHAuOqnDwrpdo
3 jykjKN4U0r0leDBO3rXpvjluKCGiE4pj0KgTe+xtoU4r64z7/DPQcaAmHbOFabxs
4 b8YZ/gHvA3vA8RA81eHWw83cw1U12dqjcE/gj6UZ0f4qj+PKQG6nfZEg6MzV71rS
5 wdHtCMljd4pz/3vzrCYCdl34jrzlm0lxuDbX/oMVe2OhoJAgilUQ6ieMhG0MKTr4
6 Cf5LBRQGNKkuwNgj70fmsYphm3xKeehjvwxB/wIDAQABAoIBACKZkMA+0hq1ogbO
7 AkQZrRdMPoN6Ntywidex9AKmJMy24Xn8oOM92MJNj33hsPcFP70Ts0vWSvPSYo5X
8 d+Dx6vQPshcDxlSCfj8cfXHuz8mwOzR4yNhfBhUroTudl6OrhWCevRZREXhle7eO
9 9wotdiqNWUs/V+qCfpfuFqxelak0erSSdR4rh35uZYNBdopPiMlo8klYEDRGrH2R
10 LCjeOiC9pkkj7f1ylyDCjkI8hdjOnWO/QYYD7g8ZDKFwRRBm0os6d3Nj20ED7N8y
11 eBRBjDv6k5165MAtFmjHrO9olUh1o+2rwrYK+hVckg5uE/cv6VanRs9tRgF6TyIw
12 97tSeQECgYEA3yuy0aINAW+T7+3oOPuo9c6ZrBMrPTOlRJufrLS4WvV3laL/AVNt
13 DmKkQOjKbQI8cknlqV9CovteRT2Dj9lTZwSGmecVPijslAUmwz9s4Ucu1BR8Qckl
14 i470z5Fge6fdPsAYhjhqjbLUE2Lml2A/YyNnpTFSP4wXpyy6HLkT1pECgYEA1y8E
15 0zVlnoeHKDgpGDpmXV9YhcqtQ6Q2HC/g9oUn+jAfeYkVX8L5brUX2S4L03hYAljH
16 j0RJZnOZoXpN6WMRnWJkOP80Fkq5Jv6vJkghNPJ7vWtXJan4wkNr/nGQ65DvxeLJ
17 qIEmSe+sZHCB/W26y9bgI+ELHt4VgPuEIoGad48CgYBNza5J53UhSwUIYKjVNOdy
18 ytRIaWZpr9euU5MXYunizDEkue6tR6h9m2YoOwBXgLASKDEpG0zgBUKYYRm8zMeG
19 4s0KWsXNJfdUo3cgGryazXZF+d5YEQhF31D6DHTWp286sT3bjU+Ylv/YwmIh5Cw1
20 I+K+dLN39B9K6Qz5doy0AQKBgFHlzFFSflWiwVcWYNWezHz3H+rz45Pd+NYrhtRs
21 g3WeQSxxdxgWTfbLp8L52nhm0iA6h+FIHSOIFc22jdao5PhgjUKAJuPhFqz3u9O3
22 GiRbsaq7ItTr5wiQvpZ9xKlTZV6MXTHrzZXQSW2EwISi8bhJFM+zBBeAcPDBSV4U
23 s6STAoGANTuc66z/2wtZYINA2+JN1kSELL22ka8yKYWBmi0NJ7Hp+7MPKj9v71mM
24 Oq4zuNIYEJfQaf53xhi6BhZVWMERDKMGWqJet88BATbBIqBahHxFTiCmsP6fBH7e
25 AipTene7xg9mqG8qoluFdHRvzGqZFu0lZSGxtZYeU/y+U2b7lzI=
26 -----END RSA PRIVATE KEY-----
2424 # as commits are performed with the default user, it needs to be set for travis too
2525 - git config --global user.email "travis@ci.com"
2626 - git config --global user.name "Travis Runner"
27 # If we rewrite the user's config by accident, we will mess it up
28 # and cause subsequent tests to fail
29 - cat git/test/fixtures/.gitconfig >> ~/.gitconfig
30 # used later when testing for specific issue
31 # copy the configured key into place so clone can work
32 # The key just has read-only access to the test-repository
33 - cp .travis.private-ssh-key-for-issue-301 ~/.ssh/id_rsa
34 - chmod 0400 ~/.ssh/id_rsa
35 - git clone git@github.com:gitpython-developers/gitpython_issue_301.git issue-301-repo
2736 script:
2837 # Make sure we limit open handles to see if we are leaking them
2938 - ulimit -n 96
3039 - ulimit -n
3140 - nosetests -v --with-coverage
41 - '( cd issue-301-repo && PYTHONPATH=$PWD/.. ./reproduce.py )'
3242 - flake8
3343 - cd doc && make html
3444 after_success:
7575
7676 ### DEVELOPMENT STATUS
7777
78 [![Build Status](https://travis-ci.org/gitpython-developers/GitPython.svg?branch=0.3)](https://travis-ci.org/gitpython-developers/GitPython)
79 [![Coverage Status](https://coveralls.io/repos/gitpython-developers/GitPython/badge.png?branch=master)](https://coveralls.io/r/gitpython-developers/GitPython?branch=master)
78 [![Build Status](https://travis-ci.org/gitpython-developers/GitPython.svg)](https://travis-ci.org/gitpython-developers/GitPython)
79 [![Code Climate](https://codeclimate.com/github/gitpython-developers/GitPython/badges/gpa.svg)](https://codeclimate.com/github/gitpython-developers/GitPython)
8080 [![Documentation Status](https://readthedocs.org/projects/gitpython/badge/?version=stable)](https://readthedocs.org/projects/gitpython/?badge=stable)
8181 [![Issue Stats](http://www.issuestats.com/github/gitpython-developers/GitPython/badge/pr)](http://www.issuestats.com/github/gitpython-developers/GitPython)
8282 [![Issue Stats](http://www.issuestats.com/github/gitpython-developers/GitPython/badge/issue)](http://www.issuestats.com/github/gitpython-developers/GitPython)
8686 * no open pull requests
8787 * no open issues describing bugs
8888
89 #### FUTURE GOALS
90
91 There has been a lot of work in the master branch, which is the direction I want git-python to go. Namely, it should be able to freely mix and match the back-end used, depending on your requirements and environment.
92
93 * make new master work similarly to 0.3, but with the option to swap for at least one additional backend
94 * make a 1.0 release
95 * add backends as required
96
97
9889 [twitch-channel]: http://www.twitch.tv/byronimo/profile
9990 [youtube-playlist]: https://www.youtube.com/playlist?list=PLMHbQxe1e9MnoEcLhn6Yhv5KAvpWkJbL0
0 0.3.6
0 1.0.1
00 =========
11 Changelog
22 =========
3
4 1.0.2 - Fixes
5 =============
6
7 * CRITICAL: fixed incorrect `Commit` object serialization when authored or commit date had timezones which were not
8 divisable by 3600 seconds. This would happen if the timezone was something like `+0530` for instance.
9 * A list of all additional fixes can be found `on github <https://github.com/gitpython-developers/GitPython/issues?q=milestone%3A%22v1.0.2+-+Fixes%22+is%3Aclosed>`_
10
11 1.0.1 - Fixes
12 =============
13
14 * A list of all issues can be found `on github <https://github.com/gitpython-developers/GitPython/issues?q=milestone%3A%22v1.0.1+-+Fixes%22+is%3Aclosed>`_
15
16 1.0.0 - Notes
17 =============
18
19 This version is equivalent to v0.3.7, but finally acknowledges that GitPython is stable and production ready.
20
21 It follows the `semantic version scheme <http://semver.org>`_, and thus will not break its existing API unless it goes 2.0.
22
23 0.3.7 - Fixes
24 =============
25 * `IndexFile.add()` will now write the index without any extension data by default. However, you may override this behaviour with the new `write_extension_data` keyword argument.
26
27 - Renamed `ignore_tree_extension_data` keyword argument in `IndexFile.write(...)` to `ignore_extension_data`
28 * If the git command executed during `Remote.push(...)|fetch(...)` returns with an non-zero exit code and GitPython didn't
29 obtain any head-information, the corresponding `GitCommandError` will be raised. This may break previous code which expected
30 these operations to never raise. However, that behavious is undesirable as it would effectively hide the fact that there
31 was an error. See `this issue <https://github.com/gitpython-developers/GitPython/issues/271>`_ for more information.
32
33 * If the git executable can't be found in the PATH or at the path provided by `GIT_PYTHON_GIT_EXECUTABLE`, this is made
34 obvious by throwing `GitCommandNotFound`, both on unix and on windows.
35
36 - Those who support **GUI on windows** will now have to set `git.Git.USE_SHELL = True` to get the previous behaviour.
37
38 * A list of all issues can be found `on github <https://github.com/gitpython-developers/GitPython/issues?q=milestone%3A%22v0.3.7+-+Fixes%22+is%3Aclosed>`_
39
340
441 0.3.6 - Features
542 ================
334371 a treeish git cowardly refuses to pick one and asks for the command to use
335372 the unambiguous syntax where '--' seperates the treeish from the paths.
336373
337 * ``Repo.commits``, ``Repo.commits_between``, ``Reop.commits_since``,
374 * ``Repo.commits``, ``Repo.commits_between``, ``Repo.commits_since``,
338375 ``Repo.commit_count``, ``Repo.commit``, ``Commit.count`` and
339376 ``Commit.find_all`` all now optionally take a path argument which
340377 constrains the lookup by path. This changes the order of the positional
9393 # -----------------------
9494
9595 html_theme_options = {
96 "stickysidebar": "true"
9796 }
9897
9998 # The style sheet to use for HTML and HTML Help pages. A file of that name
8989
9090 $ nosetests
9191
92 Mailing List
93 ============
94 http://groups.google.com/group/git-python
92 Questions and Answers
93 =====================
94 Please use stackoverflow for questions, and don't forget to tag it with `gitpython` to assure the right people see the question in a timely manner.
95
96 http://stackoverflow.com/questions/tagged/gitpython
9597
9698 Issue Tracker
9799 =============
330330 :start-after: # [26-test_references_and_objects]
331331 :end-before: # ![26-test_references_and_objects]
332332
333 You can also specify per-call custom environments using a new context manager on the Git command
334
335 .. literalinclude:: ../../git/test/test_docs.py
336 :language: python
337 :start-after: # [32-test_references_and_objects]
338 :end-before: # ![32-test_references_and_objects]
333 You can also specify per-call custom environments using a new context manager on the Git command, e.g. for using a specific SSH key. The following example works with `git` starting at *v2.3*::
334
335 ssh_cmd = 'ssh -i id_deployment_key'
336 with repo.git.custom_environment(GIT_SSH_COMMAND=ssh_cmd):
337 repo.remotes.origin.fetch()
338
339 This one sets a custom script to be executed in place of `ssh`, and can be used in `git` prior to *v2.3*::
340
341 ssh_executable = os.path.join(rw_dir, 'my_ssh_executable.sh')
342 with repo.git.custom_environment(GIT_SSH=ssh_executable):
343 repo.remotes.origin.fetch()
344
345 Here's an example executable that can be used in place of the `ssh_executable` above::
346
347 #!/bin/sh
348 ID_RSA=/var/lib/openshift/5562b947ecdd5ce939000038/app-deployments/id_rsa
349 exec /usr/bin/ssh -o StrictHostKeyChecking=no -i $ID_RSA "$@"
350
351 Please note that the script must be executable (i.e. `chomd +x script.sh`). `StrictHostKeyChecking=no` is used to avoid prompts asking to save the hosts key to `~/.ssh/known_hosts`, which happens in case you run this as daemon.
352
353 You might also have a look at `Git.update_environment(...)` in case you want to setup a changed environment more permanently.
339354
340355 Submodule Handling
341356 ******************
377392
378393 * A diff between the index and the commit's tree your HEAD points to
379394
380 * use ``repo.index.diff(repo.head)``
395 * use ``repo.index.diff(repo.head.commit)``
381396
382397 * A diff between the index and the working tree
383398
1414 #{ Initialization
1515 def _init_externals():
1616 """Initialize external projects by putting them into the path"""
17 sys.path.append(os.path.join(os.path.dirname(__file__), 'ext', 'gitdb'))
17 if __version__ == 'git':
18 sys.path.insert(0, os.path.join(os.path.dirname(__file__), 'ext', 'gitdb'))
1819
1920 try:
2021 import gitdb
2525 stream_copy,
2626 WaitGroup
2727 )
28 from .exc import GitCommandError
28 from .exc import (
29 GitCommandError,
30 GitCommandNotFound
31 )
2932 from git.compat import (
3033 string_types,
3134 defenc,
3740
3841 execute_kwargs = ('istream', 'with_keep_cwd', 'with_extended_output',
3942 'with_exceptions', 'as_process', 'stdout_as_string',
40 'output_stream')
43 'output_stream', 'with_stdout')
4144
4245 log = logging.getLogger('git.cmd')
46 log.addHandler(logging.NullHandler())
4347
4448 __all__ = ('Git', )
4549
7074 :param stdout_handler: f(stdout_line_string), or None
7175 :param stderr_hanlder: f(stderr_line_string), or None
7276 :param finalizer: f(proc) - wait for proc to finish"""
73 def parse_lines_from_buffer(fno, buf):
77 fdmap = {process.stdout.fileno(): (stdout_handler, [b'']),
78 process.stderr.fileno(): (stderr_handler, [b''])}
79
80 def _parse_lines_from_buffer(buf):
7481 line = b''
7582 bi = 0
7683 lb = len(buf)
8794 # END while file is not done reading
8895 # end
8996
90 def read_lines_from_fno(fno, last_buf_list):
97 def _read_lines_from_fno(fno, last_buf_list):
9198 buf = os.read(fno, mmap.PAGESIZE)
9299 buf = last_buf_list[0] + buf
93100
94101 bi = 0
95 for bi, line in parse_lines_from_buffer(fno, buf):
102 for bi, line in _parse_lines_from_buffer(buf):
96103 yield line
97104 # for each line to parse from the buffer
98105
99106 # keep remainder
100107 last_buf_list[0] = buf[bi:]
101108
102 def dispatch_single_line(line, handler):
109 def _dispatch_single_line(line, handler):
103110 line = line.decode(defenc)
104111 if line and handler:
105112 try:
111118 # end dispatch helper
112119 # end single line helper
113120
114 def dispatch_lines(fno, handler, buf_list):
121 def _dispatch_lines(fno, handler, buf_list):
115122 lc = 0
116 for line in read_lines_from_fno(fno, buf_list):
117 dispatch_single_line(line, handler)
123 for line in _read_lines_from_fno(fno, buf_list):
124 _dispatch_single_line(line, handler)
118125 lc += 1
119126 # for each line
120127 return lc
121128 # end
122129
123 def deplete_buffer(fno, handler, buf_list, wg=None):
130 def _deplete_buffer(fno, handler, buf_list, wg=None):
131 lc = 0
124132 while True:
125 line_count = dispatch_lines(fno, handler, buf_list)
133 line_count = _dispatch_lines(fno, handler, buf_list)
134 lc += line_count
126135 if line_count == 0:
127136 break
128137 # end deplete buffer
129138
130139 if buf_list[0]:
131 dispatch_single_line(buf_list[0], handler)
140 _dispatch_single_line(buf_list[0], handler)
141 lc += 1
132142 # end
133143
134144 if wg:
135145 wg.done()
146
147 return lc
136148 # end
137
138 fdmap = {process.stdout.fileno(): (stdout_handler, [b'']),
139 process.stderr.fileno(): (stderr_handler, [b''])}
140149
141150 if hasattr(select, 'poll'):
142151 # poll is preferred, as select is limited to file handles up to 1024 ... . This could otherwise be
164173 if result & CLOSED:
165174 closed_streams.add(fd)
166175 else:
167 dispatch_lines(fd, *fdmap[fd])
176 _dispatch_lines(fd, *fdmap[fd])
168177 # end handle closed stream
169178 # end for each poll-result tuple
170179
175184
176185 # Depelete all remaining buffers
177186 for fno, (handler, buf_list) in fdmap.items():
178 deplete_buffer(fno, handler, buf_list)
187 _deplete_buffer(fno, handler, buf_list)
179188 # end for each file handle
180189
181190 for fno in fdmap.keys():
189198 wg = WaitGroup()
190199 for fno, (handler, buf_list) in fdmap.items():
191200 wg.add(1)
192 t = threading.Thread(target=lambda: deplete_buffer(fno, handler, buf_list, wg))
201 t = threading.Thread(target=lambda: _deplete_buffer(fno, handler, buf_list, wg))
193202 t.start()
194203 # end
195204 # NOTE: Just joining threads can possibly fail as there is a gap between .start() and when it's
239248 # Provide the full path to the git executable. Otherwise it assumes git is in the path
240249 _git_exec_env_var = "GIT_PYTHON_GIT_EXECUTABLE"
241250 GIT_PYTHON_GIT_EXECUTABLE = os.environ.get(_git_exec_env_var, git_exec_name)
251
252 # If True, a shell will be used when executing git commands.
253 # This should only be desirable on windows, see https://github.com/gitpython-developers/GitPython/pull/126
254 # for more information
255 # Override this value using `Git.USE_SHELL = True`
256 USE_SHELL = False
242257
243258 class AutoInterrupt(object):
244259
459474 as_process=False,
460475 output_stream=None,
461476 stdout_as_string=True,
477 with_stdout=True,
462478 **subprocess_kwargs
463479 ):
464480 """Handles executing the command on the shell and consumes and returns
512528 some of the valid kwargs are already set by this method, the ones you
513529 specify may not be the same ones.
514530
531 :param with_stdout: If True, default True, we open stdout on the created process
532
515533 :return:
516534 * str(output) if extended_output = False (Default)
517535 * tuple(int(status), str(stdout), str(stderr)) if extended_output = True
520538 * output_stream if extended_output = False
521539 * tuple(int(status), output_stream, str(stderr)) if extended_output = True
522540
523 Note git is executed with LC_MESSAGES="C" to ensure consitent
541 Note git is executed with LC_MESSAGES="C" to ensure consistent
524542 output regardless of system language.
525543
526544 :raise GitCommandError:
539557
540558 # Start the process
541559 env = os.environ.copy()
542 env["LC_MESSAGES"] = "C"
560 # Attempt to force all output to plain ascii english, which is what some parsing code
561 # may expect.
562 # According to stackoverflow (http://goo.gl/l74GC8), we are setting LANGUAGE as well
563 # just to be sure.
564 env["LANGUAGE"] = "C"
565 env["LC_ALL"] = "C"
543566 env.update(self._environment)
544567
545 proc = Popen(command,
546 env=env,
547 cwd=cwd,
548 stdin=istream,
549 stderr=PIPE,
550 stdout=PIPE,
551 # Prevent cmd prompt popups on windows by using a shell ... .
552 # See https://github.com/gitpython-developers/GitPython/pull/126
553 shell=sys.platform == 'win32',
554 close_fds=(os.name == 'posix'), # unsupported on windows
555 **subprocess_kwargs
556 )
568 if sys.platform == 'win32':
569 cmd_not_found_exception = WindowsError
570 else:
571 if sys.version_info[0] > 2:
572 cmd_not_found_exception = FileNotFoundError # NOQA # this is defined, but flake8 doesn't know
573 else:
574 cmd_not_found_exception = OSError
575 # end handle
576
577 try:
578 proc = Popen(command,
579 env=env,
580 cwd=cwd,
581 stdin=istream,
582 stderr=PIPE,
583 stdout=with_stdout and PIPE or None,
584 shell=self.USE_SHELL,
585 close_fds=(os.name == 'posix'), # unsupported on windows
586 **subprocess_kwargs
587 )
588 except cmd_not_found_exception as err:
589 raise GitCommandNotFound(str(err))
590
557591 if as_process:
558592 return self.AutoInterrupt(proc, command)
559593
3131
3232
3333 log = logging.getLogger('git.config')
34 log.addHandler(logging.NullHandler())
3435
3536
3637 class MetaParserBuilder(abc.ABCMeta):
8081
8182 def flush_changes(self, *args, **kwargs):
8283 rval = non_const_func(self, *args, **kwargs)
84 self._dirty = True
8385 self.write()
8486 return rval
8587 # END wrapper method
189191
190192 self._file_or_files = file_or_files
191193 self._read_only = read_only
194 self._dirty = False
192195 self._is_initialized = False
193196 self._merge_includes = merge_includes
194197 self._lock = None
303306 if mo:
304307 # We might just have handled the last line, which could contain a quotation we want to remove
305308 optname, vi, optval = mo.group('option', 'vi', 'value')
306 if vi in ('=', ':') and ';' in optval:
309 if vi in ('=', ':') and ';' in optval and not optval.strip().startswith('"'):
307310 pos = optval.find(';')
308311 if pos != -1 and optval[pos - 1].isspace():
309312 optval = optval[:pos]
382385 # We expect all paths to be normalized and absolute (and will assure that is the case)
383386 if self._has_includes():
384387 for _, include_path in self.items('include'):
388 if include_path.startswith('~'):
389 include_path = os.path.expanduser(include_path)
385390 if not os.path.isabs(include_path):
386391 if not close_fp:
387392 continue
432437 :raise IOError: if this is a read-only writer instance or if we could not obtain
433438 a file lock"""
434439 self._assure_writable("write")
440 if not self._dirty:
441 return
435442
436443 if isinstance(self._file_or_files, (list, tuple)):
437444 raise AssertionError("Cannot write back if there is not exactly a single file to write to, have %i files"
222222 if a_blob_id is None:
223223 self.a_blob = None
224224 else:
225 assert self.a_mode
225 assert self.a_mode is not None
226226 self.a_blob = Blob(repo, hex_to_bin(a_blob_id), mode=self.a_mode, path=a_path)
227227 if b_blob_id is None:
228228 self.b_blob = None
229229 else:
230 assert self.b_mode
230 assert self.b_mode is not None
231231 self.b_blob = Blob(repo, hex_to_bin(b_blob_id), mode=self.b_mode, path=b_path)
232232
233233 self.new_file = new_file
1515
1616 class NoSuchPathError(OSError):
1717 """ Thrown if a path could not be access by the system. """
18
19
20 class GitCommandNotFound(Exception):
21 """Thrown if we cannot find the `git` executable in the PATH or at the path given by
22 the GIT_PYTHON_GIT_EXECUTABLE environment variable"""
23 pass
1824
1925
2026 class GitCommandError(Exception):
171171 """:return: list of entries, in a sorted fashion, first by path, then by stage"""
172172 return sorted(self.entries.values(), key=lambda e: (e.path, e.stage))
173173
174 def _serialize(self, stream, ignore_tree_extension_data=False):
174 def _serialize(self, stream, ignore_extension_data=False):
175175 entries = self._entries_sorted()
176 write_cache(entries,
177 stream,
178 (ignore_tree_extension_data and None) or self._extension_data)
176 extension_data = self._extension_data
177 if ignore_extension_data:
178 extension_data = None
179 write_cache(entries, stream, extension_data)
179180 return self
180181
181182 #} END serializable interface
182183
183 def write(self, file_path=None, ignore_tree_extension_data=False):
184 def write(self, file_path=None, ignore_extension_data=False):
184185 """Write the current state to our file path or to the given one
185186
186187 :param file_path:
189190 Please note that this will change the file_path of this index to
190191 the one you gave.
191192
192 :param ignore_tree_extension_data:
193 :param ignore_extension_data:
193194 If True, the TREE type extension data read in the index will not
194 be written to disk. Use this if you have altered the index and
195 be written to disk. NOTE that no extension data is actually written.
196 Use this if you have altered the index and
195197 would like to use git-write-tree afterwards to create a tree
196198 representing your written changes.
197199 If this data is present in the written index, git-write-tree
207209 lfd = LockedFD(file_path or self._file_path)
208210 stream = lfd.open(write=True, stream=True)
209211
210 self._serialize(stream, ignore_tree_extension_data)
212 self._serialize(stream, ignore_extension_data)
211213
212214 lfd.commit()
213215
363365 if not os.path.isabs(abs_path):
364366 abs_path = os.path.join(r, path)
365367 # END make absolute path
368
369 try:
370 st = os.lstat(abs_path) # handles non-symlinks as well
371 except OSError:
372 # the lstat call may fail as the path may contain globs as well
373 pass
374 else:
375 if S_ISLNK(st.st_mode):
376 yield abs_path.replace(rs, '')
377 continue
378 # end check symlink
366379
367380 # resolve globs if possible
368381 if '?' in path or '*' in path or '[' in path:
569582 stream = None
570583 if S_ISLNK(st.st_mode):
571584 # in PY3, readlink is string, but we need bytes. In PY2, it's just OS encoded bytes, we assume UTF-8
572 stream = BytesIO(force_bytes(os.readlink(filepath), encoding='utf-8'))
585 stream = BytesIO(force_bytes(os.readlink(filepath), encoding=defenc))
573586 else:
574587 stream = open(filepath, 'rb')
575588 # END handle stream
576589 fprogress(filepath, False, filepath)
577590 istream = self.repo.odb.store(IStream(Blob.type, st.st_size, stream))
578591 fprogress(filepath, True, filepath)
592 stream.close()
579593 return BaseIndexEntry((stat_mode_to_index_mode(st.st_mode),
580594 istream.binsha, 0, to_native_path_linux(filepath)))
581595
611625 return entries_added
612626
613627 def add(self, items, force=True, fprogress=lambda *args: None, path_rewriter=None,
614 write=True):
628 write=True, write_extension_data=False):
615629 """Add files from the working tree, specific blobs or BaseIndexEntries
616630 to the index.
617631
688702 Please note that entry.path is relative to the git repository.
689703
690704 :param write:
691 If True, the index will be written once it was altered. Otherwise
692 the changes only exist in memory and are not available to git commands.
705 If True, the index will be written once it was altered. Otherwise
706 the changes only exist in memory and are not available to git commands.
707
708 :param write_extension_data:
709 If True, extension data will be written back to the index. This can lead to issues in case
710 it is containing the 'TREE' extension, which will cause the `git commit` command to write an
711 old tree, instead of a new one representing the now changed index.
712 This doesn't matter if you use `IndexFile.commit()`, which ignores the `TREE` extension altogether.
713 You should set it to True if you intend to use `IndexFile.commit()` exclusively while maintaining
714 support for third-party extensions. Besides that, you can usually safely ignore the built-in
715 extensions when using GitPython on repositories that are not handled manually at all.
716 All current built-in extensions are listed here:
717 http://opensource.apple.com/source/Git/Git-26/src/git-htmldocs/technical/index-format.txt
693718
694719 :return:
695720 List(BaseIndexEntries) representing the entries just actually added.
762787 self.entries[(entry.path, 0)] = IndexEntry.from_base(entry)
763788
764789 if write:
765 self.write()
790 self.write(ignore_extension_data=not write_extension_data)
766791 # END handle write
767792
768793 return entries_added
896921
897922 return out
898923
899 def commit(self, message, parent_commits=None, head=True, author=None, committer=None):
924 def commit(self, message, parent_commits=None, head=True, author=None,
925 committer=None, author_date=None, commit_date=None):
900926 """Commit the current default index file, creating a commit object.
901927 For more information on the arguments, see tree.commit.
902928
906932 run_commit_hook('pre-commit', self)
907933 tree = self.write_tree()
908934 rval = Commit.create_from_tree(self.repo, tree, message, parent_commits,
909 head, author=author, committer=committer)
935 head, author=author, committer=committer,
936 author_date=author_date, commit_date=commit_date)
910937 run_commit_hook('post-commit', self)
911938 return rval
912939
4040 from gitdb.typ import str_tree_type
4141 from git.compat import (
4242 defenc,
43 force_text
43 force_text,
44 force_bytes
4445 )
4546
4647 S_IFGITLINK = S_IFLNK | S_IFDIR # a submodule
123124 write(entry[4]) # ctime
124125 write(entry[5]) # mtime
125126 path = entry[3]
127 path = force_bytes(path, encoding=defenc)
126128 plen = len(path) & CE_NAMEMASK # path length
127129 assert plen == len(path), "Path %s too long to fit into index" % entry[3]
128130 flags = plen | (entry[2] & CE_NAMEMASK_INV) # clear possible previous values
129131 write(pack(">LLLLLL20sH", entry[6], entry[7], entry[0],
130132 entry[8], entry[9], entry[10], entry[1], flags))
131 write(path.encode(defenc))
133 write(path)
132134 real_size = ((tell() - beginoffset + 8) & ~7)
133135 write(b"\0" * ((beginoffset + real_size) - tell()))
134136 # END for each entry
3333 import logging
3434
3535 log = logging.getLogger('git.objects.commit')
36 log.addHandler(logging.NullHandler())
3637
3738 __all__ = ('Commit', )
3839
264265 finalize_process(proc_or_stream)
265266
266267 @classmethod
267 def create_from_tree(cls, repo, tree, message, parent_commits=None, head=False, author=None, committer=None):
268 def create_from_tree(cls, repo, tree, message, parent_commits=None, head=False, author=None, committer=None,
269 author_date=None, commit_date=None):
268270 """Commit the given tree, creating a commit object.
269271
270272 :param repo: Repo object the commit should be part of
286288 configuration is used to obtain this value.
287289 :param committer: The name of the committer, optional. If unset, the
288290 repository configuration is used to obtain this value.
291 :param author_date: The timestamp for the author field
292 :param commit_date: The timestamp for the committer field
289293
290294 :return: Commit object representing the new commit
291295
325329 offset = altzone
326330
327331 author_date_str = env.get(cls.env_author_date, '')
328 if author_date_str:
332 if author_date:
333 author_time, author_offset = parse_date(author_date)
334 elif author_date_str:
329335 author_time, author_offset = parse_date(author_date_str)
330336 else:
331337 author_time, author_offset = unix_time, offset
332338 # END set author time
333339
334340 committer_date_str = env.get(cls.env_committer_date, '')
335 if committer_date_str:
341 if commit_date:
342 committer_time, committer_offset = parse_date(commit_date)
343 elif committer_date_str:
336344 committer_time, committer_offset = parse_date(committer_date_str)
337345 else:
338346 committer_time, committer_offset = unix_time, offset
444452 next_line = readline()
445453 while next_line.startswith(b'mergetag '):
446454 next_line = readline()
447 while next_line.startswith(' '):
455 while next_line.startswith(b' '):
448456 next_line = readline()
449457 # end skip mergetags
450458
4242
4343
4444 log = logging.getLogger('git.objects.submodule.base')
45 log.addHandler(logging.NullHandler())
4546
4647
4748 class UpdateProgress(RemoteProgress):
135136
136137 @classmethod
137138 def _need_gitfile_submodules(cls, git):
138 return git.version_info[:3] >= (1, 7, 0)
139 return git.version_info[:3] >= (1, 7, 5)
139140
140141 def __eq__(self, other):
141142 """Compare with another submodule"""
292293 fp.close()
293294
294295 writer = GitConfigParser(os.path.join(module_abspath, 'config'), read_only=False, merge_includes=False)
295 writer.set_value('core', 'worktree', os.path.relpath(working_tree_dir, start=module_abspath))
296 writer.set_value('core', 'worktree',
297 to_native_path_linux(os.path.relpath(working_tree_dir, start=module_abspath)))
296298 writer.release()
297299
298300 #{ Edit Interface
428430 This only works if we have a local tracking branch, which is the case
429431 if the remote repository had a master branch, or of the 'branch' option
430432 was specified for this submodule and the branch existed remotely
431 :param progress: UpdateProgress instance or None of no progress should be shown
433 :param progress: UpdateProgress instance or None if no progress should be shown
432434 :param dry_run: if True, the operation will only be simulated, but not performed.
433435 All performed operations are read-only
434436 :param force:
1212 __all__ = ["RootModule", "RootUpdateProgress"]
1313
1414 log = logging.getLogger('git.objects.submodule.root')
15 log.addHandler(logging.NullHandler())
1516
1617
1718 class RootUpdateProgress(UpdateProgress):
7272 def altz_to_utctz_str(altz):
7373 """As above, but inverses the operation, returning a string that can be used
7474 in commit objects"""
75 utci = -1 * int((altz / 3600) * 100)
75 utci = -1 * int((float(altz) / 3600) * 100)
7676 utcs = str(abs(utci))
7777 utcs = "0" * (4 - len(utcs)) + utcs
7878 prefix = (utci < 0 and '-') or '+'
215215
216216 class Traversable(object):
217217
218 """Simple interface to perforam depth-first or breadth-first traversals
218 """Simple interface to perform depth-first or breadth-first traversals
219219 into one direction.
220220 Subclasses only need to implement one function.
221221 Instances of the Subclass must be hashable"""
5454
5555 :return: self"""
5656 mode = "--soft"
57 add_arg = None
5857 if index:
5958 mode = "--mixed"
6059
7271
7372 # END working tree handling
7473
75 if paths:
76 add_arg = "--"
77 # END nicely separate paths from rest
78
7974 try:
80 self.repo.git.reset(mode, commit, add_arg, paths, **kwargs)
75 self.repo.git.reset(mode, commit, '--', paths, **kwargs)
8176 except GitCommandError as e:
8277 # git nowadays may use 1 as status to indicate there are still unstaged
8378 # modifications after the reset
8787 """Returns an iterator yielding pairs of sha1/path pairs (as bytes) for the corresponding refs.
8888 :note: The packed refs file will be kept open as long as we iterate"""
8989 try:
90 fp = open(cls._get_packed_refs_path(repo), 'rt')
91 for line in fp:
92 line = line.strip()
93 if not line:
94 continue
95 if line.startswith('#'):
96 if line.startswith('# pack-refs with:') and not line.endswith('peeled'):
97 raise TypeError("PackingType of packed-Refs not understood: %r" % line)
98 # END abort if we do not understand the packing scheme
99 continue
100 # END parse comment
101
102 # skip dereferenced tag object entries - previous line was actual
103 # tag reference for it
104 if line[0] == '^':
105 continue
106
107 yield tuple(line.split(' ', 1))
108 # END for each line
90 with open(cls._get_packed_refs_path(repo), 'rt') as fp:
91 for line in fp:
92 line = line.strip()
93 if not line:
94 continue
95 if line.startswith('#'):
96 if line.startswith('# pack-refs with:') and not line.endswith('peeled'):
97 raise TypeError("PackingType of packed-Refs not understood: %r" % line)
98 # END abort if we do not understand the packing scheme
99 continue
100 # END parse comment
101
102 # skip dereferenced tag object entries - previous line was actual
103 # tag reference for it
104 if line[0] == '^':
105 continue
106
107 yield tuple(line.split(' ', 1))
108 # END for each line
109109 except (OSError, IOError):
110110 raise StopIteration
111111 # END no packed-refs file handling
537537
538538 def _get_fetch_info_from_stderr(self, proc, progress):
539539 # skip first line as it is some remote info we are not interested in
540 # TODO: Use poll() to process stdout and stderr at same time
541540 output = IterableList('name')
542541
543542 # lines which are no progress are fetch info lines
550549
551550 progress_handler = progress.new_message_handler()
552551
553 for line in proc.stderr:
552 for line in proc.stderr.readlines():
554553 line = line.decode(defenc)
555 line = line.rstrip()
556554 for pline in progress_handler(line):
557 if line.startswith('fatal:'):
555 if line.startswith('fatal:') or line.startswith('error:'):
558556 raise GitCommandError(("Error when fetching: %s" % line,), 2)
559557 # END handle special messages
560558 for cmd in cmds:
565563 # end for each comand code we know
566564 # end for each line progress didn't handle
567565 # end
568
569 # We are only interested in stderr here ...
570566 finalize_process(proc)
571567
572568 # read head information
575571 fp.close()
576572
577573 # NOTE: We assume to fetch at least enough progress lines to allow matching each fetch head line with it.
578 assert len(fetch_info_lines) >= len(fetch_head_info), "len(%s) <= len(%s)" % (fetch_head_info,
579 fetch_info_lines)
574 l_fil = len(fetch_info_lines)
575 l_fhi = len(fetch_head_info)
576 assert l_fil >= l_fhi, "len(%s) <= len(%s)" % (l_fil, l_fhi)
580577
581578 output.extend(FetchInfo._from_line(self.repo, err_line, fetch_line)
582579 for err_line, fetch_line in zip(fetch_info_lines, fetch_head_info))
587584 # we hope stdout can hold all the data, it should ...
588585 # read the lines manually as it will use carriage returns between the messages
589586 # to override the previous one. This is why we read the bytes manually
590 # TODO: poll() on file descriptors to know what to read next, process streams concurrently
591587 progress_handler = progress.new_message_handler()
592588 output = IterableList('name')
593589
600596 # END exception handling
601597 # END for each line
602598
603 handle_process_output(proc, stdout_handler, progress_handler, finalize_process)
599 try:
600 handle_process_output(proc, stdout_handler, progress_handler, finalize_process)
601 except Exception:
602 if len(output) == 0:
603 raise
604604 return output
605
606 def _assert_refspec(self):
607 """Turns out we can't deal with remotes if the refspec is missing"""
608 config = self.config_reader
609 try:
610 if config.get_value('fetch', default=type) is type:
611 msg = "Remote '%s' has no refspec set.\n"
612 msg += "You can set it as follows:"
613 msg += " 'git config --add \"remote.%s.fetch +refs/heads/*:refs/heads/*\"'." % self.name
614 raise AssertionError(msg)
615 finally:
616 config.release()
605617
606618 def fetch(self, refspec=None, progress=None, **kwargs):
607619 """Fetch the latest changes for this remote
630642 :note:
631643 As fetch does not provide progress information to non-ttys, we cannot make
632644 it available here unfortunately as in the 'push' method."""
645 self._assert_refspec()
633646 kwargs = add_progress(kwargs, self.repo.git, progress)
634647 if isinstance(refspec, list):
635648 args = refspec
636649 else:
637650 args = [refspec]
638651
639 proc = self.repo.git.fetch(self, *args, with_extended_output=True, as_process=True, v=True, **kwargs)
640 proc.stdout.close()
652 proc = self.repo.git.fetch(self, *args, with_extended_output=True, as_process=True, with_stdout=True, v=True,
653 **kwargs)
641654 res = self._get_fetch_info_from_stderr(proc, progress or RemoteProgress())
642655 if hasattr(self.repo.odb, 'update_cache'):
643656 self.repo.odb.update_cache()
651664 :param progress: see 'push' method
652665 :param kwargs: Additional arguments to be passed to git-pull
653666 :return: Please see 'fetch' method """
667 self._assert_refspec()
654668 kwargs = add_progress(kwargs, self.repo.git, progress)
655669 proc = self.repo.git.pull(self, refspec, with_extended_output=True, as_process=True, v=True, **kwargs)
656 proc.stdout.close()
657670 res = self._get_fetch_info_from_stderr(proc, progress or RemoteProgress())
658671 if hasattr(self.repo.odb, 'update_cache'):
659672 self.repo.odb.update_cache()
5353 )
5454 from git.compat import (
5555 text_type,
56 defenc
56 defenc,
57 PY3
5758 )
5859
5960 import os
463464 max_count and skip
464465
465466 :note: to receive only commits between two named revisions, use the
466 "revA..revB" revision specifier
467 "revA...revB" revision specifier
467468
468469 :return ``git.Commit[]``"""
469470 if rev is None:
501502 # end for each merge-base
502503
503504 return res
505
506 def is_ancestor(self, ancestor_rev, rev):
507 """Check if a commit is an ancestor of another
508
509 :param ancestor_rev: Rev which should be an ancestor
510 :param rev: Rev to test against ancestor_rev
511 :return: ``True``, ancestor_rev is an accestor to rev.
512 """
513 try:
514 self.git.merge_base(ancestor_rev, rev, is_ancestor=True)
515 except GitCommandError as err:
516 if err.status == 1:
517 return False
518 raise
519 return True
504520
505521 def _get_daemon_export(self):
506522 filename = join(self.git_dir, self.DAEMON_EXPORT_FILE)
562578 alternates = property(_get_alternates, _set_alternates,
563579 doc="Retrieve a list of alternates paths or set a list paths to be used as alternates")
564580
565 def is_dirty(self, index=True, working_tree=True, untracked_files=False):
581 def is_dirty(self, index=True, working_tree=True, untracked_files=False,
582 submodules=True):
566583 """
567584 :return:
568585 ``True``, the repository is considered dirty. By default it will react
574591 return False
575592
576593 # start from the one which is fastest to evaluate
577 default_args = ('--abbrev=40', '--full-index', '--raw')
594 default_args = ['--abbrev=40', '--full-index', '--raw']
595 if not submodules:
596 default_args.append('--ignore-submodules')
578597 if index:
579598 # diff index against HEAD
580599 if isfile(self.index.path) and \
587606 return True
588607 # END working tree handling
589608 if untracked_files:
590 if len(self.untracked_files):
609 if len(self._get_untracked_files(ignore_submodules=not submodules)):
591610 return True
592611 # END untracked files
593612 return False
603622
604623 :note:
605624 ignored files will not appear here, i.e. files mentioned in .gitignore"""
625 return self._get_untracked_files()
626
627 def _get_untracked_files(self, **kwargs):
606628 # make sure we get all files, no only untracked directores
607629 proc = self.git.status(porcelain=True,
608630 untracked_files=True,
609 as_process=True)
631 as_process=True,
632 **kwargs)
610633 # Untracked files preffix in porcelain mode
611634 prefix = "?? "
612635 untracked_files = list()
617640 filename = line[len(prefix):].rstrip('\n')
618641 # Special characters are escaped
619642 if filename[0] == filename[-1] == '"':
620 filename = filename[1:-1].decode('string_escape')
643 filename = filename[1:-1]
644 if PY3:
645 # WHATEVER ... it's a mess, but works for me
646 filename = filename.encode('ascii').decode('unicode_escape').encode('latin1').decode(defenc)
647 else:
648 filename = filename.decode('string_escape').decode(defenc)
621649 untracked_files.append(filename)
622650 finalize_process(proc)
623651 return untracked_files
736764 return blames
737765
738766 @classmethod
739 def init(cls, path=None, mkdir=True, **kwargs):
767 def init(cls, path=None, mkdir=True, odbt=DefaultDBType, **kwargs):
740768 """Initialize a git repository at the given path if specified
741769
742770 :param path:
748776 if specified will create the repository directory if it doesn't
749777 already exists. Creates the directory with a mode=0755.
750778 Only effective if a path is explicitly given
779
780 :param odbt:
781 Object DataBase type - a type which is constructed by providing
782 the directory containing the database objects, i.e. .git/objects.
783 It will be used to access all object data
751784
752785 :parm kwargs:
753786 keyword arguments serving as additional options to the git-init command
761794 # git command automatically chdir into the directory
762795 git = Git(path)
763796 git.init(**kwargs)
764 return cls(path)
797 return cls(path, odbt=odbt)
765798
766799 @classmethod
767800 def _clone(cls, git, url, path, odb_default_type, progress, **kwargs):
838871 return self._clone(self.git, self.git_dir, path, type(self.odb), progress, **kwargs)
839872
840873 @classmethod
841 def clone_from(cls, url, to_path, progress=None, **kwargs):
874 def clone_from(cls, url, to_path, progress=None, env=None, **kwargs):
842875 """Create a clone from the given URL
876
843877 :param url: valid git url, see http://www.kernel.org/pub/software/scm/git/docs/git-clone.html#URLS
844878 :param to_path: Path to which the repository should be cloned to
845879 :param progress: See 'git.remote.Remote.push'.
880 :param env: Optional dictionary containing the desired environment variables.
846881 :param kwargs: see the ``clone`` method
847882 :return: Repo instance pointing to the cloned directory"""
848 return cls._clone(Git(os.getcwd()), url, to_path, GitCmdObjectDB, progress, **kwargs)
883 git = Git(os.getcwd())
884 if env is not None:
885 git.update_environment(**env)
886 return cls._clone(git, url, to_path, GitCmdObjectDB, progress, **kwargs)
849887
850888 def archive(self, ostream, treeish=None, prefix=None, **kwargs):
851889 """Archive the tree at the given revision.
120120
121121
122122 def deref_tag(tag):
123 """Recursively dereerence a tag and return the resulting object"""
123 """Recursively dereference a tag and return the resulting object"""
124124 while True:
125125 try:
126126 tag = tag.object
0 [alias]
1 rbi = "!g() { git rebase -i origin/${1:-master} ; } ; g"
2 expush = "!f() { git branch -f tmp ; { git rbi $1 && git push ; } ; git reset --hard tmp ; git rebase origin/${1:-master}; } ; f"
0 import sys
1
2 for line in open(sys.argv[1]).readlines():
3 sys.stdout.write(line)
4 sys.stderr.write(line)
0 From github.com:jantman/gitpython_issue_301
1 = [up to date] master -> origin/master
2 = [up to date] testcommit1 -> origin/testcommit1
3 = [up to date] testcommit10 -> origin/testcommit10
4 = [up to date] testcommit100 -> origin/testcommit100
5 = [up to date] testcommit1000 -> origin/testcommit1000
6 = [up to date] testcommit1001 -> origin/testcommit1001
7 = [up to date] testcommit1002 -> origin/testcommit1002
8 = [up to date] testcommit1003 -> origin/testcommit1003
9 = [up to date] testcommit1004 -> origin/testcommit1004
10 = [up to date] testcommit1005 -> origin/testcommit1005
11 = [up to date] testcommit1006 -> origin/testcommit1006
12 = [up to date] testcommit1007 -> origin/testcommit1007
13 = [up to date] testcommit1008 -> origin/testcommit1008
14 = [up to date] testcommit1009 -> origin/testcommit1009
15 = [up to date] testcommit101 -> origin/testcommit101
16 = [up to date] testcommit1010 -> origin/testcommit1010
17 = [up to date] testcommit1011 -> origin/testcommit1011
18 = [up to date] testcommit1012 -> origin/testcommit1012
19 = [up to date] testcommit1013 -> origin/testcommit1013
20 = [up to date] testcommit1014 -> origin/testcommit1014
21 = [up to date] testcommit1015 -> origin/testcommit1015
22 = [up to date] testcommit1016 -> origin/testcommit1016
23 = [up to date] testcommit1017 -> origin/testcommit1017
24 = [up to date] testcommit1018 -> origin/testcommit1018
25 = [up to date] testcommit1019 -> origin/testcommit1019
26 = [up to date] testcommit102 -> origin/testcommit102
27 = [up to date] testcommit1020 -> origin/testcommit1020
28 = [up to date] testcommit1021 -> origin/testcommit1021
29 = [up to date] testcommit1022 -> origin/testcommit1022
30 = [up to date] testcommit1023 -> origin/testcommit1023
31 = [up to date] testcommit1024 -> origin/testcommit1024
32 = [up to date] testcommit1025 -> origin/testcommit1025
33 = [up to date] testcommit1026 -> origin/testcommit1026
34 = [up to date] testcommit1027 -> origin/testcommit1027
35 = [up to date] testcommit1028 -> origin/testcommit1028
36 = [up to date] testcommit1029 -> origin/testcommit1029
37 = [up to date] testcommit103 -> origin/testcommit103
38 = [up to date] testcommit1030 -> origin/testcommit1030
39 = [up to date] testcommit1031 -> origin/testcommit1031
40 = [up to date] testcommit1032 -> origin/testcommit1032
41 = [up to date] testcommit1033 -> origin/testcommit1033
42 = [up to date] testcommit1034 -> origin/testcommit1034
43 = [up to date] testcommit1035 -> origin/testcommit1035
44 = [up to date] testcommit1036 -> origin/testcommit1036
45 = [up to date] testcommit1037 -> origin/testcommit1037
46 = [up to date] testcommit1038 -> origin/testcommit1038
47 = [up to date] testcommit1039 -> origin/testcommit1039
48 = [up to date] testcommit104 -> origin/testcommit104
49 = [up to date] testcommit1040 -> origin/testcommit1040
50 = [up to date] testcommit1041 -> origin/testcommit1041
51 = [up to date] testcommit1042 -> origin/testcommit1042
52 = [up to date] testcommit1043 -> origin/testcommit1043
53 = [up to date] testcommit1044 -> origin/testcommit1044
54 = [up to date] testcommit1045 -> origin/testcommit1045
55 = [up to date] testcommit1046 -> origin/testcommit1046
56 = [up to date] testcommit1047 -> origin/testcommit1047
57 = [up to date] testcommit1048 -> origin/testcommit1048
58 = [up to date] testcommit1049 -> origin/testcommit1049
59 = [up to date] testcommit105 -> origin/testcommit105
60 = [up to date] testcommit1050 -> origin/testcommit1050
61 = [up to date] testcommit1051 -> origin/testcommit1051
62 = [up to date] testcommit1052 -> origin/testcommit1052
63 = [up to date] testcommit1053 -> origin/testcommit1053
64 = [up to date] testcommit1054 -> origin/testcommit1054
65 = [up to date] testcommit1055 -> origin/testcommit1055
66 = [up to date] testcommit1056 -> origin/testcommit1056
67 = [up to date] testcommit1057 -> origin/testcommit1057
68 = [up to date] testcommit1058 -> origin/testcommit1058
69 = [up to date] testcommit1059 -> origin/testcommit1059
70 = [up to date] testcommit106 -> origin/testcommit106
71 = [up to date] testcommit1060 -> origin/testcommit1060
72 = [up to date] testcommit1061 -> origin/testcommit1061
73 = [up to date] testcommit1062 -> origin/testcommit1062
74 = [up to date] testcommit1063 -> origin/testcommit1063
75 = [up to date] testcommit1064 -> origin/testcommit1064
76 = [up to date] testcommit1065 -> origin/testcommit1065
77 = [up to date] testcommit1066 -> origin/testcommit1066
78 = [up to date] testcommit1067 -> origin/testcommit1067
79 = [up to date] testcommit1068 -> origin/testcommit1068
80 = [up to date] testcommit1069 -> origin/testcommit1069
81 = [up to date] testcommit107 -> origin/testcommit107
82 = [up to date] testcommit1070 -> origin/testcommit1070
83 = [up to date] testcommit1071 -> origin/testcommit1071
84 = [up to date] testcommit1072 -> origin/testcommit1072
85 = [up to date] testcommit1073 -> origin/testcommit1073
86 = [up to date] testcommit1074 -> origin/testcommit1074
87 = [up to date] testcommit1075 -> origin/testcommit1075
88 = [up to date] testcommit1076 -> origin/testcommit1076
89 = [up to date] testcommit1077 -> origin/testcommit1077
90 = [up to date] testcommit1078 -> origin/testcommit1078
91 = [up to date] testcommit1079 -> origin/testcommit1079
92 = [up to date] testcommit108 -> origin/testcommit108
93 = [up to date] testcommit1080 -> origin/testcommit1080
94 = [up to date] testcommit1081 -> origin/testcommit1081
95 = [up to date] testcommit1082 -> origin/testcommit1082
96 = [up to date] testcommit1083 -> origin/testcommit1083
97 = [up to date] testcommit1084 -> origin/testcommit1084
98 = [up to date] testcommit1085 -> origin/testcommit1085
99 = [up to date] testcommit1086 -> origin/testcommit1086
100 = [up to date] testcommit1087 -> origin/testcommit1087
101 = [up to date] testcommit1088 -> origin/testcommit1088
102 = [up to date] testcommit1089 -> origin/testcommit1089
103 = [up to date] testcommit109 -> origin/testcommit109
104 = [up to date] testcommit1090 -> origin/testcommit1090
105 = [up to date] testcommit1091 -> origin/testcommit1091
106 = [up to date] testcommit1092 -> origin/testcommit1092
107 = [up to date] testcommit1093 -> origin/testcommit1093
108 = [up to date] testcommit1094 -> origin/testcommit1094
109 = [up to date] testcommit1095 -> origin/testcommit1095
110 = [up to date] testcommit1096 -> origin/testcommit1096
111 = [up to date] testcommit1097 -> origin/testcommit1097
112 = [up to date] testcommit1098 -> origin/testcommit1098
113 = [up to date] testcommit1099 -> origin/testcommit1099
114 = [up to date] testcommit11 -> origin/testcommit11
115 = [up to date] testcommit110 -> origin/testcommit110
116 = [up to date] testcommit1100 -> origin/testcommit1100
117 = [up to date] testcommit1101 -> origin/testcommit1101
118 = [up to date] testcommit1102 -> origin/testcommit1102
119 = [up to date] testcommit1103 -> origin/testcommit1103
120 = [up to date] testcommit1104 -> origin/testcommit1104
121 = [up to date] testcommit1105 -> origin/testcommit1105
122 = [up to date] testcommit1106 -> origin/testcommit1106
123 = [up to date] testcommit1107 -> origin/testcommit1107
124 = [up to date] testcommit1108 -> origin/testcommit1108
125 = [up to date] testcommit1109 -> origin/testcommit1109
126 = [up to date] testcommit111 -> origin/testcommit111
127 = [up to date] testcommit1110 -> origin/testcommit1110
128 = [up to date] testcommit1111 -> origin/testcommit1111
129 = [up to date] testcommit1112 -> origin/testcommit1112
130 = [up to date] testcommit1113 -> origin/testcommit1113
131 = [up to date] testcommit1114 -> origin/testcommit1114
132 = [up to date] testcommit1115 -> origin/testcommit1115
133 = [up to date] testcommit1116 -> origin/testcommit1116
134 = [up to date] testcommit1117 -> origin/testcommit1117
135 = [up to date] testcommit1118 -> origin/testcommit1118
136 = [up to date] testcommit1119 -> origin/testcommit1119
137 = [up to date] testcommit112 -> origin/testcommit112
138 = [up to date] testcommit1120 -> origin/testcommit1120
139 = [up to date] testcommit1121 -> origin/testcommit1121
140 = [up to date] testcommit1122 -> origin/testcommit1122
141 = [up to date] testcommit1123 -> origin/testcommit1123
142 = [up to date] testcommit1124 -> origin/testcommit1124
143 = [up to date] testcommit1125 -> origin/testcommit1125
144 = [up to date] testcommit1126 -> origin/testcommit1126
145 = [up to date] testcommit1127 -> origin/testcommit1127
146 = [up to date] testcommit1128 -> origin/testcommit1128
147 = [up to date] testcommit1129 -> origin/testcommit1129
148 = [up to date] testcommit113 -> origin/testcommit113
149 = [up to date] testcommit1130 -> origin/testcommit1130
150 = [up to date] testcommit1131 -> origin/testcommit1131
151 = [up to date] testcommit1132 -> origin/testcommit1132
152 = [up to date] testcommit1133 -> origin/testcommit1133
153 = [up to date] testcommit1134 -> origin/testcommit1134
154 = [up to date] testcommit1135 -> origin/testcommit1135
155 = [up to date] testcommit1136 -> origin/testcommit1136
156 = [up to date] testcommit1137 -> origin/testcommit1137
157 = [up to date] testcommit1138 -> origin/testcommit1138
158 = [up to date] testcommit1139 -> origin/testcommit1139
159 = [up to date] testcommit114 -> origin/testcommit114
160 = [up to date] testcommit1140 -> origin/testcommit1140
161 = [up to date] testcommit1141 -> origin/testcommit1141
162 = [up to date] testcommit1142 -> origin/testcommit1142
163 = [up to date] testcommit1143 -> origin/testcommit1143
164 = [up to date] testcommit1144 -> origin/testcommit1144
165 = [up to date] testcommit1145 -> origin/testcommit1145
166 = [up to date] testcommit1146 -> origin/testcommit1146
167 = [up to date] testcommit1147 -> origin/testcommit1147
168 = [up to date] testcommit1148 -> origin/testcommit1148
169 = [up to date] testcommit1149 -> origin/testcommit1149
170 = [up to date] testcommit115 -> origin/testcommit115
171 = [up to date] testcommit1150 -> origin/testcommit1150
172 = [up to date] testcommit1151 -> origin/testcommit1151
173 = [up to date] testcommit1152 -> origin/testcommit1152
174 = [up to date] testcommit1153 -> origin/testcommit1153
175 = [up to date] testcommit1154 -> origin/testcommit1154
176 = [up to date] testcommit1155 -> origin/testcommit1155
177 = [up to date] testcommit1156 -> origin/testcommit1156
178 = [up to date] testcommit1157 -> origin/testcommit1157
179 = [up to date] testcommit1158 -> origin/testcommit1158
180 = [up to date] testcommit1159 -> origin/testcommit1159
181 = [up to date] testcommit116 -> origin/testcommit116
182 = [up to date] testcommit1160 -> origin/testcommit1160
183 = [up to date] testcommit1161 -> origin/testcommit1161
184 = [up to date] testcommit1162 -> origin/testcommit1162
185 = [up to date] testcommit1163 -> origin/testcommit1163
186 = [up to date] testcommit1164 -> origin/testcommit1164
187 = [up to date] testcommit1165 -> origin/testcommit1165
188 = [up to date] testcommit1166 -> origin/testcommit1166
189 = [up to date] testcommit1167 -> origin/testcommit1167
190 = [up to date] testcommit1168 -> origin/testcommit1168
191 = [up to date] testcommit1169 -> origin/testcommit1169
192 = [up to date] testcommit117 -> origin/testcommit117
193 = [up to date] testcommit1170 -> origin/testcommit1170
194 = [up to date] testcommit1171 -> origin/testcommit1171
195 = [up to date] testcommit1172 -> origin/testcommit1172
196 = [up to date] testcommit1173 -> origin/testcommit1173
197 = [up to date] testcommit1174 -> origin/testcommit1174
198 = [up to date] testcommit1175 -> origin/testcommit1175
199 = [up to date] testcommit1176 -> origin/testcommit1176
200 = [up to date] testcommit1177 -> origin/testcommit1177
201 = [up to date] testcommit1178 -> origin/testcommit1178
202 = [up to date] testcommit1179 -> origin/testcommit1179
203 = [up to date] testcommit118 -> origin/testcommit118
204 = [up to date] testcommit1180 -> origin/testcommit1180
205 = [up to date] testcommit1181 -> origin/testcommit1181
206 = [up to date] testcommit1182 -> origin/testcommit1182
207 = [up to date] testcommit1183 -> origin/testcommit1183
208 = [up to date] testcommit1184 -> origin/testcommit1184
209 = [up to date] testcommit1185 -> origin/testcommit1185
210 = [up to date] testcommit1186 -> origin/testcommit1186
211 = [up to date] testcommit1187 -> origin/testcommit1187
212 = [up to date] testcommit1188 -> origin/testcommit1188
213 = [up to date] testcommit1189 -> origin/testcommit1189
214 = [up to date] testcommit119 -> origin/testcommit119
215 = [up to date] testcommit1190 -> origin/testcommit1190
216 = [up to date] testcommit1191 -> origin/testcommit1191
217 = [up to date] testcommit1192 -> origin/testcommit1192
218 = [up to date] testcommit1193 -> origin/testcommit1193
219 = [up to date] testcommit1194 -> origin/testcommit1194
220 = [up to date] testcommit1195 -> origin/testcommit1195
221 = [up to date] testcommit1196 -> origin/testcommit1196
222 = [up to date] testcommit1197 -> origin/testcommit1197
223 = [up to date] testcommit1198 -> origin/testcommit1198
224 = [up to date] testcommit1199 -> origin/testcommit1199
225 = [up to date] testcommit12 -> origin/testcommit12
226 = [up to date] testcommit120 -> origin/testcommit120
227 = [up to date] testcommit1200 -> origin/testcommit1200
228 = [up to date] testcommit1201 -> origin/testcommit1201
229 = [up to date] testcommit1202 -> origin/testcommit1202
230 = [up to date] testcommit1203 -> origin/testcommit1203
231 = [up to date] testcommit1204 -> origin/testcommit1204
232 = [up to date] testcommit1205 -> origin/testcommit1205
233 = [up to date] testcommit1206 -> origin/testcommit1206
234 = [up to date] testcommit1207 -> origin/testcommit1207
235 = [up to date] testcommit1208 -> origin/testcommit1208
236 = [up to date] testcommit1209 -> origin/testcommit1209
237 = [up to date] testcommit121 -> origin/testcommit121
238 = [up to date] testcommit1210 -> origin/testcommit1210
239 = [up to date] testcommit1211 -> origin/testcommit1211
240 = [up to date] testcommit1212 -> origin/testcommit1212
241 = [up to date] testcommit1213 -> origin/testcommit1213
242 = [up to date] testcommit1214 -> origin/testcommit1214
243 = [up to date] testcommit1215 -> origin/testcommit1215
244 = [up to date] testcommit1216 -> origin/testcommit1216
245 = [up to date] testcommit1217 -> origin/testcommit1217
246 = [up to date] testcommit1218 -> origin/testcommit1218
247 = [up to date] testcommit1219 -> origin/testcommit1219
248 = [up to date] testcommit122 -> origin/testcommit122
249 = [up to date] testcommit1220 -> origin/testcommit1220
250 = [up to date] testcommit1221 -> origin/testcommit1221
251 = [up to date] testcommit1222 -> origin/testcommit1222
252 = [up to date] testcommit1223 -> origin/testcommit1223
253 = [up to date] testcommit1224 -> origin/testcommit1224
254 = [up to date] testcommit1225 -> origin/testcommit1225
255 = [up to date] testcommit1226 -> origin/testcommit1226
256 = [up to date] testcommit1227 -> origin/testcommit1227
257 = [up to date] testcommit1228 -> origin/testcommit1228
258 = [up to date] testcommit1229 -> origin/testcommit1229
259 = [up to date] testcommit123 -> origin/testcommit123
260 = [up to date] testcommit1230 -> origin/testcommit1230
261 = [up to date] testcommit1231 -> origin/testcommit1231
262 = [up to date] testcommit1232 -> origin/testcommit1232
263 = [up to date] testcommit1233 -> origin/testcommit1233
264 = [up to date] testcommit1234 -> origin/testcommit1234
265 = [up to date] testcommit1235 -> origin/testcommit1235
266 = [up to date] testcommit1236 -> origin/testcommit1236
267 = [up to date] testcommit1237 -> origin/testcommit1237
268 = [up to date] testcommit1238 -> origin/testcommit1238
269 = [up to date] testcommit1239 -> origin/testcommit1239
270 = [up to date] testcommit124 -> origin/testcommit124
271 = [up to date] testcommit1240 -> origin/testcommit1240
272 = [up to date] testcommit1241 -> origin/testcommit1241
273 = [up to date] testcommit1242 -> origin/testcommit1242
274 = [up to date] testcommit1243 -> origin/testcommit1243
275 = [up to date] testcommit1244 -> origin/testcommit1244
276 = [up to date] testcommit1245 -> origin/testcommit1245
277 = [up to date] testcommit1246 -> origin/testcommit1246
278 = [up to date] testcommit1247 -> origin/testcommit1247
279 = [up to date] testcommit1248 -> origin/testcommit1248
280 = [up to date] testcommit1249 -> origin/testcommit1249
281 = [up to date] testcommit125 -> origin/testcommit125
282 = [up to date] testcommit1250 -> origin/testcommit1250
283 = [up to date] testcommit1251 -> origin/testcommit1251
284 = [up to date] testcommit1252 -> origin/testcommit1252
285 = [up to date] testcommit1253 -> origin/testcommit1253
286 = [up to date] testcommit1254 -> origin/testcommit1254
287 = [up to date] testcommit1255 -> origin/testcommit1255
288 = [up to date] testcommit1256 -> origin/testcommit1256
289 = [up to date] testcommit1257 -> origin/testcommit1257
290 = [up to date] testcommit1258 -> origin/testcommit1258
291 = [up to date] testcommit1259 -> origin/testcommit1259
292 = [up to date] testcommit126 -> origin/testcommit126
293 = [up to date] testcommit1260 -> origin/testcommit1260
294 = [up to date] testcommit1261 -> origin/testcommit1261
295 = [up to date] testcommit1262 -> origin/testcommit1262
296 = [up to date] testcommit1263 -> origin/testcommit1263
297 = [up to date] testcommit1264 -> origin/testcommit1264
298 = [up to date] testcommit1265 -> origin/testcommit1265
299 = [up to date] testcommit1266 -> origin/testcommit1266
300 = [up to date] testcommit1267 -> origin/testcommit1267
301 = [up to date] testcommit1268 -> origin/testcommit1268
302 = [up to date] testcommit1269 -> origin/testcommit1269
303 = [up to date] testcommit127 -> origin/testcommit127
304 = [up to date] testcommit1270 -> origin/testcommit1270
305 = [up to date] testcommit1271 -> origin/testcommit1271
306 = [up to date] testcommit1272 -> origin/testcommit1272
307 = [up to date] testcommit1273 -> origin/testcommit1273
308 = [up to date] testcommit1274 -> origin/testcommit1274
309 = [up to date] testcommit1275 -> origin/testcommit1275
310 = [up to date] testcommit1276 -> origin/testcommit1276
311 = [up to date] testcommit1277 -> origin/testcommit1277
312 = [up to date] testcommit1278 -> origin/testcommit1278
313 = [up to date] testcommit1279 -> origin/testcommit1279
314 = [up to date] testcommit128 -> origin/testcommit128
315 = [up to date] testcommit1280 -> origin/testcommit1280
316 = [up to date] testcommit1281 -> origin/testcommit1281
317 = [up to date] testcommit1282 -> origin/testcommit1282
318 = [up to date] testcommit1283 -> origin/testcommit1283
319 = [up to date] testcommit1284 -> origin/testcommit1284
320 = [up to date] testcommit1285 -> origin/testcommit1285
321 = [up to date] testcommit1286 -> origin/testcommit1286
322 = [up to date] testcommit1287 -> origin/testcommit1287
323 = [up to date] testcommit1288 -> origin/testcommit1288
324 = [up to date] testcommit1289 -> origin/testcommit1289
325 = [up to date] testcommit129 -> origin/testcommit129
326 = [up to date] testcommit1290 -> origin/testcommit1290
327 = [up to date] testcommit1291 -> origin/testcommit1291
328 = [up to date] testcommit1292 -> origin/testcommit1292
329 = [up to date] testcommit1293 -> origin/testcommit1293
330 = [up to date] testcommit1294 -> origin/testcommit1294
331 = [up to date] testcommit1295 -> origin/testcommit1295
332 = [up to date] testcommit1296 -> origin/testcommit1296
333 = [up to date] testcommit1297 -> origin/testcommit1297
334 = [up to date] testcommit1298 -> origin/testcommit1298
335 = [up to date] testcommit1299 -> origin/testcommit1299
336 = [up to date] testcommit13 -> origin/testcommit13
337 = [up to date] testcommit130 -> origin/testcommit130
338 = [up to date] testcommit1300 -> origin/testcommit1300
339 = [up to date] testcommit1301 -> origin/testcommit1301
340 = [up to date] testcommit1302 -> origin/testcommit1302
341 = [up to date] testcommit1303 -> origin/testcommit1303
342 = [up to date] testcommit1304 -> origin/testcommit1304
343 = [up to date] testcommit1305 -> origin/testcommit1305
344 = [up to date] testcommit1306 -> origin/testcommit1306
345 = [up to date] testcommit1307 -> origin/testcommit1307
346 = [up to date] testcommit1308 -> origin/testcommit1308
347 = [up to date] testcommit1309 -> origin/testcommit1309
348 = [up to date] testcommit131 -> origin/testcommit131
349 = [up to date] testcommit1310 -> origin/testcommit1310
350 = [up to date] testcommit1311 -> origin/testcommit1311
351 = [up to date] testcommit1312 -> origin/testcommit1312
352 = [up to date] testcommit1313 -> origin/testcommit1313
353 = [up to date] testcommit1314 -> origin/testcommit1314
354 = [up to date] testcommit1315 -> origin/testcommit1315
355 = [up to date] testcommit1316 -> origin/testcommit1316
356 = [up to date] testcommit1317 -> origin/testcommit1317
357 = [up to date] testcommit1318 -> origin/testcommit1318
358 = [up to date] testcommit1319 -> origin/testcommit1319
359 = [up to date] testcommit132 -> origin/testcommit132
360 = [up to date] testcommit1320 -> origin/testcommit1320
361 = [up to date] testcommit1321 -> origin/testcommit1321
362 = [up to date] testcommit1322 -> origin/testcommit1322
363 = [up to date] testcommit1323 -> origin/testcommit1323
364 = [up to date] testcommit1324 -> origin/testcommit1324
365 = [up to date] testcommit1325 -> origin/testcommit1325
366 = [up to date] testcommit1326 -> origin/testcommit1326
367 = [up to date] testcommit1327 -> origin/testcommit1327
368 = [up to date] testcommit1328 -> origin/testcommit1328
369 = [up to date] testcommit1329 -> origin/testcommit1329
370 = [up to date] testcommit133 -> origin/testcommit133
371 = [up to date] testcommit1330 -> origin/testcommit1330
372 = [up to date] testcommit1331 -> origin/testcommit1331
373 = [up to date] testcommit1332 -> origin/testcommit1332
374 = [up to date] testcommit1333 -> origin/testcommit1333
375 = [up to date] testcommit1334 -> origin/testcommit1334
376 = [up to date] testcommit1335 -> origin/testcommit1335
377 = [up to date] testcommit1336 -> origin/testcommit1336
378 = [up to date] testcommit1337 -> origin/testcommit1337
379 = [up to date] testcommit1338 -> origin/testcommit1338
380 = [up to date] testcommit1339 -> origin/testcommit1339
381 = [up to date] testcommit134 -> origin/testcommit134
382 = [up to date] testcommit1340 -> origin/testcommit1340
383 = [up to date] testcommit1341 -> origin/testcommit1341
384 = [up to date] testcommit1342 -> origin/testcommit1342
385 = [up to date] testcommit1343 -> origin/testcommit1343
386 = [up to date] testcommit1344 -> origin/testcommit1344
387 = [up to date] testcommit1345 -> origin/testcommit1345
388 = [up to date] testcommit1346 -> origin/testcommit1346
389 = [up to date] testcommit1347 -> origin/testcommit1347
390 = [up to date] testcommit1348 -> origin/testcommit1348
391 = [up to date] testcommit1349 -> origin/testcommit1349
392 = [up to date] testcommit135 -> origin/testcommit135
393 = [up to date] testcommit1350 -> origin/testcommit1350
394 = [up to date] testcommit1351 -> origin/testcommit1351
395 = [up to date] testcommit1352 -> origin/testcommit1352
396 = [up to date] testcommit1353 -> origin/testcommit1353
397 = [up to date] testcommit1354 -> origin/testcommit1354
398 = [up to date] testcommit1355 -> origin/testcommit1355
399 = [up to date] testcommit1356 -> origin/testcommit1356
400 = [up to date] testcommit1357 -> origin/testcommit1357
401 = [up to date] testcommit1358 -> origin/testcommit1358
402 = [up to date] testcommit1359 -> origin/testcommit1359
403 = [up to date] testcommit136 -> origin/testcommit136
404 = [up to date] testcommit1360 -> origin/testcommit1360
405 = [up to date] testcommit1361 -> origin/testcommit1361
406 = [up to date] testcommit1362 -> origin/testcommit1362
407 = [up to date] testcommit1363 -> origin/testcommit1363
408 = [up to date] testcommit1364 -> origin/testcommit1364
409 = [up to date] testcommit1365 -> origin/testcommit1365
410 = [up to date] testcommit1366 -> origin/testcommit1366
411 = [up to date] testcommit1367 -> origin/testcommit1367
412 = [up to date] testcommit1368 -> origin/testcommit1368
413 = [up to date] testcommit1369 -> origin/testcommit1369
414 = [up to date] testcommit137 -> origin/testcommit137
415 = [up to date] testcommit1370 -> origin/testcommit1370
416 = [up to date] testcommit1371 -> origin/testcommit1371
417 = [up to date] testcommit1372 -> origin/testcommit1372
418 = [up to date] testcommit1373 -> origin/testcommit1373
419 = [up to date] testcommit1374 -> origin/testcommit1374
420 = [up to date] testcommit1375 -> origin/testcommit1375
421 = [up to date] testcommit1376 -> origin/testcommit1376
422 = [up to date] testcommit1377 -> origin/testcommit1377
423 = [up to date] testcommit1378 -> origin/testcommit1378
424 = [up to date] testcommit1379 -> origin/testcommit1379
425 = [up to date] testcommit138 -> origin/testcommit138
426 = [up to date] testcommit1380 -> origin/testcommit1380
427 = [up to date] testcommit1381 -> origin/testcommit1381
428 = [up to date] testcommit1382 -> origin/testcommit1382
429 = [up to date] testcommit1383 -> origin/testcommit1383
430 = [up to date] testcommit1384 -> origin/testcommit1384
431 = [up to date] testcommit1385 -> origin/testcommit1385
432 = [up to date] testcommit1386 -> origin/testcommit1386
433 = [up to date] testcommit1387 -> origin/testcommit1387
434 = [up to date] testcommit1388 -> origin/testcommit1388
435 = [up to date] testcommit1389 -> origin/testcommit1389
436 = [up to date] testcommit139 -> origin/testcommit139
437 = [up to date] testcommit1390 -> origin/testcommit1390
438 = [up to date] testcommit1391 -> origin/testcommit1391
439 = [up to date] testcommit1392 -> origin/testcommit1392
440 = [up to date] testcommit1393 -> origin/testcommit1393
441 = [up to date] testcommit1394 -> origin/testcommit1394
442 = [up to date] testcommit1395 -> origin/testcommit1395
443 = [up to date] testcommit1396 -> origin/testcommit1396
444 = [up to date] testcommit1397 -> origin/testcommit1397
445 = [up to date] testcommit1398 -> origin/testcommit1398
446 = [up to date] testcommit1399 -> origin/testcommit1399
447 = [up to date] testcommit14 -> origin/testcommit14
448 = [up to date] testcommit140 -> origin/testcommit140
449 = [up to date] testcommit1400 -> origin/testcommit1400
450 = [up to date] testcommit1401 -> origin/testcommit1401
451 = [up to date] testcommit1402 -> origin/testcommit1402
452 = [up to date] testcommit1403 -> origin/testcommit1403
453 = [up to date] testcommit1404 -> origin/testcommit1404
454 = [up to date] testcommit1405 -> origin/testcommit1405
455 = [up to date] testcommit1406 -> origin/testcommit1406
456 = [up to date] testcommit1407 -> origin/testcommit1407
457 = [up to date] testcommit1408 -> origin/testcommit1408
458 = [up to date] testcommit1409 -> origin/testcommit1409
459 = [up to date] testcommit141 -> origin/testcommit141
460 = [up to date] testcommit1410 -> origin/testcommit1410
461 = [up to date] testcommit1411 -> origin/testcommit1411
462 = [up to date] testcommit1412 -> origin/testcommit1412
463 = [up to date] testcommit1413 -> origin/testcommit1413
464 = [up to date] testcommit1414 -> origin/testcommit1414
465 = [up to date] testcommit1415 -> origin/testcommit1415
466 = [up to date] testcommit1416 -> origin/testcommit1416
467 = [up to date] testcommit1417 -> origin/testcommit1417
468 = [up to date] testcommit1418 -> origin/testcommit1418
469 = [up to date] testcommit1419 -> origin/testcommit1419
470 = [up to date] testcommit142 -> origin/testcommit142
471 = [up to date] testcommit1420 -> origin/testcommit1420
472 = [up to date] testcommit1421 -> origin/testcommit1421
473 = [up to date] testcommit1422 -> origin/testcommit1422
474 = [up to date] testcommit1423 -> origin/testcommit1423
475 = [up to date] testcommit1424 -> origin/testcommit1424
476 = [up to date] testcommit1425 -> origin/testcommit1425
477 = [up to date] testcommit1426 -> origin/testcommit1426
478 = [up to date] testcommit1427 -> origin/testcommit1427
479 = [up to date] testcommit1428 -> origin/testcommit1428
480 = [up to date] testcommit1429 -> origin/testcommit1429
481 = [up to date] testcommit143 -> origin/testcommit143
482 = [up to date] testcommit1430 -> origin/testcommit1430
483 = [up to date] testcommit1431 -> origin/testcommit1431
484 = [up to date] testcommit1432 -> origin/testcommit1432
485 = [up to date] testcommit1433 -> origin/testcommit1433
486 = [up to date] testcommit1434 -> origin/testcommit1434
487 = [up to date] testcommit1435 -> origin/testcommit1435
488 = [up to date] testcommit1436 -> origin/testcommit1436
489 = [up to date] testcommit1437 -> origin/testcommit1437
490 = [up to date] testcommit1438 -> origin/testcommit1438
491 = [up to date] testcommit1439 -> origin/testcommit1439
492 = [up to date] testcommit144 -> origin/testcommit144
493 = [up to date] testcommit1440 -> origin/testcommit1440
494 = [up to date] testcommit1441 -> origin/testcommit1441
495 = [up to date] testcommit1442 -> origin/testcommit1442
496 = [up to date] testcommit1443 -> origin/testcommit1443
497 = [up to date] testcommit1444 -> origin/testcommit1444
498 = [up to date] testcommit1445 -> origin/testcommit1445
499 = [up to date] testcommit1446 -> origin/testcommit1446
500 = [up to date] testcommit1447 -> origin/testcommit1447
501 = [up to date] testcommit1448 -> origin/testcommit1448
502 = [up to date] testcommit1449 -> origin/testcommit1449
503 = [up to date] testcommit145 -> origin/testcommit145
504 = [up to date] testcommit1450 -> origin/testcommit1450
505 = [up to date] testcommit1451 -> origin/testcommit1451
506 = [up to date] testcommit1452 -> origin/testcommit1452
507 = [up to date] testcommit1453 -> origin/testcommit1453
508 = [up to date] testcommit1454 -> origin/testcommit1454
509 = [up to date] testcommit1455 -> origin/testcommit1455
510 = [up to date] testcommit1456 -> origin/testcommit1456
511 = [up to date] testcommit1457 -> origin/testcommit1457
512 = [up to date] testcommit1458 -> origin/testcommit1458
513 = [up to date] testcommit1459 -> origin/testcommit1459
514 = [up to date] testcommit146 -> origin/testcommit146
515 = [up to date] testcommit1460 -> origin/testcommit1460
516 = [up to date] testcommit1461 -> origin/testcommit1461
517 = [up to date] testcommit1462 -> origin/testcommit1462
518 = [up to date] testcommit1463 -> origin/testcommit1463
519 = [up to date] testcommit1464 -> origin/testcommit1464
520 = [up to date] testcommit1465 -> origin/testcommit1465
521 = [up to date] testcommit1466 -> origin/testcommit1466
522 = [up to date] testcommit1467 -> origin/testcommit1467
523 = [up to date] testcommit1468 -> origin/testcommit1468
524 = [up to date] testcommit1469 -> origin/testcommit1469
525 = [up to date] testcommit147 -> origin/testcommit147
526 = [up to date] testcommit1470 -> origin/testcommit1470
527 = [up to date] testcommit1471 -> origin/testcommit1471
528 = [up to date] testcommit1472 -> origin/testcommit1472
529 = [up to date] testcommit1473 -> origin/testcommit1473
530 = [up to date] testcommit1474 -> origin/testcommit1474
531 = [up to date] testcommit1475 -> origin/testcommit1475
532 = [up to date] testcommit1476 -> origin/testcommit1476
533 = [up to date] testcommit1477 -> origin/testcommit1477
534 = [up to date] testcommit1478 -> origin/testcommit1478
535 = [up to date] testcommit1479 -> origin/testcommit1479
536 = [up to date] testcommit148 -> origin/testcommit148
537 = [up to date] testcommit1480 -> origin/testcommit1480
538 = [up to date] testcommit1481 -> origin/testcommit1481
539 = [up to date] testcommit1482 -> origin/testcommit1482
540 = [up to date] testcommit1483 -> origin/testcommit1483
541 = [up to date] testcommit1484 -> origin/testcommit1484
542 = [up to date] testcommit1485 -> origin/testcommit1485
543 = [up to date] testcommit1486 -> origin/testcommit1486
544 = [up to date] testcommit1487 -> origin/testcommit1487
545 = [up to date] testcommit1488 -> origin/testcommit1488
546 = [up to date] testcommit1489 -> origin/testcommit1489
547 = [up to date] testcommit149 -> origin/testcommit149
548 = [up to date] testcommit1490 -> origin/testcommit1490
549 = [up to date] testcommit1491 -> origin/testcommit1491
550 = [up to date] testcommit1492 -> origin/testcommit1492
551 = [up to date] testcommit1493 -> origin/testcommit1493
552 = [up to date] testcommit1494 -> origin/testcommit1494
553 = [up to date] testcommit1495 -> origin/testcommit1495
554 = [up to date] testcommit1496 -> origin/testcommit1496
555 = [up to date] testcommit1497 -> origin/testcommit1497
556 = [up to date] testcommit1498 -> origin/testcommit1498
557 = [up to date] testcommit1499 -> origin/testcommit1499
558 = [up to date] testcommit15 -> origin/testcommit15
559 = [up to date] testcommit150 -> origin/testcommit150
560 = [up to date] testcommit1500 -> origin/testcommit1500
561 = [up to date] testcommit1501 -> origin/testcommit1501
562 = [up to date] testcommit1502 -> origin/testcommit1502
563 = [up to date] testcommit1503 -> origin/testcommit1503
564 = [up to date] testcommit1504 -> origin/testcommit1504
565 = [up to date] testcommit1505 -> origin/testcommit1505
566 = [up to date] testcommit1506 -> origin/testcommit1506
567 = [up to date] testcommit1507 -> origin/testcommit1507
568 = [up to date] testcommit1508 -> origin/testcommit1508
569 = [up to date] testcommit1509 -> origin/testcommit1509
570 = [up to date] testcommit151 -> origin/testcommit151
571 = [up to date] testcommit1510 -> origin/testcommit1510
572 = [up to date] testcommit1511 -> origin/testcommit1511
573 = [up to date] testcommit1512 -> origin/testcommit1512
574 = [up to date] testcommit1513 -> origin/testcommit1513
575 = [up to date] testcommit1514 -> origin/testcommit1514
576 = [up to date] testcommit1515 -> origin/testcommit1515
577 = [up to date] testcommit1516 -> origin/testcommit1516
578 = [up to date] testcommit1517 -> origin/testcommit1517
579 = [up to date] testcommit1518 -> origin/testcommit1518
580 = [up to date] testcommit1519 -> origin/testcommit1519
581 = [up to date] testcommit152 -> origin/testcommit152
582 = [up to date] testcommit1520 -> origin/testcommit1520
583 = [up to date] testcommit1521 -> origin/testcommit1521
584 = [up to date] testcommit1522 -> origin/testcommit1522
585 = [up to date] testcommit1523 -> origin/testcommit1523
586 = [up to date] testcommit1524 -> origin/testcommit1524
587 = [up to date] testcommit1525 -> origin/testcommit1525
588 = [up to date] testcommit1526 -> origin/testcommit1526
589 = [up to date] testcommit1527 -> origin/testcommit1527
590 = [up to date] testcommit1528 -> origin/testcommit1528
591 = [up to date] testcommit1529 -> origin/testcommit1529
592 = [up to date] testcommit153 -> origin/testcommit153
593 = [up to date] testcommit1530 -> origin/testcommit1530
594 = [up to date] testcommit1531 -> origin/testcommit1531
595 = [up to date] testcommit1532 -> origin/testcommit1532
596 = [up to date] testcommit1533 -> origin/testcommit1533
597 = [up to date] testcommit1534 -> origin/testcommit1534
598 = [up to date] testcommit1535 -> origin/testcommit1535
599 = [up to date] testcommit1536 -> origin/testcommit1536
600 = [up to date] testcommit1537 -> origin/testcommit1537
601 = [up to date] testcommit1538 -> origin/testcommit1538
602 = [up to date] testcommit1539 -> origin/testcommit1539
603 = [up to date] testcommit154 -> origin/testcommit154
604 = [up to date] testcommit1540 -> origin/testcommit1540
605 = [up to date] testcommit1541 -> origin/testcommit1541
606 = [up to date] testcommit1542 -> origin/testcommit1542
607 = [up to date] testcommit1543 -> origin/testcommit1543
608 = [up to date] testcommit1544 -> origin/testcommit1544
609 = [up to date] testcommit1545 -> origin/testcommit1545
610 = [up to date] testcommit1546 -> origin/testcommit1546
611 = [up to date] testcommit1547 -> origin/testcommit1547
612 = [up to date] testcommit1548 -> origin/testcommit1548
613 = [up to date] testcommit1549 -> origin/testcommit1549
614 = [up to date] testcommit155 -> origin/testcommit155
615 = [up to date] testcommit1550 -> origin/testcommit1550
616 = [up to date] testcommit1551 -> origin/testcommit1551
617 = [up to date] testcommit1552 -> origin/testcommit1552
618 = [up to date] testcommit1553 -> origin/testcommit1553
619 = [up to date] testcommit1554 -> origin/testcommit1554
620 = [up to date] testcommit1555 -> origin/testcommit1555
621 = [up to date] testcommit1556 -> origin/testcommit1556
622 = [up to date] testcommit1557 -> origin/testcommit1557
623 = [up to date] testcommit1558 -> origin/testcommit1558
624 = [up to date] testcommit1559 -> origin/testcommit1559
625 = [up to date] testcommit156 -> origin/testcommit156
626 = [up to date] testcommit1560 -> origin/testcommit1560
627 = [up to date] testcommit1561 -> origin/testcommit1561
628 = [up to date] testcommit1562 -> origin/testcommit1562
629 = [up to date] testcommit1563 -> origin/testcommit1563
630 = [up to date] testcommit1564 -> origin/testcommit1564
631 = [up to date] testcommit1565 -> origin/testcommit1565
632 = [up to date] testcommit1566 -> origin/testcommit1566
633 = [up to date] testcommit1567 -> origin/testcommit1567
634 = [up to date] testcommit1568 -> origin/testcommit1568
635 = [up to date] testcommit1569 -> origin/testcommit1569
636 = [up to date] testcommit157 -> origin/testcommit157
637 = [up to date] testcommit1570 -> origin/testcommit1570
638 = [up to date] testcommit1571 -> origin/testcommit1571
639 = [up to date] testcommit1572 -> origin/testcommit1572
640 = [up to date] testcommit1573 -> origin/testcommit1573
641 = [up to date] testcommit1574 -> origin/testcommit1574
642 = [up to date] testcommit1575 -> origin/testcommit1575
643 = [up to date] testcommit1576 -> origin/testcommit1576
644 = [up to date] testcommit1577 -> origin/testcommit1577
645 = [up to date] testcommit1578 -> origin/testcommit1578
646 = [up to date] testcommit1579 -> origin/testcommit1579
647 = [up to date] testcommit158 -> origin/testcommit158
648 = [up to date] testcommit1580 -> origin/testcommit1580
649 = [up to date] testcommit1581 -> origin/testcommit1581
650 = [up to date] testcommit1582 -> origin/testcommit1582
651 = [up to date] testcommit1583 -> origin/testcommit1583
652 = [up to date] testcommit1584 -> origin/testcommit1584
653 = [up to date] testcommit1585 -> origin/testcommit1585
654 = [up to date] testcommit1586 -> origin/testcommit1586
655 = [up to date] testcommit1587 -> origin/testcommit1587
656 = [up to date] testcommit1588 -> origin/testcommit1588
657 = [up to date] testcommit1589 -> origin/testcommit1589
658 = [up to date] testcommit159 -> origin/testcommit159
659 = [up to date] testcommit1590 -> origin/testcommit1590
660 = [up to date] testcommit1591 -> origin/testcommit1591
661 = [up to date] testcommit1592 -> origin/testcommit1592
662 = [up to date] testcommit1593 -> origin/testcommit1593
663 = [up to date] testcommit1594 -> origin/testcommit1594
664 = [up to date] testcommit1595 -> origin/testcommit1595
665 = [up to date] testcommit1596 -> origin/testcommit1596
666 = [up to date] testcommit1597 -> origin/testcommit1597
667 = [up to date] testcommit1598 -> origin/testcommit1598
668 = [up to date] testcommit1599 -> origin/testcommit1599
669 = [up to date] testcommit16 -> origin/testcommit16
670 = [up to date] testcommit160 -> origin/testcommit160
671 = [up to date] testcommit1600 -> origin/testcommit1600
672 = [up to date] testcommit1601 -> origin/testcommit1601
673 = [up to date] testcommit1602 -> origin/testcommit1602
674 = [up to date] testcommit1603 -> origin/testcommit1603
675 = [up to date] testcommit1604 -> origin/testcommit1604
676 = [up to date] testcommit1605 -> origin/testcommit1605
677 = [up to date] testcommit1606 -> origin/testcommit1606
678 = [up to date] testcommit1607 -> origin/testcommit1607
679 = [up to date] testcommit1608 -> origin/testcommit1608
680 = [up to date] testcommit1609 -> origin/testcommit1609
681 = [up to date] testcommit161 -> origin/testcommit161
682 = [up to date] testcommit1610 -> origin/testcommit1610
683 = [up to date] testcommit1611 -> origin/testcommit1611
684 = [up to date] testcommit1612 -> origin/testcommit1612
685 = [up to date] testcommit1613 -> origin/testcommit1613
686 = [up to date] testcommit1614 -> origin/testcommit1614
687 = [up to date] testcommit1615 -> origin/testcommit1615
688 = [up to date] testcommit1616 -> origin/testcommit1616
689 = [up to date] testcommit1617 -> origin/testcommit1617
690 = [up to date] testcommit1618 -> origin/testcommit1618
691 = [up to date] testcommit1619 -> origin/testcommit1619
692 = [up to date] testcommit162 -> origin/testcommit162
693 = [up to date] testcommit1620 -> origin/testcommit1620
694 = [up to date] testcommit1621 -> origin/testcommit1621
695 = [up to date] testcommit1622 -> origin/testcommit1622
696 = [up to date] testcommit1623 -> origin/testcommit1623
697 = [up to date] testcommit1624 -> origin/testcommit1624
698 = [up to date] testcommit1625 -> origin/testcommit1625
699 = [up to date] testcommit1626 -> origin/testcommit1626
700 = [up to date] testcommit1627 -> origin/testcommit1627
701 = [up to date] testcommit1628 -> origin/testcommit1628
702 = [up to date] testcommit1629 -> origin/testcommit1629
703 = [up to date] testcommit163 -> origin/testcommit163
704 = [up to date] testcommit1630 -> origin/testcommit1630
705 = [up to date] testcommit1631 -> origin/testcommit1631
706 = [up to date] testcommit1632 -> origin/testcommit1632
707 = [up to date] testcommit1633 -> origin/testcommit1633
708 = [up to date] testcommit1634 -> origin/testcommit1634
709 = [up to date] testcommit1635 -> origin/testcommit1635
710 = [up to date] testcommit1636 -> origin/testcommit1636
711 = [up to date] testcommit1637 -> origin/testcommit1637
712 = [up to date] testcommit1638 -> origin/testcommit1638
713 = [up to date] testcommit1639 -> origin/testcommit1639
714 = [up to date] testcommit164 -> origin/testcommit164
715 = [up to date] testcommit1640 -> origin/testcommit1640
716 = [up to date] testcommit1641 -> origin/testcommit1641
717 = [up to date] testcommit1642 -> origin/testcommit1642
718 = [up to date] testcommit1643 -> origin/testcommit1643
719 = [up to date] testcommit1644 -> origin/testcommit1644
720 = [up to date] testcommit1645 -> origin/testcommit1645
721 = [up to date] testcommit1646 -> origin/testcommit1646
722 = [up to date] testcommit1647 -> origin/testcommit1647
723 = [up to date] testcommit1648 -> origin/testcommit1648
724 = [up to date] testcommit1649 -> origin/testcommit1649
725 = [up to date] testcommit165 -> origin/testcommit165
726 = [up to date] testcommit1650 -> origin/testcommit1650
727 = [up to date] testcommit1651 -> origin/testcommit1651
728 = [up to date] testcommit1652 -> origin/testcommit1652
729 = [up to date] testcommit1653 -> origin/testcommit1653
730 = [up to date] testcommit1654 -> origin/testcommit1654
731 = [up to date] testcommit1655 -> origin/testcommit1655
732 = [up to date] testcommit1656 -> origin/testcommit1656
733 = [up to date] testcommit1657 -> origin/testcommit1657
734 = [up to date] testcommit1658 -> origin/testcommit1658
735 = [up to date] testcommit1659 -> origin/testcommit1659
736 = [up to date] testcommit166 -> origin/testcommit166
737 = [up to date] testcommit1660 -> origin/testcommit1660
738 = [up to date] testcommit1661 -> origin/testcommit1661
739 = [up to date] testcommit1662 -> origin/testcommit1662
740 = [up to date] testcommit1663 -> origin/testcommit1663
741 = [up to date] testcommit1664 -> origin/testcommit1664
742 = [up to date] testcommit1665 -> origin/testcommit1665
743 = [up to date] testcommit1666 -> origin/testcommit1666
744 = [up to date] testcommit1667 -> origin/testcommit1667
745 = [up to date] testcommit1668 -> origin/testcommit1668
746 = [up to date] testcommit1669 -> origin/testcommit1669
747 = [up to date] testcommit167 -> origin/testcommit167
748 = [up to date] testcommit1670 -> origin/testcommit1670
749 = [up to date] testcommit1671 -> origin/testcommit1671
750 = [up to date] testcommit1672 -> origin/testcommit1672
751 = [up to date] testcommit1673 -> origin/testcommit1673
752 = [up to date] testcommit1674 -> origin/testcommit1674
753 = [up to date] testcommit1675 -> origin/testcommit1675
754 = [up to date] testcommit1676 -> origin/testcommit1676
755 = [up to date] testcommit1677 -> origin/testcommit1677
756 = [up to date] testcommit1678 -> origin/testcommit1678
757 = [up to date] testcommit1679 -> origin/testcommit1679
758 = [up to date] testcommit168 -> origin/testcommit168
759 = [up to date] testcommit1680 -> origin/testcommit1680
760 = [up to date] testcommit1681 -> origin/testcommit1681
761 = [up to date] testcommit1682 -> origin/testcommit1682
762 = [up to date] testcommit1683 -> origin/testcommit1683
763 = [up to date] testcommit1684 -> origin/testcommit1684
764 = [up to date] testcommit1685 -> origin/testcommit1685
765 = [up to date] testcommit1686 -> origin/testcommit1686
766 = [up to date] testcommit1687 -> origin/testcommit1687
767 = [up to date] testcommit1688 -> origin/testcommit1688
768 = [up to date] testcommit1689 -> origin/testcommit1689
769 = [up to date] testcommit169 -> origin/testcommit169
770 = [up to date] testcommit1690 -> origin/testcommit1690
771 = [up to date] testcommit1691 -> origin/testcommit1691
772 = [up to date] testcommit1692 -> origin/testcommit1692
773 = [up to date] testcommit1693 -> origin/testcommit1693
774 = [up to date] testcommit1694 -> origin/testcommit1694
775 = [up to date] testcommit1695 -> origin/testcommit1695
776 = [up to date] testcommit1696 -> origin/testcommit1696
777 = [up to date] testcommit1697 -> origin/testcommit1697
778 = [up to date] testcommit1698 -> origin/testcommit1698
779 = [up to date] testcommit1699 -> origin/testcommit1699
780 = [up to date] testcommit17 -> origin/testcommit17
781 = [up to date] testcommit170 -> origin/testcommit170
782 = [up to date] testcommit1700 -> origin/testcommit1700
783 = [up to date] testcommit1701 -> origin/testcommit1701
784 = [up to date] testcommit1702 -> origin/testcommit1702
785 = [up to date] testcommit1703 -> origin/testcommit1703
786 = [up to date] testcommit1704 -> origin/testcommit1704
787 = [up to date] testcommit1705 -> origin/testcommit1705
788 = [up to date] testcommit1706 -> origin/testcommit1706
789 = [up to date] testcommit1707 -> origin/testcommit1707
790 = [up to date] testcommit1708 -> origin/testcommit1708
791 = [up to date] testcommit1709 -> origin/testcommit1709
792 = [up to date] testcommit171 -> origin/testcommit171
793 = [up to date] testcommit1710 -> origin/testcommit1710
794 = [up to date] testcommit1711 -> origin/testcommit1711
795 = [up to date] testcommit1712 -> origin/testcommit1712
796 = [up to date] testcommit1713 -> origin/testcommit1713
797 = [up to date] testcommit1714 -> origin/testcommit1714
798 = [up to date] testcommit1715 -> origin/testcommit1715
799 = [up to date] testcommit1716 -> origin/testcommit1716
800 = [up to date] testcommit1717 -> origin/testcommit1717
801 = [up to date] testcommit1718 -> origin/testcommit1718
802 = [up to date] testcommit1719 -> origin/testcommit1719
803 = [up to date] testcommit172 -> origin/testcommit172
804 = [up to date] testcommit1720 -> origin/testcommit1720
805 = [up to date] testcommit1721 -> origin/testcommit1721
806 = [up to date] testcommit1722 -> origin/testcommit1722
807 = [up to date] testcommit1723 -> origin/testcommit1723
808 = [up to date] testcommit1724 -> origin/testcommit1724
809 = [up to date] testcommit1725 -> origin/testcommit1725
810 = [up to date] testcommit1726 -> origin/testcommit1726
811 = [up to date] testcommit1727 -> origin/testcommit1727
812 = [up to date] testcommit1728 -> origin/testcommit1728
813 = [up to date] testcommit1729 -> origin/testcommit1729
814 = [up to date] testcommit173 -> origin/testcommit173
815 = [up to date] testcommit1730 -> origin/testcommit1730
816 = [up to date] testcommit1731 -> origin/testcommit1731
817 = [up to date] testcommit1732 -> origin/testcommit1732
818 = [up to date] testcommit1733 -> origin/testcommit1733
819 = [up to date] testcommit1734 -> origin/testcommit1734
820 = [up to date] testcommit1735 -> origin/testcommit1735
821 = [up to date] testcommit1736 -> origin/testcommit1736
822 = [up to date] testcommit1737 -> origin/testcommit1737
823 = [up to date] testcommit1738 -> origin/testcommit1738
824 = [up to date] testcommit1739 -> origin/testcommit1739
825 = [up to date] testcommit174 -> origin/testcommit174
826 = [up to date] testcommit1740 -> origin/testcommit1740
827 = [up to date] testcommit1741 -> origin/testcommit1741
828 = [up to date] testcommit1742 -> origin/testcommit1742
829 = [up to date] testcommit1743 -> origin/testcommit1743
830 = [up to date] testcommit1744 -> origin/testcommit1744
831 = [up to date] testcommit1745 -> origin/testcommit1745
832 = [up to date] testcommit1746 -> origin/testcommit1746
833 = [up to date] testcommit1747 -> origin/testcommit1747
834 = [up to date] testcommit1748 -> origin/testcommit1748
835 = [up to date] testcommit1749 -> origin/testcommit1749
836 = [up to date] testcommit175 -> origin/testcommit175
837 = [up to date] testcommit1750 -> origin/testcommit1750
838 = [up to date] testcommit1751 -> origin/testcommit1751
839 = [up to date] testcommit1752 -> origin/testcommit1752
840 = [up to date] testcommit1753 -> origin/testcommit1753
841 = [up to date] testcommit1754 -> origin/testcommit1754
842 = [up to date] testcommit1755 -> origin/testcommit1755
843 = [up to date] testcommit1756 -> origin/testcommit1756
844 = [up to date] testcommit1757 -> origin/testcommit1757
845 = [up to date] testcommit1758 -> origin/testcommit1758
846 = [up to date] testcommit1759 -> origin/testcommit1759
847 = [up to date] testcommit176 -> origin/testcommit176
848 = [up to date] testcommit1760 -> origin/testcommit1760
849 = [up to date] testcommit1761 -> origin/testcommit1761
850 = [up to date] testcommit1762 -> origin/testcommit1762
851 = [up to date] testcommit1763 -> origin/testcommit1763
852 = [up to date] testcommit1764 -> origin/testcommit1764
853 = [up to date] testcommit1765 -> origin/testcommit1765
854 = [up to date] testcommit1766 -> origin/testcommit1766
855 = [up to date] testcommit1767 -> origin/testcommit1767
856 = [up to date] testcommit1768 -> origin/testcommit1768
857 = [up to date] testcommit1769 -> origin/testcommit1769
858 = [up to date] testcommit177 -> origin/testcommit177
859 = [up to date] testcommit1770 -> origin/testcommit1770
860 = [up to date] testcommit1771 -> origin/testcommit1771
861 = [up to date] testcommit1772 -> origin/testcommit1772
862 = [up to date] testcommit1773 -> origin/testcommit1773
863 = [up to date] testcommit1774 -> origin/testcommit1774
864 = [up to date] testcommit1775 -> origin/testcommit1775
865 = [up to date] testcommit1776 -> origin/testcommit1776
866 = [up to date] testcommit1777 -> origin/testcommit1777
867 = [up to date] testcommit1778 -> origin/testcommit1778
868 = [up to date] testcommit1779 -> origin/testcommit1779
869 = [up to date] testcommit178 -> origin/testcommit178
870 = [up to date] testcommit1780 -> origin/testcommit1780
871 = [up to date] testcommit1781 -> origin/testcommit1781
872 = [up to date] testcommit1782 -> origin/testcommit1782
873 = [up to date] testcommit1783 -> origin/testcommit1783
874 = [up to date] testcommit1784 -> origin/testcommit1784
875 = [up to date] testcommit1785 -> origin/testcommit1785
876 = [up to date] testcommit1786 -> origin/testcommit1786
877 = [up to date] testcommit1787 -> origin/testcommit1787
878 = [up to date] testcommit1788 -> origin/testcommit1788
879 = [up to date] testcommit1789 -> origin/testcommit1789
880 = [up to date] testcommit179 -> origin/testcommit179
881 = [up to date] testcommit1790 -> origin/testcommit1790
882 = [up to date] testcommit1791 -> origin/testcommit1791
883 = [up to date] testcommit1792 -> origin/testcommit1792
884 = [up to date] testcommit1793 -> origin/testcommit1793
885 = [up to date] testcommit1794 -> origin/testcommit1794
886 = [up to date] testcommit1795 -> origin/testcommit1795
887 = [up to date] testcommit1796 -> origin/testcommit1796
888 = [up to date] testcommit1797 -> origin/testcommit1797
889 = [up to date] testcommit1798 -> origin/testcommit1798
890 = [up to date] testcommit1799 -> origin/testcommit1799
891 = [up to date] testcommit18 -> origin/testcommit18
892 = [up to date] testcommit180 -> origin/testcommit180
893 = [up to date] testcommit1800 -> origin/testcommit1800
894 = [up to date] testcommit1801 -> origin/testcommit1801
895 = [up to date] testcommit1802 -> origin/testcommit1802
896 = [up to date] testcommit1803 -> origin/testcommit1803
897 = [up to date] testcommit1804 -> origin/testcommit1804
898 = [up to date] testcommit1805 -> origin/testcommit1805
899 = [up to date] testcommit1806 -> origin/testcommit1806
900 = [up to date] testcommit1807 -> origin/testcommit1807
901 = [up to date] testcommit1808 -> origin/testcommit1808
902 = [up to date] testcommit1809 -> origin/testcommit1809
903 = [up to date] testcommit181 -> origin/testcommit181
904 = [up to date] testcommit1810 -> origin/testcommit1810
905 = [up to date] testcommit1811 -> origin/testcommit1811
906 = [up to date] testcommit1812 -> origin/testcommit1812
907 = [up to date] testcommit1813 -> origin/testcommit1813
908 = [up to date] testcommit1814 -> origin/testcommit1814
909 = [up to date] testcommit1815 -> origin/testcommit1815
910 = [up to date] testcommit1816 -> origin/testcommit1816
911 = [up to date] testcommit1817 -> origin/testcommit1817
912 = [up to date] testcommit1818 -> origin/testcommit1818
913 = [up to date] testcommit1819 -> origin/testcommit1819
914 = [up to date] testcommit182 -> origin/testcommit182
915 = [up to date] testcommit1820 -> origin/testcommit1820
916 = [up to date] testcommit1821 -> origin/testcommit1821
917 = [up to date] testcommit1822 -> origin/testcommit1822
918 = [up to date] testcommit1823 -> origin/testcommit1823
919 = [up to date] testcommit1824 -> origin/testcommit1824
920 = [up to date] testcommit1825 -> origin/testcommit1825
921 = [up to date] testcommit1826 -> origin/testcommit1826
922 = [up to date] testcommit1827 -> origin/testcommit1827
923 = [up to date] testcommit1828 -> origin/testcommit1828
924 = [up to date] testcommit1829 -> origin/testcommit1829
925 = [up to date] testcommit183 -> origin/testcommit183
926 = [up to date] testcommit1830 -> origin/testcommit1830
927 = [up to date] testcommit1831 -> origin/testcommit1831
928 = [up to date] testcommit1832 -> origin/testcommit1832
929 = [up to date] testcommit1833 -> origin/testcommit1833
930 = [up to date] testcommit1834 -> origin/testcommit1834
931 = [up to date] testcommit1835 -> origin/testcommit1835
932 = [up to date] testcommit1836 -> origin/testcommit1836
933 = [up to date] testcommit1837 -> origin/testcommit1837
934 = [up to date] testcommit1838 -> origin/testcommit1838
935 = [up to date] testcommit1839 -> origin/testcommit1839
936 = [up to date] testcommit184 -> origin/testcommit184
937 = [up to date] testcommit1840 -> origin/testcommit1840
938 = [up to date] testcommit1841 -> origin/testcommit1841
939 = [up to date] testcommit1842 -> origin/testcommit1842
940 = [up to date] testcommit1843 -> origin/testcommit1843
941 = [up to date] testcommit1844 -> origin/testcommit1844
942 = [up to date] testcommit1845 -> origin/testcommit1845
943 = [up to date] testcommit1846 -> origin/testcommit1846
944 = [up to date] testcommit1847 -> origin/testcommit1847
945 = [up to date] testcommit1848 -> origin/testcommit1848
946 = [up to date] testcommit1849 -> origin/testcommit1849
947 = [up to date] testcommit185 -> origin/testcommit185
948 = [up to date] testcommit1850 -> origin/testcommit1850
949 = [up to date] testcommit1851 -> origin/testcommit1851
950 = [up to date] testcommit1852 -> origin/testcommit1852
951 = [up to date] testcommit1853 -> origin/testcommit1853
952 = [up to date] testcommit1854 -> origin/testcommit1854
953 = [up to date] testcommit1855 -> origin/testcommit1855
954 = [up to date] testcommit1856 -> origin/testcommit1856
955 = [up to date] testcommit1857 -> origin/testcommit1857
956 = [up to date] testcommit1858 -> origin/testcommit1858
957 = [up to date] testcommit1859 -> origin/testcommit1859
958 = [up to date] testcommit186 -> origin/testcommit186
959 = [up to date] testcommit1860 -> origin/testcommit1860
960 = [up to date] testcommit1861 -> origin/testcommit1861
961 = [up to date] testcommit1862 -> origin/testcommit1862
962 = [up to date] testcommit1863 -> origin/testcommit1863
963 = [up to date] testcommit1864 -> origin/testcommit1864
964 = [up to date] testcommit1865 -> origin/testcommit1865
965 = [up to date] testcommit1866 -> origin/testcommit1866
966 = [up to date] testcommit1867 -> origin/testcommit1867
967 = [up to date] testcommit1868 -> origin/testcommit1868
968 = [up to date] testcommit1869 -> origin/testcommit1869
969 = [up to date] testcommit187 -> origin/testcommit187
970 = [up to date] testcommit1870 -> origin/testcommit1870
971 = [up to date] testcommit1871 -> origin/testcommit1871
972 = [up to date] testcommit1872 -> origin/testcommit1872
973 = [up to date] testcommit1873 -> origin/testcommit1873
974 = [up to date] testcommit1874 -> origin/testcommit1874
975 = [up to date] testcommit1875 -> origin/testcommit1875
976 = [up to date] testcommit1876 -> origin/testcommit1876
977 = [up to date] testcommit1877 -> origin/testcommit1877
978 = [up to date] testcommit1878 -> origin/testcommit1878
979 = [up to date] testcommit1879 -> origin/testcommit1879
980 = [up to date] testcommit188 -> origin/testcommit188
981 = [up to date] testcommit1880 -> origin/testcommit1880
982 = [up to date] testcommit1881 -> origin/testcommit1881
983 = [up to date] testcommit1882 -> origin/testcommit1882
984 = [up to date] testcommit1883 -> origin/testcommit1883
985 = [up to date] testcommit1884 -> origin/testcommit1884
986 = [up to date] testcommit1885 -> origin/testcommit1885
987 = [up to date] testcommit1886 -> origin/testcommit1886
988 = [up to date] testcommit1887 -> origin/testcommit1887
989 = [up to date] testcommit1888 -> origin/testcommit1888
990 = [up to date] testcommit1889 -> origin/testcommit1889
991 = [up to date] testcommit189 -> origin/testcommit189
992 = [up to date] testcommit1890 -> origin/testcommit1890
993 = [up to date] testcommit1891 -> origin/testcommit1891
994 = [up to date] testcommit1892 -> origin/testcommit1892
995 = [up to date] testcommit1893 -> origin/testcommit1893
996 = [up to date] testcommit1894 -> origin/testcommit1894
997 = [up to date] testcommit1895 -> origin/testcommit1895
998 = [up to date] testcommit1896 -> origin/testcommit1896
999 = [up to date] testcommit1897 -> origin/testcommit1897
1000 = [up to date] testcommit1898 -> origin/testcommit1898
1001 = [up to date] testcommit1899 -> origin/testcommit1899
1002 = [up to date] testcommit19 -> origin/testcommit19
1003 = [up to date] testcommit190 -> origin/testcommit190
1004 = [up to date] testcommit1900 -> origin/testcommit1900
1005 = [up to date] testcommit1901 -> origin/testcommit1901
1006 = [up to date] testcommit1902 -> origin/testcommit1902
1007 = [up to date] testcommit1903 -> origin/testcommit1903
1008 = [up to date] testcommit1904 -> origin/testcommit1904
1009 = [up to date] testcommit1905 -> origin/testcommit1905
1010 = [up to date] testcommit1906 -> origin/testcommit1906
1011 = [up to date] testcommit1907 -> origin/testcommit1907
1012 = [up to date] testcommit1908 -> origin/testcommit1908
1013 = [up to date] testcommit1909 -> origin/testcommit1909
1014 = [up to date] testcommit191 -> origin/testcommit191
1015 = [up to date] testcommit1910 -> origin/testcommit1910
1016 = [up to date] testcommit1911 -> origin/testcommit1911
1017 = [up to date] testcommit1912 -> origin/testcommit1912
1018 = [up to date] testcommit1913 -> origin/testcommit1913
1019 = [up to date] testcommit1914 -> origin/testcommit1914
1020 = [up to date] testcommit1915 -> origin/testcommit1915
1021 = [up to date] testcommit1916 -> origin/testcommit1916
1022 = [up to date] testcommit1917 -> origin/testcommit1917
1023 = [up to date] testcommit1918 -> origin/testcommit1918
1024 = [up to date] testcommit1919 -> origin/testcommit1919
1025 = [up to date] testcommit192 -> origin/testcommit192
1026 = [up to date] testcommit1920 -> origin/testcommit1920
1027 = [up to date] testcommit1921 -> origin/testcommit1921
1028 = [up to date] testcommit1922 -> origin/testcommit1922
1029 = [up to date] testcommit1923 -> origin/testcommit1923
1030 = [up to date] testcommit1924 -> origin/testcommit1924
1031 = [up to date] testcommit1925 -> origin/testcommit1925
1032 = [up to date] testcommit1926 -> origin/testcommit1926
1033 = [up to date] testcommit1927 -> origin/testcommit1927
1034 = [up to date] testcommit1928 -> origin/testcommit1928
1035 = [up to date] testcommit1929 -> origin/testcommit1929
1036 = [up to date] testcommit193 -> origin/testcommit193
1037 = [up to date] testcommit1930 -> origin/testcommit1930
1038 = [up to date] testcommit1931 -> origin/testcommit1931
1039 = [up to date] testcommit1932 -> origin/testcommit1932
1040 = [up to date] testcommit1933 -> origin/testcommit1933
1041 = [up to date] testcommit1934 -> origin/testcommit1934
1042 = [up to date] testcommit1935 -> origin/testcommit1935
1043 = [up to date] testcommit1936 -> origin/testcommit1936
1044 = [up to date] testcommit1937 -> origin/testcommit1937
1045 = [up to date] testcommit1938 -> origin/testcommit1938
1046 = [up to date] testcommit1939 -> origin/testcommit1939
1047 = [up to date] testcommit194 -> origin/testcommit194
1048 = [up to date] testcommit1940 -> origin/testcommit1940
1049 = [up to date] testcommit1941 -> origin/testcommit1941
1050 = [up to date] testcommit1942 -> origin/testcommit1942
1051 = [up to date] testcommit1943 -> origin/testcommit1943
1052 = [up to date] testcommit1944 -> origin/testcommit1944
1053 = [up to date] testcommit1945 -> origin/testcommit1945
1054 = [up to date] testcommit1946 -> origin/testcommit1946
1055 = [up to date] testcommit1947 -> origin/testcommit1947
1056 = [up to date] testcommit1948 -> origin/testcommit1948
1057 = [up to date] testcommit1949 -> origin/testcommit1949
1058 = [up to date] testcommit195 -> origin/testcommit195
1059 = [up to date] testcommit1950 -> origin/testcommit1950
1060 = [up to date] testcommit1951 -> origin/testcommit1951
1061 = [up to date] testcommit1952 -> origin/testcommit1952
1062 = [up to date] testcommit1953 -> origin/testcommit1953
1063 = [up to date] testcommit1954 -> origin/testcommit1954
1064 = [up to date] testcommit1955 -> origin/testcommit1955
1065 = [up to date] testcommit1956 -> origin/testcommit1956
1066 = [up to date] testcommit1957 -> origin/testcommit1957
1067 = [up to date] testcommit1958 -> origin/testcommit1958
1068 = [up to date] testcommit1959 -> origin/testcommit1959
1069 = [up to date] testcommit196 -> origin/testcommit196
1070 = [up to date] testcommit1960 -> origin/testcommit1960
1071 = [up to date] testcommit1961 -> origin/testcommit1961
1072 = [up to date] testcommit1962 -> origin/testcommit1962
1073 = [up to date] testcommit1963 -> origin/testcommit1963
1074 = [up to date] testcommit1964 -> origin/testcommit1964
1075 = [up to date] testcommit1965 -> origin/testcommit1965
1076 = [up to date] testcommit1966 -> origin/testcommit1966
1077 = [up to date] testcommit1967 -> origin/testcommit1967
1078 = [up to date] testcommit1968 -> origin/testcommit1968
1079 = [up to date] testcommit1969 -> origin/testcommit1969
1080 = [up to date] testcommit197 -> origin/testcommit197
1081 = [up to date] testcommit1970 -> origin/testcommit1970
1082 = [up to date] testcommit1971 -> origin/testcommit1971
1083 = [up to date] testcommit1972 -> origin/testcommit1972
1084 = [up to date] testcommit1973 -> origin/testcommit1973
1085 = [up to date] testcommit1974 -> origin/testcommit1974
1086 = [up to date] testcommit1975 -> origin/testcommit1975
1087 = [up to date] testcommit1976 -> origin/testcommit1976
1088 = [up to date] testcommit1977 -> origin/testcommit1977
1089 = [up to date] testcommit1978 -> origin/testcommit1978
1090 = [up to date] testcommit1979 -> origin/testcommit1979
1091 = [up to date] testcommit198 -> origin/testcommit198
1092 = [up to date] testcommit1980 -> origin/testcommit1980
1093 = [up to date] testcommit1981 -> origin/testcommit1981
1094 = [up to date] testcommit1982 -> origin/testcommit1982
1095 = [up to date] testcommit1983 -> origin/testcommit1983
1096 = [up to date] testcommit1984 -> origin/testcommit1984
1097 = [up to date] testcommit1985 -> origin/testcommit1985
1098 = [up to date] testcommit1986 -> origin/testcommit1986
1099 = [up to date] testcommit1987 -> origin/testcommit1987
1100 = [up to date] testcommit1988 -> origin/testcommit1988
1101 = [up to date] testcommit1989 -> origin/testcommit1989
1102 = [up to date] testcommit199 -> origin/testcommit199
1103 = [up to date] testcommit1990 -> origin/testcommit1990
1104 = [up to date] testcommit1991 -> origin/testcommit1991
1105 = [up to date] testcommit1992 -> origin/testcommit1992
1106 = [up to date] testcommit1993 -> origin/testcommit1993
1107 = [up to date] testcommit1994 -> origin/testcommit1994
1108 = [up to date] testcommit1995 -> origin/testcommit1995
1109 = [up to date] testcommit1996 -> origin/testcommit1996
1110 = [up to date] testcommit1997 -> origin/testcommit1997
1111 = [up to date] testcommit1998 -> origin/testcommit1998
1112 = [up to date] testcommit1999 -> origin/testcommit1999
1113 = [up to date] testcommit2 -> origin/testcommit2
1114 = [up to date] testcommit20 -> origin/testcommit20
1115 = [up to date] testcommit200 -> origin/testcommit200
1116 = [up to date] testcommit2000 -> origin/testcommit2000
1117 = [up to date] testcommit2001 -> origin/testcommit2001
1118 = [up to date] testcommit2002 -> origin/testcommit2002
1119 = [up to date] testcommit2003 -> origin/testcommit2003
1120 = [up to date] testcommit2004 -> origin/testcommit2004
1121 = [up to date] testcommit2005 -> origin/testcommit2005
1122 = [up to date] testcommit2006 -> origin/testcommit2006
1123 = [up to date] testcommit2007 -> origin/testcommit2007
1124 = [up to date] testcommit2008 -> origin/testcommit2008
1125 = [up to date] testcommit2009 -> origin/testcommit2009
1126 = [up to date] testcommit201 -> origin/testcommit201
1127 = [up to date] testcommit2010 -> origin/testcommit2010
1128 = [up to date] testcommit2011 -> origin/testcommit2011
1129 = [up to date] testcommit2012 -> origin/testcommit2012
1130 = [up to date] testcommit2013 -> origin/testcommit2013
1131 = [up to date] testcommit2014 -> origin/testcommit2014
1132 = [up to date] testcommit2015 -> origin/testcommit2015
1133 = [up to date] testcommit2016 -> origin/testcommit2016
1134 = [up to date] testcommit2017 -> origin/testcommit2017
1135 = [up to date] testcommit2018 -> origin/testcommit2018
1136 = [up to date] testcommit2019 -> origin/testcommit2019
1137 = [up to date] testcommit202 -> origin/testcommit202
1138 = [up to date] testcommit2020 -> origin/testcommit2020
1139 = [up to date] testcommit2021 -> origin/testcommit2021
1140 = [up to date] testcommit2022 -> origin/testcommit2022
1141 = [up to date] testcommit2023 -> origin/testcommit2023
1142 = [up to date] testcommit2024 -> origin/testcommit2024
1143 = [up to date] testcommit2025 -> origin/testcommit2025
1144 = [up to date] testcommit2026 -> origin/testcommit2026
1145 = [up to date] testcommit2027 -> origin/testcommit2027
1146 = [up to date] testcommit2028 -> origin/testcommit2028
1147 = [up to date] testcommit2029 -> origin/testcommit2029
1148 = [up to date] testcommit203 -> origin/testcommit203
1149 = [up to date] testcommit2030 -> origin/testcommit2030
1150 = [up to date] testcommit2031 -> origin/testcommit2031
1151 = [up to date] testcommit2032 -> origin/testcommit2032
1152 = [up to date] testcommit2033 -> origin/testcommit2033
1153 = [up to date] testcommit2034 -> origin/testcommit2034
1154 = [up to date] testcommit2035 -> origin/testcommit2035
1155 = [up to date] testcommit2036 -> origin/testcommit2036
1156 = [up to date] testcommit2037 -> origin/testcommit2037
1157 = [up to date] testcommit2038 -> origin/testcommit2038
1158 = [up to date] testcommit2039 -> origin/testcommit2039
1159 = [up to date] testcommit204 -> origin/testcommit204
1160 = [up to date] testcommit2040 -> origin/testcommit2040
1161 = [up to date] testcommit2041 -> origin/testcommit2041
1162 = [up to date] testcommit2042 -> origin/testcommit2042
1163 = [up to date] testcommit2043 -> origin/testcommit2043
1164 = [up to date] testcommit2044 -> origin/testcommit2044
1165 = [up to date] testcommit2045 -> origin/testcommit2045
1166 = [up to date] testcommit2046 -> origin/testcommit2046
1167 = [up to date] testcommit2047 -> origin/testcommit2047
1168 = [up to date] testcommit2048 -> origin/testcommit2048
1169 = [up to date] testcommit2049 -> origin/testcommit2049
1170 = [up to date] testcommit205 -> origin/testcommit205
1171 = [up to date] testcommit2050 -> origin/testcommit2050
1172 = [up to date] testcommit2051 -> origin/testcommit2051
1173 = [up to date] testcommit2052 -> origin/testcommit2052
1174 = [up to date] testcommit2053 -> origin/testcommit2053
1175 = [up to date] testcommit2054 -> origin/testcommit2054
1176 = [up to date] testcommit2055 -> origin/testcommit2055
1177 = [up to date] testcommit2056 -> origin/testcommit2056
1178 = [up to date] testcommit2057 -> origin/testcommit2057
1179 = [up to date] testcommit2058 -> origin/testcommit2058
1180 = [up to date] testcommit2059 -> origin/testcommit2059
1181 = [up to date] testcommit206 -> origin/testcommit206
1182 = [up to date] testcommit2060 -> origin/testcommit2060
1183 = [up to date] testcommit2061 -> origin/testcommit2061
1184 = [up to date] testcommit2062 -> origin/testcommit2062
1185 = [up to date] testcommit2063 -> origin/testcommit2063
1186 = [up to date] testcommit2064 -> origin/testcommit2064
1187 = [up to date] testcommit2065 -> origin/testcommit2065
1188 = [up to date] testcommit2066 -> origin/testcommit2066
1189 = [up to date] testcommit2067 -> origin/testcommit2067
1190 = [up to date] testcommit2068 -> origin/testcommit2068
1191 = [up to date] testcommit2069 -> origin/testcommit2069
1192 = [up to date] testcommit207 -> origin/testcommit207
1193 = [up to date] testcommit2070 -> origin/testcommit2070
1194 = [up to date] testcommit2071 -> origin/testcommit2071
1195 = [up to date] testcommit2072 -> origin/testcommit2072
1196 = [up to date] testcommit2073 -> origin/testcommit2073
1197 = [up to date] testcommit2074 -> origin/testcommit2074
1198 = [up to date] testcommit2075 -> origin/testcommit2075
1199 = [up to date] testcommit2076 -> origin/testcommit2076
1200 = [up to date] testcommit2077 -> origin/testcommit2077
1201 = [up to date] testcommit2078 -> origin/testcommit2078
1202 = [up to date] testcommit2079 -> origin/testcommit2079
1203 = [up to date] testcommit208 -> origin/testcommit208
1204 = [up to date] testcommit2080 -> origin/testcommit2080
1205 = [up to date] testcommit2081 -> origin/testcommit2081
1206 = [up to date] testcommit2082 -> origin/testcommit2082
1207 = [up to date] testcommit2083 -> origin/testcommit2083
1208 = [up to date] testcommit2084 -> origin/testcommit2084
1209 = [up to date] testcommit2085 -> origin/testcommit2085
1210 = [up to date] testcommit2086 -> origin/testcommit2086
1211 = [up to date] testcommit2087 -> origin/testcommit2087
1212 = [up to date] testcommit2088 -> origin/testcommit2088
1213 = [up to date] testcommit2089 -> origin/testcommit2089
1214 = [up to date] testcommit209 -> origin/testcommit209
1215 = [up to date] testcommit2090 -> origin/testcommit2090
1216 = [up to date] testcommit2091 -> origin/testcommit2091
1217 = [up to date] testcommit2092 -> origin/testcommit2092
1218 = [up to date] testcommit2093 -> origin/testcommit2093
1219 = [up to date] testcommit2094 -> origin/testcommit2094
1220 = [up to date] testcommit2095 -> origin/testcommit2095
1221 = [up to date] testcommit2096 -> origin/testcommit2096
1222 = [up to date] testcommit2097 -> origin/testcommit2097
1223 = [up to date] testcommit2098 -> origin/testcommit2098
1224 = [up to date] testcommit2099 -> origin/testcommit2099
1225 = [up to date] testcommit21 -> origin/testcommit21
1226 = [up to date] testcommit210 -> origin/testcommit210
1227 = [up to date] testcommit2100 -> origin/testcommit2100
1228 = [up to date] testcommit2101 -> origin/testcommit2101
1229 = [up to date] testcommit2102 -> origin/testcommit2102
1230 = [up to date] testcommit2103 -> origin/testcommit2103
1231 = [up to date] testcommit2104 -> origin/testcommit2104
1232 = [up to date] testcommit2105 -> origin/testcommit2105
1233 = [up to date] testcommit2106 -> origin/testcommit2106
1234 = [up to date] testcommit2107 -> origin/testcommit2107
1235 = [up to date] testcommit2108 -> origin/testcommit2108
1236 = [up to date] testcommit2109 -> origin/testcommit2109
1237 = [up to date] testcommit211 -> origin/testcommit211
1238 = [up to date] testcommit2110 -> origin/testcommit2110
1239 = [up to date] testcommit2111 -> origin/testcommit2111
1240 = [up to date] testcommit2112 -> origin/testcommit2112
1241 = [up to date] testcommit2113 -> origin/testcommit2113
1242 = [up to date] testcommit2114 -> origin/testcommit2114
1243 = [up to date] testcommit2115 -> origin/testcommit2115
1244 = [up to date] testcommit2116 -> origin/testcommit2116
1245 = [up to date] testcommit2117 -> origin/testcommit2117
1246 = [up to date] testcommit2118 -> origin/testcommit2118
1247 = [up to date] testcommit2119 -> origin/testcommit2119
1248 = [up to date] testcommit212 -> origin/testcommit212
1249 = [up to date] testcommit2120 -> origin/testcommit2120
1250 = [up to date] testcommit2121 -> origin/testcommit2121
1251 = [up to date] testcommit2122 -> origin/testcommit2122
1252 = [up to date] testcommit2123 -> origin/testcommit2123
1253 = [up to date] testcommit2124 -> origin/testcommit2124
1254 = [up to date] testcommit2125 -> origin/testcommit2125
1255 = [up to date] testcommit2126 -> origin/testcommit2126
1256 = [up to date] testcommit2127 -> origin/testcommit2127
1257 = [up to date] testcommit2128 -> origin/testcommit2128
1258 = [up to date] testcommit2129 -> origin/testcommit2129
1259 = [up to date] testcommit213 -> origin/testcommit213
1260 = [up to date] testcommit2130 -> origin/testcommit2130
1261 = [up to date] testcommit2131 -> origin/testcommit2131
1262 = [up to date] testcommit2132 -> origin/testcommit2132
1263 = [up to date] testcommit2133 -> origin/testcommit2133
1264 = [up to date] testcommit2134 -> origin/testcommit2134
1265 = [up to date] testcommit2135 -> origin/testcommit2135
1266 = [up to date] testcommit2136 -> origin/testcommit2136
1267 = [up to date] testcommit2137 -> origin/testcommit2137
1268 = [up to date] testcommit2138 -> origin/testcommit2138
1269 = [up to date] testcommit2139 -> origin/testcommit2139
1270 = [up to date] testcommit214 -> origin/testcommit214
1271 = [up to date] testcommit2140 -> origin/testcommit2140
1272 = [up to date] testcommit2141 -> origin/testcommit2141
1273 = [up to date] testcommit2142 -> origin/testcommit2142
1274 = [up to date] testcommit2143 -> origin/testcommit2143
1275 = [up to date] testcommit2144 -> origin/testcommit2144
1276 = [up to date] testcommit2145 -> origin/testcommit2145
1277 = [up to date] testcommit2146 -> origin/testcommit2146
1278 = [up to date] testcommit2147 -> origin/testcommit2147
1279 = [up to date] testcommit2148 -> origin/testcommit2148
1280 = [up to date] testcommit2149 -> origin/testcommit2149
1281 = [up to date] testcommit215 -> origin/testcommit215
1282 = [up to date] testcommit2150 -> origin/testcommit2150
1283 = [up to date] testcommit2151 -> origin/testcommit2151
1284 = [up to date] testcommit2152 -> origin/testcommit2152
1285 = [up to date] testcommit2153 -> origin/testcommit2153
1286 = [up to date] testcommit2154 -> origin/testcommit2154
1287 = [up to date] testcommit2155 -> origin/testcommit2155
1288 = [up to date] testcommit2156 -> origin/testcommit2156
1289 = [up to date] testcommit2157 -> origin/testcommit2157
1290 = [up to date] testcommit2158 -> origin/testcommit2158
1291 = [up to date] testcommit2159 -> origin/testcommit2159
1292 = [up to date] testcommit216 -> origin/testcommit216
1293 = [up to date] testcommit2160 -> origin/testcommit2160
1294 = [up to date] testcommit2161 -> origin/testcommit2161
1295 = [up to date] testcommit2162 -> origin/testcommit2162
1296 = [up to date] testcommit2163 -> origin/testcommit2163
1297 = [up to date] testcommit2164 -> origin/testcommit2164
1298 = [up to date] testcommit2165 -> origin/testcommit2165
1299 = [up to date] testcommit2166 -> origin/testcommit2166
1300 = [up to date] testcommit2167 -> origin/testcommit2167
1301 = [up to date] testcommit2168 -> origin/testcommit2168
1302 = [up to date] testcommit2169 -> origin/testcommit2169
1303 = [up to date] testcommit217 -> origin/testcommit217
1304 = [up to date] testcommit2170 -> origin/testcommit2170
1305 = [up to date] testcommit2171 -> origin/testcommit2171
1306 = [up to date] testcommit2172 -> origin/testcommit2172
1307 = [up to date] testcommit2173 -> origin/testcommit2173
1308 = [up to date] testcommit2174 -> origin/testcommit2174
1309 = [up to date] testcommit2175 -> origin/testcommit2175
1310 = [up to date] testcommit2176 -> origin/testcommit2176
1311 = [up to date] testcommit2177 -> origin/testcommit2177
1312 = [up to date] testcommit2178 -> origin/testcommit2178
1313 = [up to date] testcommit2179 -> origin/testcommit2179
1314 = [up to date] testcommit218 -> origin/testcommit218
1315 = [up to date] testcommit2180 -> origin/testcommit2180
1316 = [up to date] testcommit2181 -> origin/testcommit2181
1317 = [up to date] testcommit2182 -> origin/testcommit2182
1318 = [up to date] testcommit2183 -> origin/testcommit2183
1319 = [up to date] testcommit2184 -> origin/testcommit2184
1320 = [up to date] testcommit2185 -> origin/testcommit2185
1321 = [up to date] testcommit2186 -> origin/testcommit2186
1322 = [up to date] testcommit2187 -> origin/testcommit2187
1323 = [up to date] testcommit2188 -> origin/testcommit2188
1324 = [up to date] testcommit2189 -> origin/testcommit2189
1325 = [up to date] testcommit219 -> origin/testcommit219
1326 = [up to date] testcommit2190 -> origin/testcommit2190
1327 = [up to date] testcommit2191 -> origin/testcommit2191
1328 = [up to date] testcommit2192 -> origin/testcommit2192
1329 = [up to date] testcommit2193 -> origin/testcommit2193
1330 = [up to date] testcommit2194 -> origin/testcommit2194
1331 = [up to date] testcommit2195 -> origin/testcommit2195
1332 = [up to date] testcommit2196 -> origin/testcommit2196
1333 = [up to date] testcommit2197 -> origin/testcommit2197
1334 = [up to date] testcommit2198 -> origin/testcommit2198
1335 = [up to date] testcommit2199 -> origin/testcommit2199
1336 = [up to date] testcommit22 -> origin/testcommit22
1337 = [up to date] testcommit220 -> origin/testcommit220
1338 = [up to date] testcommit2200 -> origin/testcommit2200
1339 = [up to date] testcommit2201 -> origin/testcommit2201
1340 = [up to date] testcommit2202 -> origin/testcommit2202
1341 = [up to date] testcommit2203 -> origin/testcommit2203
1342 = [up to date] testcommit2204 -> origin/testcommit2204
1343 = [up to date] testcommit2205 -> origin/testcommit2205
1344 = [up to date] testcommit2206 -> origin/testcommit2206
1345 = [up to date] testcommit2207 -> origin/testcommit2207
1346 = [up to date] testcommit2208 -> origin/testcommit2208
1347 = [up to date] testcommit2209 -> origin/testcommit2209
1348 = [up to date] testcommit221 -> origin/testcommit221
1349 = [up to date] testcommit2210 -> origin/testcommit2210
1350 = [up to date] testcommit2211 -> origin/testcommit2211
1351 = [up to date] testcommit2212 -> origin/testcommit2212
1352 = [up to date] testcommit2213 -> origin/testcommit2213
1353 = [up to date] testcommit2214 -> origin/testcommit2214
1354 = [up to date] testcommit2215 -> origin/testcommit2215
1355 = [up to date] testcommit2216 -> origin/testcommit2216
1356 = [up to date] testcommit2217 -> origin/testcommit2217
1357 = [up to date] testcommit2218 -> origin/testcommit2218
1358 = [up to date] testcommit2219 -> origin/testcommit2219
1359 = [up to date] testcommit222 -> origin/testcommit222
1360 = [up to date] testcommit2220 -> origin/testcommit2220
1361 = [up to date] testcommit2221 -> origin/testcommit2221
1362 = [up to date] testcommit2222 -> origin/testcommit2222
1363 = [up to date] testcommit2223 -> origin/testcommit2223
1364 = [up to date] testcommit2224 -> origin/testcommit2224
1365 = [up to date] testcommit2225 -> origin/testcommit2225
1366 = [up to date] testcommit2226 -> origin/testcommit2226
1367 = [up to date] testcommit2227 -> origin/testcommit2227
1368 = [up to date] testcommit2228 -> origin/testcommit2228
1369 = [up to date] testcommit2229 -> origin/testcommit2229
1370 = [up to date] testcommit223 -> origin/testcommit223
1371 = [up to date] testcommit2230 -> origin/testcommit2230
1372 = [up to date] testcommit2231 -> origin/testcommit2231
1373 = [up to date] testcommit2232 -> origin/testcommit2232
1374 = [up to date] testcommit2233 -> origin/testcommit2233
1375 = [up to date] testcommit2234 -> origin/testcommit2234
1376 = [up to date] testcommit2235 -> origin/testcommit2235
1377 = [up to date] testcommit2236 -> origin/testcommit2236
1378 = [up to date] testcommit2237 -> origin/testcommit2237
1379 = [up to date] testcommit2238 -> origin/testcommit2238
1380 = [up to date] testcommit2239 -> origin/testcommit2239
1381 = [up to date] testcommit224 -> origin/testcommit224
1382 = [up to date] testcommit2240 -> origin/testcommit2240
1383 = [up to date] testcommit2241 -> origin/testcommit2241
1384 = [up to date] testcommit2242 -> origin/testcommit2242
1385 = [up to date] testcommit2243 -> origin/testcommit2243
1386 = [up to date] testcommit2244 -> origin/testcommit2244
1387 = [up to date] testcommit2245 -> origin/testcommit2245
1388 = [up to date] testcommit2246 -> origin/testcommit2246
1389 = [up to date] testcommit2247 -> origin/testcommit2247
1390 = [up to date] testcommit2248 -> origin/testcommit2248
1391 = [up to date] testcommit2249 -> origin/testcommit2249
1392 = [up to date] testcommit225 -> origin/testcommit225
1393 = [up to date] testcommit2250 -> origin/testcommit2250
1394 = [up to date] testcommit2251 -> origin/testcommit2251
1395 = [up to date] testcommit2252 -> origin/testcommit2252
1396 = [up to date] testcommit2253 -> origin/testcommit2253
1397 = [up to date] testcommit2254 -> origin/testcommit2254
1398 = [up to date] testcommit2255 -> origin/testcommit2255
1399 = [up to date] testcommit2256 -> origin/testcommit2256
1400 = [up to date] testcommit2257 -> origin/testcommit2257
1401 = [up to date] testcommit2258 -> origin/testcommit2258
1402 = [up to date] testcommit2259 -> origin/testcommit2259
1403 = [up to date] testcommit226 -> origin/testcommit226
1404 = [up to date] testcommit2260 -> origin/testcommit2260
1405 = [up to date] testcommit2261 -> origin/testcommit2261
1406 = [up to date] testcommit2262 -> origin/testcommit2262
1407 = [up to date] testcommit2263 -> origin/testcommit2263
1408 = [up to date] testcommit2264 -> origin/testcommit2264
1409 = [up to date] testcommit2265 -> origin/testcommit2265
1410 = [up to date] testcommit2266 -> origin/testcommit2266
1411 = [up to date] testcommit2267 -> origin/testcommit2267
1412 = [up to date] testcommit2268 -> origin/testcommit2268
1413 = [up to date] testcommit2269 -> origin/testcommit2269
1414 = [up to date] testcommit227 -> origin/testcommit227
1415 = [up to date] testcommit2270 -> origin/testcommit2270
1416 = [up to date] testcommit2271 -> origin/testcommit2271
1417 = [up to date] testcommit2272 -> origin/testcommit2272
1418 = [up to date] testcommit2273 -> origin/testcommit2273
1419 = [up to date] testcommit2274 -> origin/testcommit2274
1420 = [up to date] testcommit2275 -> origin/testcommit2275
1421 = [up to date] testcommit2276 -> origin/testcommit2276
1422 = [up to date] testcommit2277 -> origin/testcommit2277
1423 = [up to date] testcommit2278 -> origin/testcommit2278
1424 = [up to date] testcommit2279 -> origin/testcommit2279
1425 = [up to date] testcommit228 -> origin/testcommit228
1426 = [up to date] testcommit2280 -> origin/testcommit2280
1427 = [up to date] testcommit2281 -> origin/testcommit2281
1428 = [up to date] testcommit2282 -> origin/testcommit2282
1429 = [up to date] testcommit2283 -> origin/testcommit2283
1430 = [up to date] testcommit2284 -> origin/testcommit2284
1431 = [up to date] testcommit2285 -> origin/testcommit2285
1432 = [up to date] testcommit2286 -> origin/testcommit2286
1433 = [up to date] testcommit2287 -> origin/testcommit2287
1434 = [up to date] testcommit2288 -> origin/testcommit2288
1435 = [up to date] testcommit2289 -> origin/testcommit2289
1436 = [up to date] testcommit229 -> origin/testcommit229
1437 = [up to date] testcommit2290 -> origin/testcommit2290
1438 = [up to date] testcommit2291 -> origin/testcommit2291
1439 = [up to date] testcommit2292 -> origin/testcommit2292
1440 = [up to date] testcommit2293 -> origin/testcommit2293
1441 = [up to date] testcommit2294 -> origin/testcommit2294
1442 = [up to date] testcommit2295 -> origin/testcommit2295
1443 = [up to date] testcommit2296 -> origin/testcommit2296
1444 = [up to date] testcommit2297 -> origin/testcommit2297
1445 = [up to date] testcommit2298 -> origin/testcommit2298
1446 = [up to date] testcommit2299 -> origin/testcommit2299
1447 = [up to date] testcommit23 -> origin/testcommit23
1448 = [up to date] testcommit230 -> origin/testcommit230
1449 = [up to date] testcommit2300 -> origin/testcommit2300
1450 = [up to date] testcommit2301 -> origin/testcommit2301
1451 = [up to date] testcommit2302 -> origin/testcommit2302
1452 = [up to date] testcommit2303 -> origin/testcommit2303
1453 = [up to date] testcommit2304 -> origin/testcommit2304
1454 = [up to date] testcommit2305 -> origin/testcommit2305
1455 = [up to date] testcommit2306 -> origin/testcommit2306
1456 = [up to date] testcommit2307 -> origin/testcommit2307
1457 = [up to date] testcommit2308 -> origin/testcommit2308
1458 = [up to date] testcommit2309 -> origin/testcommit2309
1459 = [up to date] testcommit231 -> origin/testcommit231
1460 = [up to date] testcommit2310 -> origin/testcommit2310
1461 = [up to date] testcommit2311 -> origin/testcommit2311
1462 = [up to date] testcommit2312 -> origin/testcommit2312
1463 = [up to date] testcommit2313 -> origin/testcommit2313
1464 = [up to date] testcommit2314 -> origin/testcommit2314
1465 = [up to date] testcommit2315 -> origin/testcommit2315
1466 = [up to date] testcommit2316 -> origin/testcommit2316
1467 = [up to date] testcommit2317 -> origin/testcommit2317
1468 = [up to date] testcommit2318 -> origin/testcommit2318
1469 = [up to date] testcommit2319 -> origin/testcommit2319
1470 = [up to date] testcommit232 -> origin/testcommit232
1471 = [up to date] testcommit2320 -> origin/testcommit2320
1472 = [up to date] testcommit2321 -> origin/testcommit2321
1473 = [up to date] testcommit2322 -> origin/testcommit2322
1474 = [up to date] testcommit2323 -> origin/testcommit2323
1475 = [up to date] testcommit2324 -> origin/testcommit2324
1476 = [up to date] testcommit2325 -> origin/testcommit2325
1477 = [up to date] testcommit2326 -> origin/testcommit2326
1478 = [up to date] testcommit2327 -> origin/testcommit2327
1479 = [up to date] testcommit2328 -> origin/testcommit2328
1480 = [up to date] testcommit2329 -> origin/testcommit2329
1481 = [up to date] testcommit233 -> origin/testcommit233
1482 = [up to date] testcommit2330 -> origin/testcommit2330
1483 = [up to date] testcommit2331 -> origin/testcommit2331
1484 = [up to date] testcommit2332 -> origin/testcommit2332
1485 = [up to date] testcommit2333 -> origin/testcommit2333
1486 = [up to date] testcommit2334 -> origin/testcommit2334
1487 = [up to date] testcommit2335 -> origin/testcommit2335
1488 = [up to date] testcommit2336 -> origin/testcommit2336
1489 = [up to date] testcommit2337 -> origin/testcommit2337
1490 = [up to date] testcommit2338 -> origin/testcommit2338
1491 = [up to date] testcommit2339 -> origin/testcommit2339
1492 = [up to date] testcommit234 -> origin/testcommit234
1493 = [up to date] testcommit2340 -> origin/testcommit2340
1494 = [up to date] testcommit2341 -> origin/testcommit2341
1495 = [up to date] testcommit2342 -> origin/testcommit2342
1496 = [up to date] testcommit2343 -> origin/testcommit2343
1497 = [up to date] testcommit2344 -> origin/testcommit2344
1498 = [up to date] testcommit2345 -> origin/testcommit2345
1499 = [up to date] testcommit2346 -> origin/testcommit2346
1500 = [up to date] testcommit2347 -> origin/testcommit2347
1501 = [up to date] testcommit2348 -> origin/testcommit2348
1502 = [up to date] testcommit2349 -> origin/testcommit2349
1503 = [up to date] testcommit235 -> origin/testcommit235
1504 = [up to date] testcommit2350 -> origin/testcommit2350
1505 = [up to date] testcommit2351 -> origin/testcommit2351
1506 = [up to date] testcommit2352 -> origin/testcommit2352
1507 = [up to date] testcommit2353 -> origin/testcommit2353
1508 = [up to date] testcommit2354 -> origin/testcommit2354
1509 = [up to date] testcommit2355 -> origin/testcommit2355
1510 = [up to date] testcommit2356 -> origin/testcommit2356
1511 = [up to date] testcommit2357 -> origin/testcommit2357
1512 = [up to date] testcommit2358 -> origin/testcommit2358
1513 = [up to date] testcommit2359 -> origin/testcommit2359
1514 = [up to date] testcommit236 -> origin/testcommit236
1515 = [up to date] testcommit2360 -> origin/testcommit2360
1516 = [up to date] testcommit2361 -> origin/testcommit2361
1517 = [up to date] testcommit2362 -> origin/testcommit2362
1518 = [up to date] testcommit2363 -> origin/testcommit2363
1519 = [up to date] testcommit2364 -> origin/testcommit2364
1520 = [up to date] testcommit2365 -> origin/testcommit2365
1521 = [up to date] testcommit2366 -> origin/testcommit2366
1522 = [up to date] testcommit2367 -> origin/testcommit2367
1523 = [up to date] testcommit2368 -> origin/testcommit2368
1524 = [up to date] testcommit2369 -> origin/testcommit2369
1525 = [up to date] testcommit237 -> origin/testcommit237
1526 = [up to date] testcommit2370 -> origin/testcommit2370
1527 = [up to date] testcommit2371 -> origin/testcommit2371
1528 = [up to date] testcommit2372 -> origin/testcommit2372
1529 = [up to date] testcommit2373 -> origin/testcommit2373
1530 = [up to date] testcommit2374 -> origin/testcommit2374
1531 = [up to date] testcommit2375 -> origin/testcommit2375
1532 = [up to date] testcommit2376 -> origin/testcommit2376
1533 = [up to date] testcommit2377 -> origin/testcommit2377
1534 = [up to date] testcommit2378 -> origin/testcommit2378
1535 = [up to date] testcommit2379 -> origin/testcommit2379
1536 = [up to date] testcommit238 -> origin/testcommit238
1537 = [up to date] testcommit2380 -> origin/testcommit2380
1538 = [up to date] testcommit2381 -> origin/testcommit2381
1539 = [up to date] testcommit2382 -> origin/testcommit2382
1540 = [up to date] testcommit2383 -> origin/testcommit2383
1541 = [up to date] testcommit2384 -> origin/testcommit2384
1542 = [up to date] testcommit2385 -> origin/testcommit2385
1543 = [up to date] testcommit2386 -> origin/testcommit2386
1544 = [up to date] testcommit2387 -> origin/testcommit2387
1545 = [up to date] testcommit2388 -> origin/testcommit2388
1546 = [up to date] testcommit2389 -> origin/testcommit2389
1547 = [up to date] testcommit239 -> origin/testcommit239
1548 = [up to date] testcommit2390 -> origin/testcommit2390
1549 = [up to date] testcommit2391 -> origin/testcommit2391
1550 = [up to date] testcommit2392 -> origin/testcommit2392
1551 = [up to date] testcommit2393 -> origin/testcommit2393
1552 = [up to date] testcommit2394 -> origin/testcommit2394
1553 = [up to date] testcommit2395 -> origin/testcommit2395
1554 = [up to date] testcommit2396 -> origin/testcommit2396
1555 = [up to date] testcommit2397 -> origin/testcommit2397
1556 = [up to date] testcommit2398 -> origin/testcommit2398
1557 = [up to date] testcommit2399 -> origin/testcommit2399
1558 = [up to date] testcommit24 -> origin/testcommit24
1559 = [up to date] testcommit240 -> origin/testcommit240
1560 = [up to date] testcommit2400 -> origin/testcommit2400
1561 = [up to date] testcommit2401 -> origin/testcommit2401
1562 = [up to date] testcommit2402 -> origin/testcommit2402
1563 = [up to date] testcommit2403 -> origin/testcommit2403
1564 = [up to date] testcommit2404 -> origin/testcommit2404
1565 = [up to date] testcommit2405 -> origin/testcommit2405
1566 = [up to date] testcommit2406 -> origin/testcommit2406
1567 = [up to date] testcommit2407 -> origin/testcommit2407
1568 = [up to date] testcommit2408 -> origin/testcommit2408
1569 = [up to date] testcommit2409 -> origin/testcommit2409
1570 = [up to date] testcommit241 -> origin/testcommit241
1571 = [up to date] testcommit2410 -> origin/testcommit2410
1572 = [up to date] testcommit2411 -> origin/testcommit2411
1573 = [up to date] testcommit2412 -> origin/testcommit2412
1574 = [up to date] testcommit2413 -> origin/testcommit2413
1575 = [up to date] testcommit2414 -> origin/testcommit2414
1576 = [up to date] testcommit2415 -> origin/testcommit2415
1577 = [up to date] testcommit2416 -> origin/testcommit2416
1578 = [up to date] testcommit2417 -> origin/testcommit2417
1579 = [up to date] testcommit2418 -> origin/testcommit2418
1580 = [up to date] testcommit2419 -> origin/testcommit2419
1581 = [up to date] testcommit242 -> origin/testcommit242
1582 = [up to date] testcommit2420 -> origin/testcommit2420
1583 = [up to date] testcommit2421 -> origin/testcommit2421
1584 = [up to date] testcommit2422 -> origin/testcommit2422
1585 = [up to date] testcommit2423 -> origin/testcommit2423
1586 = [up to date] testcommit2424 -> origin/testcommit2424
1587 = [up to date] testcommit2425 -> origin/testcommit2425
1588 = [up to date] testcommit2426 -> origin/testcommit2426
1589 = [up to date] testcommit2427 -> origin/testcommit2427
1590 = [up to date] testcommit2428 -> origin/testcommit2428
1591 = [up to date] testcommit2429 -> origin/testcommit2429
1592 = [up to date] testcommit243 -> origin/testcommit243
1593 = [up to date] testcommit2430 -> origin/testcommit2430
1594 = [up to date] testcommit2431 -> origin/testcommit2431
1595 = [up to date] testcommit2432 -> origin/testcommit2432
1596 = [up to date] testcommit2433 -> origin/testcommit2433
1597 = [up to date] testcommit2434 -> origin/testcommit2434
1598 = [up to date] testcommit2435 -> origin/testcommit2435
1599 = [up to date] testcommit2436 -> origin/testcommit2436
1600 = [up to date] testcommit2437 -> origin/testcommit2437
1601 = [up to date] testcommit2438 -> origin/testcommit2438
1602 = [up to date] testcommit2439 -> origin/testcommit2439
1603 = [up to date] testcommit244 -> origin/testcommit244
1604 = [up to date] testcommit2440 -> origin/testcommit2440
1605 = [up to date] testcommit2441 -> origin/testcommit2441
1606 = [up to date] testcommit2442 -> origin/testcommit2442
1607 = [up to date] testcommit2443 -> origin/testcommit2443
1608 = [up to date] testcommit2444 -> origin/testcommit2444
1609 = [up to date] testcommit2445 -> origin/testcommit2445
1610 = [up to date] testcommit2446 -> origin/testcommit2446
1611 = [up to date] testcommit2447 -> origin/testcommit2447
1612 = [up to date] testcommit2448 -> origin/testcommit2448
1613 = [up to date] testcommit2449 -> origin/testcommit2449
1614 = [up to date] testcommit245 -> origin/testcommit245
1615 = [up to date] testcommit2450 -> origin/testcommit2450
1616 = [up to date] testcommit2451 -> origin/testcommit2451
1617 = [up to date] testcommit2452 -> origin/testcommit2452
1618 = [up to date] testcommit2453 -> origin/testcommit2453
1619 = [up to date] testcommit2454 -> origin/testcommit2454
1620 = [up to date] testcommit2455 -> origin/testcommit2455
1621 = [up to date] testcommit2456 -> origin/testcommit2456
1622 = [up to date] testcommit2457 -> origin/testcommit2457
1623 = [up to date] testcommit2458 -> origin/testcommit2458
1624 = [up to date] testcommit2459 -> origin/testcommit2459
1625 = [up to date] testcommit246 -> origin/testcommit246
1626 = [up to date] testcommit2460 -> origin/testcommit2460
1627 = [up to date] testcommit2461 -> origin/testcommit2461
1628 = [up to date] testcommit2462 -> origin/testcommit2462
1629 = [up to date] testcommit2463 -> origin/testcommit2463
1630 = [up to date] testcommit2464 -> origin/testcommit2464
1631 = [up to date] testcommit2465 -> origin/testcommit2465
1632 = [up to date] testcommit2466 -> origin/testcommit2466
1633 = [up to date] testcommit2467 -> origin/testcommit2467
1634 = [up to date] testcommit2468 -> origin/testcommit2468
1635 = [up to date] testcommit2469 -> origin/testcommit2469
1636 = [up to date] testcommit247 -> origin/testcommit247
1637 = [up to date] testcommit2470 -> origin/testcommit2470
1638 = [up to date] testcommit2471 -> origin/testcommit2471
1639 = [up to date] testcommit2472 -> origin/testcommit2472
1640 = [up to date] testcommit2473 -> origin/testcommit2473
1641 = [up to date] testcommit2474 -> origin/testcommit2474
1642 = [up to date] testcommit2475 -> origin/testcommit2475
1643 = [up to date] testcommit2476 -> origin/testcommit2476
1644 = [up to date] testcommit2477 -> origin/testcommit2477
1645 = [up to date] testcommit2478 -> origin/testcommit2478
1646 = [up to date] testcommit2479 -> origin/testcommit2479
1647 = [up to date] testcommit248 -> origin/testcommit248
1648 = [up to date] testcommit2480 -> origin/testcommit2480
1649 = [up to date] testcommit2481 -> origin/testcommit2481
1650 = [up to date] testcommit2482 -> origin/testcommit2482
1651 = [up to date] testcommit2483 -> origin/testcommit2483
1652 = [up to date] testcommit2484 -> origin/testcommit2484
1653 = [up to date] testcommit2485 -> origin/testcommit2485
1654 = [up to date] testcommit2486 -> origin/testcommit2486
1655 = [up to date] testcommit2487 -> origin/testcommit2487
1656 = [up to date] testcommit2488 -> origin/testcommit2488
1657 = [up to date] testcommit2489 -> origin/testcommit2489
1658 = [up to date] testcommit249 -> origin/testcommit249
1659 = [up to date] testcommit2490 -> origin/testcommit2490
1660 = [up to date] testcommit2491 -> origin/testcommit2491
1661 = [up to date] testcommit2492 -> origin/testcommit2492
1662 = [up to date] testcommit2493 -> origin/testcommit2493
1663 = [up to date] testcommit2494 -> origin/testcommit2494
1664 = [up to date] testcommit2495 -> origin/testcommit2495
1665 = [up to date] testcommit2496 -> origin/testcommit2496
1666 = [up to date] testcommit2497 -> origin/testcommit2497
1667 = [up to date] testcommit2498 -> origin/testcommit2498
1668 = [up to date] testcommit2499 -> origin/testcommit2499
1669 = [up to date] testcommit25 -> origin/testcommit25
1670 = [up to date] testcommit250 -> origin/testcommit250
1671 = [up to date] testcommit2500 -> origin/testcommit2500
1672 = [up to date] testcommit2501 -> origin/testcommit2501
1673 = [up to date] testcommit2502 -> origin/testcommit2502
1674 = [up to date] testcommit2503 -> origin/testcommit2503
1675 = [up to date] testcommit2504 -> origin/testcommit2504
1676 = [up to date] testcommit2505 -> origin/testcommit2505
1677 = [up to date] testcommit2506 -> origin/testcommit2506
1678 = [up to date] testcommit2507 -> origin/testcommit2507
1679 = [up to date] testcommit2508 -> origin/testcommit2508
1680 = [up to date] testcommit2509 -> origin/testcommit2509
1681 = [up to date] testcommit251 -> origin/testcommit251
1682 = [up to date] testcommit2510 -> origin/testcommit2510
1683 = [up to date] testcommit2511 -> origin/testcommit2511
1684 = [up to date] testcommit2512 -> origin/testcommit2512
1685 = [up to date] testcommit2513 -> origin/testcommit2513
1686 = [up to date] testcommit2514 -> origin/testcommit2514
1687 = [up to date] testcommit2515 -> origin/testcommit2515
1688 = [up to date] testcommit2516 -> origin/testcommit2516
1689 = [up to date] testcommit2517 -> origin/testcommit2517
1690 = [up to date] testcommit2518 -> origin/testcommit2518
1691 = [up to date] testcommit2519 -> origin/testcommit2519
1692 = [up to date] testcommit252 -> origin/testcommit252
1693 = [up to date] testcommit2520 -> origin/testcommit2520
1694 = [up to date] testcommit2521 -> origin/testcommit2521
1695 = [up to date] testcommit2522 -> origin/testcommit2522
1696 = [up to date] testcommit2523 -> origin/testcommit2523
1697 = [up to date] testcommit2524 -> origin/testcommit2524
1698 = [up to date] testcommit2525 -> origin/testcommit2525
1699 = [up to date] testcommit2526 -> origin/testcommit2526
1700 = [up to date] testcommit2527 -> origin/testcommit2527
1701 = [up to date] testcommit2528 -> origin/testcommit2528
1702 = [up to date] testcommit2529 -> origin/testcommit2529
1703 = [up to date] testcommit253 -> origin/testcommit253
1704 = [up to date] testcommit2530 -> origin/testcommit2530
1705 = [up to date] testcommit2531 -> origin/testcommit2531
1706 = [up to date] testcommit2532 -> origin/testcommit2532
1707 = [up to date] testcommit2533 -> origin/testcommit2533
1708 = [up to date] testcommit2534 -> origin/testcommit2534
1709 = [up to date] testcommit2535 -> origin/testcommit2535
1710 = [up to date] testcommit2536 -> origin/testcommit2536
1711 = [up to date] testcommit2537 -> origin/testcommit2537
1712 = [up to date] testcommit2538 -> origin/testcommit2538
1713 = [up to date] testcommit2539 -> origin/testcommit2539
1714 = [up to date] testcommit254 -> origin/testcommit254
1715 = [up to date] testcommit2540 -> origin/testcommit2540
1716 = [up to date] testcommit2541 -> origin/testcommit2541
1717 = [up to date] testcommit2542 -> origin/testcommit2542
1718 = [up to date] testcommit2543 -> origin/testcommit2543
1719 = [up to date] testcommit2544 -> origin/testcommit2544
1720 = [up to date] testcommit2545 -> origin/testcommit2545
1721 = [up to date] testcommit2546 -> origin/testcommit2546
1722 = [up to date] testcommit2547 -> origin/testcommit2547
1723 = [up to date] testcommit2548 -> origin/testcommit2548
1724 = [up to date] testcommit2549 -> origin/testcommit2549
1725 = [up to date] testcommit255 -> origin/testcommit255
1726 = [up to date] testcommit2550 -> origin/testcommit2550
1727 = [up to date] testcommit2551 -> origin/testcommit2551
1728 = [up to date] testcommit2552 -> origin/testcommit2552
1729 = [up to date] testcommit2553 -> origin/testcommit2553
1730 = [up to date] testcommit2554 -> origin/testcommit2554
1731 = [up to date] testcommit2555 -> origin/testcommit2555
1732 = [up to date] testcommit2556 -> origin/testcommit2556
1733 = [up to date] testcommit2557 -> origin/testcommit2557
1734 = [up to date] testcommit2558 -> origin/testcommit2558
1735 = [up to date] testcommit2559 -> origin/testcommit2559
1736 = [up to date] testcommit256 -> origin/testcommit256
1737 = [up to date] testcommit2560 -> origin/testcommit2560
1738 = [up to date] testcommit2561 -> origin/testcommit2561
1739 = [up to date] testcommit2562 -> origin/testcommit2562
1740 = [up to date] testcommit2563 -> origin/testcommit2563
1741 = [up to date] testcommit2564 -> origin/testcommit2564
1742 = [up to date] testcommit2565 -> origin/testcommit2565
1743 = [up to date] testcommit2566 -> origin/testcommit2566
1744 = [up to date] testcommit2567 -> origin/testcommit2567
1745 = [up to date] testcommit2568 -> origin/testcommit2568
1746 = [up to date] testcommit2569 -> origin/testcommit2569
1747 = [up to date] testcommit257 -> origin/testcommit257
1748 = [up to date] testcommit2570 -> origin/testcommit2570
1749 = [up to date] testcommit2571 -> origin/testcommit2571
1750 = [up to date] testcommit2572 -> origin/testcommit2572
1751 = [up to date] testcommit2573 -> origin/testcommit2573
1752 = [up to date] testcommit2574 -> origin/testcommit2574
1753 = [up to date] testcommit2575 -> origin/testcommit2575
1754 = [up to date] testcommit2576 -> origin/testcommit2576
1755 = [up to date] testcommit2577 -> origin/testcommit2577
1756 = [up to date] testcommit2578 -> origin/testcommit2578
1757 = [up to date] testcommit2579 -> origin/testcommit2579
1758 = [up to date] testcommit258 -> origin/testcommit258
1759 = [up to date] testcommit2580 -> origin/testcommit2580
1760 = [up to date] testcommit2581 -> origin/testcommit2581
1761 = [up to date] testcommit2582 -> origin/testcommit2582
1762 = [up to date] testcommit2583 -> origin/testcommit2583
1763 = [up to date] testcommit2584 -> origin/testcommit2584
1764 = [up to date] testcommit2585 -> origin/testcommit2585
1765 = [up to date] testcommit2586 -> origin/testcommit2586
1766 = [up to date] testcommit2587 -> origin/testcommit2587
1767 = [up to date] testcommit2588 -> origin/testcommit2588
1768 = [up to date] testcommit2589 -> origin/testcommit2589
1769 = [up to date] testcommit259 -> origin/testcommit259
1770 = [up to date] testcommit2590 -> origin/testcommit2590
1771 = [up to date] testcommit2591 -> origin/testcommit2591
1772 = [up to date] testcommit2592 -> origin/testcommit2592
1773 = [up to date] testcommit2593 -> origin/testcommit2593
1774 = [up to date] testcommit2594 -> origin/testcommit2594
1775 = [up to date] testcommit2595 -> origin/testcommit2595
1776 = [up to date] testcommit2596 -> origin/testcommit2596
1777 = [up to date] testcommit2597 -> origin/testcommit2597
1778 = [up to date] testcommit2598 -> origin/testcommit2598
1779 = [up to date] testcommit2599 -> origin/testcommit2599
1780 = [up to date] testcommit26 -> origin/testcommit26
1781 = [up to date] testcommit260 -> origin/testcommit260
1782 = [up to date] testcommit2600 -> origin/testcommit2600
1783 = [up to date] testcommit2601 -> origin/testcommit2601
1784 = [up to date] testcommit2602 -> origin/testcommit2602
1785 = [up to date] testcommit2603 -> origin/testcommit2603
1786 = [up to date] testcommit2604 -> origin/testcommit2604
1787 = [up to date] testcommit2605 -> origin/testcommit2605
1788 = [up to date] testcommit2606 -> origin/testcommit2606
1789 = [up to date] testcommit2607 -> origin/testcommit2607
1790 = [up to date] testcommit2608 -> origin/testcommit2608
1791 = [up to date] testcommit2609 -> origin/testcommit2609
1792 = [up to date] testcommit261 -> origin/testcommit261
1793 = [up to date] testcommit2610 -> origin/testcommit2610
1794 = [up to date] testcommit2611 -> origin/testcommit2611
1795 = [up to date] testcommit2612 -> origin/testcommit2612
1796 = [up to date] testcommit2613 -> origin/testcommit2613
1797 = [up to date] testcommit2614 -> origin/testcommit2614
1798 = [up to date] testcommit2615 -> origin/testcommit2615
1799 = [up to date] testcommit2616 -> origin/testcommit2616
1800 = [up to date] testcommit2617 -> origin/testcommit2617
1801 = [up to date] testcommit2618 -> origin/testcommit2618
1802 = [up to date] testcommit2619 -> origin/testcommit2619
1803 = [up to date] testcommit262 -> origin/testcommit262
1804 = [up to date] testcommit2620 -> origin/testcommit2620
1805 = [up to date] testcommit2621 -> origin/testcommit2621
1806 = [up to date] testcommit2622 -> origin/testcommit2622
1807 = [up to date] testcommit2623 -> origin/testcommit2623
1808 = [up to date] testcommit2624 -> origin/testcommit2624
1809 = [up to date] testcommit2625 -> origin/testcommit2625
1810 = [up to date] testcommit2626 -> origin/testcommit2626
1811 = [up to date] testcommit2627 -> origin/testcommit2627
1812 = [up to date] testcommit2628 -> origin/testcommit2628
1813 = [up to date] testcommit2629 -> origin/testcommit2629
1814 = [up to date] testcommit263 -> origin/testcommit263
1815 = [up to date] testcommit2630 -> origin/testcommit2630
1816 = [up to date] testcommit2631 -> origin/testcommit2631
1817 = [up to date] testcommit2632 -> origin/testcommit2632
1818 = [up to date] testcommit2633 -> origin/testcommit2633
1819 = [up to date] testcommit2634 -> origin/testcommit2634
1820 = [up to date] testcommit2635 -> origin/testcommit2635
1821 = [up to date] testcommit2636 -> origin/testcommit2636
1822 = [up to date] testcommit2637 -> origin/testcommit2637
1823 = [up to date] testcommit2638 -> origin/testcommit2638
1824 = [up to date] testcommit2639 -> origin/testcommit2639
1825 = [up to date] testcommit264 -> origin/testcommit264
1826 = [up to date] testcommit2640 -> origin/testcommit2640
1827 = [up to date] testcommit2641 -> origin/testcommit2641
1828 = [up to date] testcommit2642 -> origin/testcommit2642
1829 = [up to date] testcommit2643 -> origin/testcommit2643
1830 = [up to date] testcommit2644 -> origin/testcommit2644
1831 = [up to date] testcommit2645 -> origin/testcommit2645
1832 = [up to date] testcommit2646 -> origin/testcommit2646
1833 = [up to date] testcommit2647 -> origin/testcommit2647
1834 = [up to date] testcommit2648 -> origin/testcommit2648
1835 = [up to date] testcommit2649 -> origin/testcommit2649
1836 = [up to date] testcommit265 -> origin/testcommit265
1837 = [up to date] testcommit2650 -> origin/testcommit2650
1838 = [up to date] testcommit2651 -> origin/testcommit2651
1839 = [up to date] testcommit2652 -> origin/testcommit2652
1840 = [up to date] testcommit2653 -> origin/testcommit2653
1841 = [up to date] testcommit2654 -> origin/testcommit2654
1842 = [up to date] testcommit2655 -> origin/testcommit2655
1843 = [up to date] testcommit2656 -> origin/testcommit2656
1844 = [up to date] testcommit2657 -> origin/testcommit2657
1845 = [up to date] testcommit2658 -> origin/testcommit2658
1846 = [up to date] testcommit2659 -> origin/testcommit2659
1847 = [up to date] testcommit266 -> origin/testcommit266
1848 = [up to date] testcommit2660 -> origin/testcommit2660
1849 = [up to date] testcommit2661 -> origin/testcommit2661
1850 = [up to date] testcommit2662 -> origin/testcommit2662
1851 = [up to date] testcommit2663 -> origin/testcommit2663
1852 = [up to date] testcommit2664 -> origin/testcommit2664
1853 = [up to date] testcommit2665 -> origin/testcommit2665
1854 = [up to date] testcommit2666 -> origin/testcommit2666
1855 = [up to date] testcommit2667 -> origin/testcommit2667
1856 = [up to date] testcommit2668 -> origin/testcommit2668
1857 = [up to date] testcommit2669 -> origin/testcommit2669
1858 = [up to date] testcommit267 -> origin/testcommit267
1859 = [up to date] testcommit2670 -> origin/testcommit2670
1860 = [up to date] testcommit2671 -> origin/testcommit2671
1861 = [up to date] testcommit2672 -> origin/testcommit2672
1862 = [up to date] testcommit2673 -> origin/testcommit2673
1863 = [up to date] testcommit2674 -> origin/testcommit2674
1864 = [up to date] testcommit2675 -> origin/testcommit2675
1865 = [up to date] testcommit2676 -> origin/testcommit2676
1866 = [up to date] testcommit2677 -> origin/testcommit2677
1867 = [up to date] testcommit2678 -> origin/testcommit2678
1868 = [up to date] testcommit2679 -> origin/testcommit2679
1869 = [up to date] testcommit268 -> origin/testcommit268
1870 = [up to date] testcommit2680 -> origin/testcommit2680
1871 = [up to date] testcommit2681 -> origin/testcommit2681
1872 = [up to date] testcommit2682 -> origin/testcommit2682
1873 = [up to date] testcommit2683 -> origin/testcommit2683
1874 = [up to date] testcommit2684 -> origin/testcommit2684
1875 = [up to date] testcommit2685 -> origin/testcommit2685
1876 = [up to date] testcommit2686 -> origin/testcommit2686
1877 = [up to date] testcommit2687 -> origin/testcommit2687
1878 = [up to date] testcommit2688 -> origin/testcommit2688
1879 = [up to date] testcommit2689 -> origin/testcommit2689
1880 = [up to date] testcommit269 -> origin/testcommit269
1881 = [up to date] testcommit2690 -> origin/testcommit2690
1882 = [up to date] testcommit2691 -> origin/testcommit2691
1883 = [up to date] testcommit2692 -> origin/testcommit2692
1884 = [up to date] testcommit2693 -> origin/testcommit2693
1885 = [up to date] testcommit2694 -> origin/testcommit2694
1886 = [up to date] testcommit2695 -> origin/testcommit2695
1887 = [up to date] testcommit2696 -> origin/testcommit2696
1888 = [up to date] testcommit2697 -> origin/testcommit2697
1889 = [up to date] testcommit2698 -> origin/testcommit2698
1890 = [up to date] testcommit2699 -> origin/testcommit2699
1891 = [up to date] testcommit27 -> origin/testcommit27
1892 = [up to date] testcommit270 -> origin/testcommit270
1893 = [up to date] testcommit2700 -> origin/testcommit2700
1894 = [up to date] testcommit2701 -> origin/testcommit2701
1895 = [up to date] testcommit2702 -> origin/testcommit2702
1896 = [up to date] testcommit2703 -> origin/testcommit2703
1897 = [up to date] testcommit2704 -> origin/testcommit2704
1898 = [up to date] testcommit2705 -> origin/testcommit2705
1899 = [up to date] testcommit2706 -> origin/testcommit2706
1900 = [up to date] testcommit2707 -> origin/testcommit2707
1901 = [up to date] testcommit2708 -> origin/testcommit2708
1902 = [up to date] testcommit2709 -> origin/testcommit2709
1903 = [up to date] testcommit271 -> origin/testcommit271
1904 = [up to date] testcommit2710 -> origin/testcommit2710
1905 = [up to date] testcommit2711 -> origin/testcommit2711
1906 = [up to date] testcommit2712 -> origin/testcommit2712
1907 = [up to date] testcommit2713 -> origin/testcommit2713
1908 = [up to date] testcommit2714 -> origin/testcommit2714
1909 = [up to date] testcommit2715 -> origin/testcommit2715
1910 = [up to date] testcommit2716 -> origin/testcommit2716
1911 = [up to date] testcommit2717 -> origin/testcommit2717
1912 = [up to date] testcommit2718 -> origin/testcommit2718
1913 = [up to date] testcommit2719 -> origin/testcommit2719
1914 = [up to date] testcommit272 -> origin/testcommit272
1915 = [up to date] testcommit2720 -> origin/testcommit2720
1916 = [up to date] testcommit2721 -> origin/testcommit2721
1917 = [up to date] testcommit2722 -> origin/testcommit2722
1918 = [up to date] testcommit2723 -> origin/testcommit2723
1919 = [up to date] testcommit2724 -> origin/testcommit2724
1920 = [up to date] testcommit2725 -> origin/testcommit2725
1921 = [up to date] testcommit2726 -> origin/testcommit2726
1922 = [up to date] testcommit2727 -> origin/testcommit2727
1923 = [up to date] testcommit2728 -> origin/testcommit2728
1924 = [up to date] testcommit2729 -> origin/testcommit2729
1925 = [up to date] testcommit273 -> origin/testcommit273
1926 = [up to date] testcommit2730 -> origin/testcommit2730
1927 = [up to date] testcommit2731 -> origin/testcommit2731
1928 = [up to date] testcommit2732 -> origin/testcommit2732
1929 = [up to date] testcommit2733 -> origin/testcommit2733
1930 = [up to date] testcommit2734 -> origin/testcommit2734
1931 = [up to date] testcommit2735 -> origin/testcommit2735
1932 = [up to date] testcommit2736 -> origin/testcommit2736
1933 = [up to date] testcommit2737 -> origin/testcommit2737
1934 = [up to date] testcommit2738 -> origin/testcommit2738
1935 = [up to date] testcommit2739 -> origin/testcommit2739
1936 = [up to date] testcommit274 -> origin/testcommit274
1937 = [up to date] testcommit2740 -> origin/testcommit2740
1938 = [up to date] testcommit2741 -> origin/testcommit2741
1939 = [up to date] testcommit2742 -> origin/testcommit2742
1940 = [up to date] testcommit2743 -> origin/testcommit2743
1941 = [up to date] testcommit2744 -> origin/testcommit2744
1942 = [up to date] testcommit2745 -> origin/testcommit2745
1943 = [up to date] testcommit2746 -> origin/testcommit2746
1944 = [up to date] testcommit2747 -> origin/testcommit2747
1945 = [up to date] testcommit2748 -> origin/testcommit2748
1946 = [up to date] testcommit2749 -> origin/testcommit2749
1947 = [up to date] testcommit275 -> origin/testcommit275
1948 = [up to date] testcommit2750 -> origin/testcommit2750
1949 = [up to date] testcommit2751 -> origin/testcommit2751
1950 = [up to date] testcommit2752 -> origin/testcommit2752
1951 = [up to date] testcommit2753 -> origin/testcommit2753
1952 = [up to date] testcommit2754 -> origin/testcommit2754
1953 = [up to date] testcommit2755 -> origin/testcommit2755
1954 = [up to date] testcommit2756 -> origin/testcommit2756
1955 = [up to date] testcommit2757 -> origin/testcommit2757
1956 = [up to date] testcommit2758 -> origin/testcommit2758
1957 = [up to date] testcommit2759 -> origin/testcommit2759
1958 = [up to date] testcommit276 -> origin/testcommit276
1959 = [up to date] testcommit2760 -> origin/testcommit2760
1960 = [up to date] testcommit2761 -> origin/testcommit2761
1961 = [up to date] testcommit2762 -> origin/testcommit2762
1962 = [up to date] testcommit2763 -> origin/testcommit2763
1963 = [up to date] testcommit2764 -> origin/testcommit2764
1964 = [up to date] testcommit2765 -> origin/testcommit2765
1965 = [up to date] testcommit2766 -> origin/testcommit2766
1966 = [up to date] testcommit2767 -> origin/testcommit2767
1967 = [up to date] testcommit2768 -> origin/testcommit2768
1968 = [up to date] testcommit2769 -> origin/testcommit2769
1969 = [up to date] testcommit277 -> origin/testcommit277
1970 = [up to date] testcommit2770 -> origin/testcommit2770
1971 = [up to date] testcommit2771 -> origin/testcommit2771
1972 = [up to date] testcommit2772 -> origin/testcommit2772
1973 = [up to date] testcommit2773 -> origin/testcommit2773
1974 = [up to date] testcommit2774 -> origin/testcommit2774
1975 = [up to date] testcommit2775 -> origin/testcommit2775
1976 = [up to date] testcommit2776 -> origin/testcommit2776
1977 = [up to date] testcommit2777 -> origin/testcommit2777
1978 = [up to date] testcommit2778 -> origin/testcommit2778
1979 = [up to date] testcommit2779 -> origin/testcommit2779
1980 = [up to date] testcommit278 -> origin/testcommit278
1981 = [up to date] testcommit2780 -> origin/testcommit2780
1982 = [up to date] testcommit2781 -> origin/testcommit2781
1983 = [up to date] testcommit2782 -> origin/testcommit2782
1984 = [up to date] testcommit2783 -> origin/testcommit2783
1985 = [up to date] testcommit2784 -> origin/testcommit2784
1986 = [up to date] testcommit2785 -> origin/testcommit2785
1987 = [up to date] testcommit2786 -> origin/testcommit2786
1988 = [up to date] testcommit2787 -> origin/testcommit2787
1989 = [up to date] testcommit2788 -> origin/testcommit2788
1990 = [up to date] testcommit2789 -> origin/testcommit2789
1991 = [up to date] testcommit279 -> origin/testcommit279
1992 = [up to date] testcommit2790 -> origin/testcommit2790
1993 = [up to date] testcommit2791 -> origin/testcommit2791
1994 = [up to date] testcommit2792 -> origin/testcommit2792
1995 = [up to date] testcommit2793 -> origin/testcommit2793
1996 = [up to date] testcommit2794 -> origin/testcommit2794
1997 = [up to date] testcommit2795 -> origin/testcommit2795
1998 = [up to date] testcommit2796 -> origin/testcommit2796
1999 = [up to date] testcommit2797 -> origin/testcommit2797
2000 = [up to date] testcommit2798 -> origin/testcommit2798
2001 = [up to date] testcommit2799 -> origin/testcommit2799
2002 = [up to date] testcommit28 -> origin/testcommit28
2003 = [up to date] testcommit280 -> origin/testcommit280
2004 = [up to date] testcommit2800 -> origin/testcommit2800
2005 = [up to date] testcommit2801 -> origin/testcommit2801
2006 = [up to date] testcommit2802 -> origin/testcommit2802
2007 = [up to date] testcommit2803 -> origin/testcommit2803
2008 = [up to date] testcommit2804 -> origin/testcommit2804
2009 = [up to date] testcommit2805 -> origin/testcommit2805
2010 = [up to date] testcommit2806 -> origin/testcommit2806
2011 = [up to date] testcommit2807 -> origin/testcommit2807
2012 = [up to date] testcommit2808 -> origin/testcommit2808
2013 = [up to date] testcommit2809 -> origin/testcommit2809
2014 = [up to date] testcommit281 -> origin/testcommit281
2015 = [up to date] testcommit2810 -> origin/testcommit2810
2016 = [up to date] testcommit2811 -> origin/testcommit2811
2017 = [up to date] testcommit2812 -> origin/testcommit2812
2018 = [up to date] testcommit2813 -> origin/testcommit2813
2019 = [up to date] testcommit2814 -> origin/testcommit2814
2020 = [up to date] testcommit2815 -> origin/testcommit2815
2021 = [up to date] testcommit2816 -> origin/testcommit2816
2022 = [up to date] testcommit2817 -> origin/testcommit2817
2023 = [up to date] testcommit2818 -> origin/testcommit2818
2024 = [up to date] testcommit2819 -> origin/testcommit2819
2025 = [up to date] testcommit282 -> origin/testcommit282
2026 = [up to date] testcommit2820 -> origin/testcommit2820
2027 = [up to date] testcommit2821 -> origin/testcommit2821
2028 = [up to date] testcommit2822 -> origin/testcommit2822
2029 = [up to date] testcommit2823 -> origin/testcommit2823
2030 = [up to date] testcommit2824 -> origin/testcommit2824
2031 = [up to date] testcommit2825 -> origin/testcommit2825
2032 = [up to date] testcommit2826 -> origin/testcommit2826
2033 = [up to date] testcommit2827 -> origin/testcommit2827
2034 = [up to date] testcommit2828 -> origin/testcommit2828
2035 = [up to date] testcommit2829 -> origin/testcommit2829
2036 = [up to date] testcommit283 -> origin/testcommit283
2037 = [up to date] testcommit2830 -> origin/testcommit2830
2038 = [up to date] testcommit2831 -> origin/testcommit2831
2039 = [up to date] testcommit2832 -> origin/testcommit2832
2040 = [up to date] testcommit2833 -> origin/testcommit2833
2041 = [up to date] testcommit2834 -> origin/testcommit2834
2042 = [up to date] testcommit2835 -> origin/testcommit2835
2043 = [up to date] testcommit2836 -> origin/testcommit2836
2044 = [up to date] testcommit2837 -> origin/testcommit2837
2045 = [up to date] testcommit2838 -> origin/testcommit2838
2046 = [up to date] testcommit2839 -> origin/testcommit2839
2047 = [up to date] testcommit284 -> origin/testcommit284
2048 = [up to date] testcommit2840 -> origin/testcommit2840
2049 = [up to date] testcommit2841 -> origin/testcommit2841
2050 = [up to date] testcommit2842 -> origin/testcommit2842
2051 = [up to date] testcommit2843 -> origin/testcommit2843
2052 = [up to date] testcommit2844 -> origin/testcommit2844
2053 = [up to date] testcommit2845 -> origin/testcommit2845
2054 = [up to date] testcommit2846 -> origin/testcommit2846
2055 = [up to date] testcommit2847 -> origin/testcommit2847
2056 = [up to date] testcommit2848 -> origin/testcommit2848
2057 = [up to date] testcommit2849 -> origin/testcommit2849
2058 = [up to date] testcommit285 -> origin/testcommit285
2059 = [up to date] testcommit2850 -> origin/testcommit2850
2060 = [up to date] testcommit2851 -> origin/testcommit2851
2061 = [up to date] testcommit2852 -> origin/testcommit2852
2062 = [up to date] testcommit2853 -> origin/testcommit2853
2063 = [up to date] testcommit2854 -> origin/testcommit2854
2064 = [up to date] testcommit2855 -> origin/testcommit2855
2065 = [up to date] testcommit2856 -> origin/testcommit2856
2066 = [up to date] testcommit2857 -> origin/testcommit2857
2067 = [up to date] testcommit2858 -> origin/testcommit2858
2068 = [up to date] testcommit2859 -> origin/testcommit2859
2069 = [up to date] testcommit286 -> origin/testcommit286
2070 = [up to date] testcommit2860 -> origin/testcommit2860
2071 = [up to date] testcommit2861 -> origin/testcommit2861
2072 = [up to date] testcommit2862 -> origin/testcommit2862
2073 = [up to date] testcommit2863 -> origin/testcommit2863
2074 = [up to date] testcommit2864 -> origin/testcommit2864
2075 = [up to date] testcommit2865 -> origin/testcommit2865
2076 = [up to date] testcommit2866 -> origin/testcommit2866
2077 = [up to date] testcommit2867 -> origin/testcommit2867
2078 = [up to date] testcommit2868 -> origin/testcommit2868
2079 = [up to date] testcommit2869 -> origin/testcommit2869
2080 = [up to date] testcommit287 -> origin/testcommit287
2081 = [up to date] testcommit2870 -> origin/testcommit2870
2082 = [up to date] testcommit2871 -> origin/testcommit2871
2083 = [up to date] testcommit2872 -> origin/testcommit2872
2084 = [up to date] testcommit2873 -> origin/testcommit2873
2085 = [up to date] testcommit2874 -> origin/testcommit2874
2086 = [up to date] testcommit2875 -> origin/testcommit2875
2087 = [up to date] testcommit2876 -> origin/testcommit2876
2088 = [up to date] testcommit2877 -> origin/testcommit2877
2089 = [up to date] testcommit2878 -> origin/testcommit2878
2090 = [up to date] testcommit2879 -> origin/testcommit2879
2091 = [up to date] testcommit288 -> origin/testcommit288
2092 = [up to date] testcommit2880 -> origin/testcommit2880
2093 = [up to date] testcommit2881 -> origin/testcommit2881
2094 = [up to date] testcommit2882 -> origin/testcommit2882
2095 = [up to date] testcommit2883 -> origin/testcommit2883
2096 = [up to date] testcommit2884 -> origin/testcommit2884
2097 = [up to date] testcommit2885 -> origin/testcommit2885
2098 = [up to date] testcommit2886 -> origin/testcommit2886
2099 = [up to date] testcommit2887 -> origin/testcommit2887
2100 = [up to date] testcommit2888 -> origin/testcommit2888
2101 = [up to date] testcommit2889 -> origin/testcommit2889
2102 = [up to date] testcommit289 -> origin/testcommit289
2103 = [up to date] testcommit2890 -> origin/testcommit2890
2104 = [up to date] testcommit2891 -> origin/testcommit2891
2105 = [up to date] testcommit2892 -> origin/testcommit2892
2106 = [up to date] testcommit2893 -> origin/testcommit2893
2107 = [up to date] testcommit2894 -> origin/testcommit2894
2108 = [up to date] testcommit2895 -> origin/testcommit2895
2109 = [up to date] testcommit2896 -> origin/testcommit2896
2110 = [up to date] testcommit2897 -> origin/testcommit2897
2111 = [up to date] testcommit2898 -> origin/testcommit2898
2112 = [up to date] testcommit2899 -> origin/testcommit2899
2113 = [up to date] testcommit29 -> origin/testcommit29
2114 = [up to date] testcommit290 -> origin/testcommit290
2115 = [up to date] testcommit2900 -> origin/testcommit2900
2116 = [up to date] testcommit2901 -> origin/testcommit2901
2117 = [up to date] testcommit2902 -> origin/testcommit2902
2118 = [up to date] testcommit2903 -> origin/testcommit2903
2119 = [up to date] testcommit2904 -> origin/testcommit2904
2120 = [up to date] testcommit2905 -> origin/testcommit2905
2121 = [up to date] testcommit2906 -> origin/testcommit2906
2122 = [up to date] testcommit2907 -> origin/testcommit2907
2123 = [up to date] testcommit2908 -> origin/testcommit2908
2124 = [up to date] testcommit2909 -> origin/testcommit2909
2125 = [up to date] testcommit291 -> origin/testcommit291
2126 = [up to date] testcommit2910 -> origin/testcommit2910
2127 = [up to date] testcommit2911 -> origin/testcommit2911
2128 = [up to date] testcommit2912 -> origin/testcommit2912
2129 = [up to date] testcommit2913 -> origin/testcommit2913
2130 = [up to date] testcommit2914 -> origin/testcommit2914
2131 = [up to date] testcommit2915 -> origin/testcommit2915
2132 = [up to date] testcommit2916 -> origin/testcommit2916
2133 = [up to date] testcommit2917 -> origin/testcommit2917
2134 = [up to date] testcommit2918 -> origin/testcommit2918
2135 = [up to date] testcommit2919 -> origin/testcommit2919
2136 = [up to date] testcommit292 -> origin/testcommit292
2137 = [up to date] testcommit2920 -> origin/testcommit2920
2138 = [up to date] testcommit2921 -> origin/testcommit2921
2139 = [up to date] testcommit2922 -> origin/testcommit2922
2140 = [up to date] testcommit2923 -> origin/testcommit2923
2141 = [up to date] testcommit2924 -> origin/testcommit2924
2142 = [up to date] testcommit2925 -> origin/testcommit2925
2143 = [up to date] testcommit2926 -> origin/testcommit2926
2144 = [up to date] testcommit2927 -> origin/testcommit2927
2145 = [up to date] testcommit2928 -> origin/testcommit2928
2146 = [up to date] testcommit2929 -> origin/testcommit2929
2147 = [up to date] testcommit293 -> origin/testcommit293
2148 = [up to date] testcommit2930 -> origin/testcommit2930
2149 = [up to date] testcommit2931 -> origin/testcommit2931
2150 = [up to date] testcommit2932 -> origin/testcommit2932
2151 = [up to date] testcommit2933 -> origin/testcommit2933
2152 = [up to date] testcommit2934 -> origin/testcommit2934
2153 = [up to date] testcommit2935 -> origin/testcommit2935
2154 = [up to date] testcommit2936 -> origin/testcommit2936
2155 = [up to date] testcommit2937 -> origin/testcommit2937
2156 = [up to date] testcommit2938 -> origin/testcommit2938
2157 = [up to date] testcommit2939 -> origin/testcommit2939
2158 = [up to date] testcommit294 -> origin/testcommit294
2159 = [up to date] testcommit2940 -> origin/testcommit2940
2160 = [up to date] testcommit2941 -> origin/testcommit2941
2161 = [up to date] testcommit2942 -> origin/testcommit2942
2162 = [up to date] testcommit2943 -> origin/testcommit2943
2163 = [up to date] testcommit2944 -> origin/testcommit2944
2164 = [up to date] testcommit2945 -> origin/testcommit2945
2165 = [up to date] testcommit2946 -> origin/testcommit2946
2166 = [up to date] testcommit2947 -> origin/testcommit2947
2167 = [up to date] testcommit2948 -> origin/testcommit2948
2168 = [up to date] testcommit2949 -> origin/testcommit2949
2169 = [up to date] testcommit295 -> origin/testcommit295
2170 = [up to date] testcommit2950 -> origin/testcommit2950
2171 = [up to date] testcommit2951 -> origin/testcommit2951
2172 = [up to date] testcommit2952 -> origin/testcommit2952
2173 = [up to date] testcommit2953 -> origin/testcommit2953
2174 = [up to date] testcommit2954 -> origin/testcommit2954
2175 = [up to date] testcommit2955 -> origin/testcommit2955
2176 = [up to date] testcommit2956 -> origin/testcommit2956
2177 = [up to date] testcommit2957 -> origin/testcommit2957
2178 = [up to date] testcommit2958 -> origin/testcommit2958
2179 = [up to date] testcommit2959 -> origin/testcommit2959
2180 = [up to date] testcommit296 -> origin/testcommit296
2181 = [up to date] testcommit2960 -> origin/testcommit2960
2182 = [up to date] testcommit2961 -> origin/testcommit2961
2183 = [up to date] testcommit2962 -> origin/testcommit2962
2184 = [up to date] testcommit2963 -> origin/testcommit2963
2185 = [up to date] testcommit2964 -> origin/testcommit2964
2186 = [up to date] testcommit2965 -> origin/testcommit2965
2187 = [up to date] testcommit2966 -> origin/testcommit2966
2188 = [up to date] testcommit2967 -> origin/testcommit2967
2189 = [up to date] testcommit2968 -> origin/testcommit2968
2190 = [up to date] testcommit2969 -> origin/testcommit2969
2191 = [up to date] testcommit297 -> origin/testcommit297
2192 = [up to date] testcommit2970 -> origin/testcommit2970
2193 = [up to date] testcommit2971 -> origin/testcommit2971
2194 = [up to date] testcommit2972 -> origin/testcommit2972
2195 = [up to date] testcommit2973 -> origin/testcommit2973
2196 = [up to date] testcommit2974 -> origin/testcommit2974
2197 = [up to date] testcommit2975 -> origin/testcommit2975
2198 = [up to date] testcommit2976 -> origin/testcommit2976
2199 = [up to date] testcommit2977 -> origin/testcommit2977
2200 = [up to date] testcommit2978 -> origin/testcommit2978
2201 = [up to date] testcommit2979 -> origin/testcommit2979
2202 = [up to date] testcommit298 -> origin/testcommit298
2203 = [up to date] testcommit2980 -> origin/testcommit2980
2204 = [up to date] testcommit2981 -> origin/testcommit2981
2205 = [up to date] testcommit2982 -> origin/testcommit2982
2206 = [up to date] testcommit2983 -> origin/testcommit2983
2207 = [up to date] testcommit2984 -> origin/testcommit2984
2208 = [up to date] testcommit2985 -> origin/testcommit2985
2209 = [up to date] testcommit2986 -> origin/testcommit2986
2210 = [up to date] testcommit2987 -> origin/testcommit2987
2211 = [up to date] testcommit2988 -> origin/testcommit2988
2212 = [up to date] testcommit2989 -> origin/testcommit2989
2213 = [up to date] testcommit299 -> origin/testcommit299
2214 = [up to date] testcommit2990 -> origin/testcommit2990
2215 = [up to date] testcommit2991 -> origin/testcommit2991
2216 = [up to date] testcommit2992 -> origin/testcommit2992
2217 = [up to date] testcommit2993 -> origin/testcommit2993
2218 = [up to date] testcommit2994 -> origin/testcommit2994
2219 = [up to date] testcommit2995 -> origin/testcommit2995
2220 = [up to date] testcommit2996 -> origin/testcommit2996
2221 = [up to date] testcommit2997 -> origin/testcommit2997
2222 = [up to date] testcommit2998 -> origin/testcommit2998
2223 = [up to date] testcommit2999 -> origin/testcommit2999
2224 = [up to date] testcommit3 -> origin/testcommit3
2225 = [up to date] testcommit30 -> origin/testcommit30
2226 = [up to date] testcommit300 -> origin/testcommit300
2227 = [up to date] testcommit3000 -> origin/testcommit3000
2228 = [up to date] testcommit3001 -> origin/testcommit3001
2229 = [up to date] testcommit3002 -> origin/testcommit3002
2230 = [up to date] testcommit3003 -> origin/testcommit3003
2231 = [up to date] testcommit3004 -> origin/testcommit3004
2232 = [up to date] testcommit3005 -> origin/testcommit3005
2233 = [up to date] testcommit3006 -> origin/testcommit3006
2234 = [up to date] testcommit3007 -> origin/testcommit3007
2235 = [up to date] testcommit3008 -> origin/testcommit3008
2236 = [up to date] testcommit3009 -> origin/testcommit3009
2237 = [up to date] testcommit301 -> origin/testcommit301
2238 = [up to date] testcommit3010 -> origin/testcommit3010
2239 = [up to date] testcommit3011 -> origin/testcommit3011
2240 = [up to date] testcommit3012 -> origin/testcommit3012
2241 = [up to date] testcommit3013 -> origin/testcommit3013
2242 = [up to date] testcommit3014 -> origin/testcommit3014
2243 = [up to date] testcommit3015 -> origin/testcommit3015
2244 = [up to date] testcommit3016 -> origin/testcommit3016
2245 = [up to date] testcommit3017 -> origin/testcommit3017
2246 = [up to date] testcommit3018 -> origin/testcommit3018
2247 = [up to date] testcommit3019 -> origin/testcommit3019
2248 = [up to date] testcommit302 -> origin/testcommit302
2249 = [up to date] testcommit3020 -> origin/testcommit3020
2250 = [up to date] testcommit3021 -> origin/testcommit3021
2251 = [up to date] testcommit3022 -> origin/testcommit3022
2252 = [up to date] testcommit3023 -> origin/testcommit3023
2253 = [up to date] testcommit3024 -> origin/testcommit3024
2254 = [up to date] testcommit3025 -> origin/testcommit3025
2255 = [up to date] testcommit3026 -> origin/testcommit3026
2256 = [up to date] testcommit3027 -> origin/testcommit3027
2257 = [up to date] testcommit3028 -> origin/testcommit3028
2258 = [up to date] testcommit3029 -> origin/testcommit3029
2259 = [up to date] testcommit303 -> origin/testcommit303
2260 = [up to date] testcommit3030 -> origin/testcommit3030
2261 = [up to date] testcommit3031 -> origin/testcommit3031
2262 = [up to date] testcommit3032 -> origin/testcommit3032
2263 = [up to date] testcommit3033 -> origin/testcommit3033
2264 = [up to date] testcommit3034 -> origin/testcommit3034
2265 = [up to date] testcommit3035 -> origin/testcommit3035
2266 = [up to date] testcommit3036 -> origin/testcommit3036
2267 = [up to date] testcommit3037 -> origin/testcommit3037
2268 = [up to date] testcommit3038 -> origin/testcommit3038
2269 = [up to date] testcommit3039 -> origin/testcommit3039
2270 = [up to date] testcommit304 -> origin/testcommit304
2271 = [up to date] testcommit3040 -> origin/testcommit3040
2272 = [up to date] testcommit3041 -> origin/testcommit3041
2273 = [up to date] testcommit3042 -> origin/testcommit3042
2274 = [up to date] testcommit3043 -> origin/testcommit3043
2275 = [up to date] testcommit3044 -> origin/testcommit3044
2276 = [up to date] testcommit3045 -> origin/testcommit3045
2277 = [up to date] testcommit3046 -> origin/testcommit3046
2278 = [up to date] testcommit3047 -> origin/testcommit3047
2279 = [up to date] testcommit3048 -> origin/testcommit3048
2280 = [up to date] testcommit3049 -> origin/testcommit3049
2281 = [up to date] testcommit305 -> origin/testcommit305
2282 = [up to date] testcommit3050 -> origin/testcommit3050
2283 = [up to date] testcommit3051 -> origin/testcommit3051
2284 = [up to date] testcommit3052 -> origin/testcommit3052
2285 = [up to date] testcommit3053 -> origin/testcommit3053
2286 = [up to date] testcommit3054 -> origin/testcommit3054
2287 = [up to date] testcommit3055 -> origin/testcommit3055
2288 = [up to date] testcommit3056 -> origin/testcommit3056
2289 = [up to date] testcommit3057 -> origin/testcommit3057
2290 = [up to date] testcommit3058 -> origin/testcommit3058
2291 = [up to date] testcommit3059 -> origin/testcommit3059
2292 = [up to date] testcommit306 -> origin/testcommit306
2293 = [up to date] testcommit3060 -> origin/testcommit3060
2294 = [up to date] testcommit3061 -> origin/testcommit3061
2295 = [up to date] testcommit3062 -> origin/testcommit3062
2296 = [up to date] testcommit3063 -> origin/testcommit3063
2297 = [up to date] testcommit3064 -> origin/testcommit3064
2298 = [up to date] testcommit3065 -> origin/testcommit3065
2299 = [up to date] testcommit3066 -> origin/testcommit3066
2300 = [up to date] testcommit3067 -> origin/testcommit3067
2301 = [up to date] testcommit3068 -> origin/testcommit3068
2302 = [up to date] testcommit3069 -> origin/testcommit3069
2303 = [up to date] testcommit307 -> origin/testcommit307
2304 = [up to date] testcommit3070 -> origin/testcommit3070
2305 = [up to date] testcommit3071 -> origin/testcommit3071
2306 = [up to date] testcommit3072 -> origin/testcommit3072
2307 = [up to date] testcommit3073 -> origin/testcommit3073
2308 = [up to date] testcommit3074 -> origin/testcommit3074
2309 = [up to date] testcommit3075 -> origin/testcommit3075
2310 = [up to date] testcommit3076 -> origin/testcommit3076
2311 = [up to date] testcommit3077 -> origin/testcommit3077
2312 = [up to date] testcommit3078 -> origin/testcommit3078
2313 = [up to date] testcommit3079 -> origin/testcommit3079
2314 = [up to date] testcommit308 -> origin/testcommit308
2315 = [up to date] testcommit3080 -> origin/testcommit3080
2316 = [up to date] testcommit3081 -> origin/testcommit3081
2317 = [up to date] testcommit3082 -> origin/testcommit3082
2318 = [up to date] testcommit3083 -> origin/testcommit3083
2319 = [up to date] testcommit3084 -> origin/testcommit3084
2320 = [up to date] testcommit3085 -> origin/testcommit3085
2321 = [up to date] testcommit3086 -> origin/testcommit3086
2322 = [up to date] testcommit3087 -> origin/testcommit3087
2323 = [up to date] testcommit3088 -> origin/testcommit3088
2324 = [up to date] testcommit3089 -> origin/testcommit3089
2325 = [up to date] testcommit309 -> origin/testcommit309
2326 = [up to date] testcommit3090 -> origin/testcommit3090
2327 = [up to date] testcommit3091 -> origin/testcommit3091
2328 = [up to date] testcommit3092 -> origin/testcommit3092
2329 = [up to date] testcommit3093 -> origin/testcommit3093
2330 = [up to date] testcommit3094 -> origin/testcommit3094
2331 = [up to date] testcommit3095 -> origin/testcommit3095
2332 = [up to date] testcommit3096 -> origin/testcommit3096
2333 = [up to date] testcommit3097 -> origin/testcommit3097
2334 = [up to date] testcommit3098 -> origin/testcommit3098
2335 = [up to date] testcommit3099 -> origin/testcommit3099
2336 = [up to date] testcommit31 -> origin/testcommit31
2337 = [up to date] testcommit310 -> origin/testcommit310
2338 = [up to date] testcommit3100 -> origin/testcommit3100
2339 = [up to date] testcommit3101 -> origin/testcommit3101
2340 = [up to date] testcommit3102 -> origin/testcommit3102
2341 = [up to date] testcommit3103 -> origin/testcommit3103
2342 = [up to date] testcommit3104 -> origin/testcommit3104
2343 = [up to date] testcommit3105 -> origin/testcommit3105
2344 = [up to date] testcommit3106 -> origin/testcommit3106
2345 = [up to date] testcommit3107 -> origin/testcommit3107
2346 = [up to date] testcommit3108 -> origin/testcommit3108
2347 = [up to date] testcommit3109 -> origin/testcommit3109
2348 = [up to date] testcommit311 -> origin/testcommit311
2349 = [up to date] testcommit3110 -> origin/testcommit3110
2350 = [up to date] testcommit3111 -> origin/testcommit3111
2351 = [up to date] testcommit3112 -> origin/testcommit3112
2352 = [up to date] testcommit3113 -> origin/testcommit3113
2353 = [up to date] testcommit3114 -> origin/testcommit3114
2354 = [up to date] testcommit3115 -> origin/testcommit3115
2355 = [up to date] testcommit3116 -> origin/testcommit3116
2356 = [up to date] testcommit3117 -> origin/testcommit3117
2357 = [up to date] testcommit3118 -> origin/testcommit3118
2358 = [up to date] testcommit3119 -> origin/testcommit3119
2359 = [up to date] testcommit312 -> origin/testcommit312
2360 = [up to date] testcommit3120 -> origin/testcommit3120
2361 = [up to date] testcommit3121 -> origin/testcommit3121
2362 = [up to date] testcommit3122 -> origin/testcommit3122
2363 = [up to date] testcommit3123 -> origin/testcommit3123
2364 = [up to date] testcommit3124 -> origin/testcommit3124
2365 = [up to date] testcommit3125 -> origin/testcommit3125
2366 = [up to date] testcommit3126 -> origin/testcommit3126
2367 = [up to date] testcommit3127 -> origin/testcommit3127
2368 = [up to date] testcommit3128 -> origin/testcommit3128
2369 = [up to date] testcommit3129 -> origin/testcommit3129
2370 = [up to date] testcommit313 -> origin/testcommit313
2371 = [up to date] testcommit3130 -> origin/testcommit3130
2372 = [up to date] testcommit3131 -> origin/testcommit3131
2373 = [up to date] testcommit3132 -> origin/testcommit3132
2374 = [up to date] testcommit3133 -> origin/testcommit3133
2375 = [up to date] testcommit3134 -> origin/testcommit3134
2376 = [up to date] testcommit3135 -> origin/testcommit3135
2377 = [up to date] testcommit3136 -> origin/testcommit3136
2378 = [up to date] testcommit3137 -> origin/testcommit3137
2379 = [up to date] testcommit3138 -> origin/testcommit3138
2380 = [up to date] testcommit3139 -> origin/testcommit3139
2381 = [up to date] testcommit314 -> origin/testcommit314
2382 = [up to date] testcommit3140 -> origin/testcommit3140
2383 = [up to date] testcommit3141 -> origin/testcommit3141
2384 = [up to date] testcommit3142 -> origin/testcommit3142
2385 = [up to date] testcommit3143 -> origin/testcommit3143
2386 = [up to date] testcommit3144 -> origin/testcommit3144
2387 = [up to date] testcommit3145 -> origin/testcommit3145
2388 = [up to date] testcommit3146 -> origin/testcommit3146
2389 = [up to date] testcommit3147 -> origin/testcommit3147
2390 = [up to date] testcommit3148 -> origin/testcommit3148
2391 = [up to date] testcommit3149 -> origin/testcommit3149
2392 = [up to date] testcommit315 -> origin/testcommit315
2393 = [up to date] testcommit3150 -> origin/testcommit3150
2394 = [up to date] testcommit3151 -> origin/testcommit3151
2395 = [up to date] testcommit3152 -> origin/testcommit3152
2396 = [up to date] testcommit3153 -> origin/testcommit3153
2397 = [up to date] testcommit3154 -> origin/testcommit3154
2398 = [up to date] testcommit3155 -> origin/testcommit3155
2399 = [up to date] testcommit3156 -> origin/testcommit3156
2400 = [up to date] testcommit3157 -> origin/testcommit3157
2401 = [up to date] testcommit3158 -> origin/testcommit3158
2402 = [up to date] testcommit3159 -> origin/testcommit3159
2403 = [up to date] testcommit316 -> origin/testcommit316
2404 = [up to date] testcommit3160 -> origin/testcommit3160
2405 = [up to date] testcommit3161 -> origin/testcommit3161
2406 = [up to date] testcommit3162 -> origin/testcommit3162
2407 = [up to date] testcommit3163 -> origin/testcommit3163
2408 = [up to date] testcommit3164 -> origin/testcommit3164
2409 = [up to date] testcommit3165 -> origin/testcommit3165
2410 = [up to date] testcommit3166 -> origin/testcommit3166
2411 = [up to date] testcommit3167 -> origin/testcommit3167
2412 = [up to date] testcommit3168 -> origin/testcommit3168
2413 = [up to date] testcommit3169 -> origin/testcommit3169
2414 = [up to date] testcommit317 -> origin/testcommit317
2415 = [up to date] testcommit3170 -> origin/testcommit3170
2416 = [up to date] testcommit3171 -> origin/testcommit3171
2417 = [up to date] testcommit3172 -> origin/testcommit3172
2418 = [up to date] testcommit3173 -> origin/testcommit3173
2419 = [up to date] testcommit3174 -> origin/testcommit3174
2420 = [up to date] testcommit3175 -> origin/testcommit3175
2421 = [up to date] testcommit3176 -> origin/testcommit3176
2422 = [up to date] testcommit3177 -> origin/testcommit3177
2423 = [up to date] testcommit3178 -> origin/testcommit3178
2424 = [up to date] testcommit3179 -> origin/testcommit3179
2425 = [up to date] testcommit318 -> origin/testcommit318
2426 = [up to date] testcommit3180 -> origin/testcommit3180
2427 = [up to date] testcommit3181 -> origin/testcommit3181
2428 = [up to date] testcommit3182 -> origin/testcommit3182
2429 = [up to date] testcommit3183 -> origin/testcommit3183
2430 = [up to date] testcommit3184 -> origin/testcommit3184
2431 = [up to date] testcommit3185 -> origin/testcommit3185
2432 = [up to date] testcommit3186 -> origin/testcommit3186
2433 = [up to date] testcommit3187 -> origin/testcommit3187
2434 = [up to date] testcommit3188 -> origin/testcommit3188
2435 = [up to date] testcommit3189 -> origin/testcommit3189
2436 = [up to date] testcommit319 -> origin/testcommit319
2437 = [up to date] testcommit3190 -> origin/testcommit3190
2438 = [up to date] testcommit3191 -> origin/testcommit3191
2439 = [up to date] testcommit3192 -> origin/testcommit3192
2440 = [up to date] testcommit3193 -> origin/testcommit3193
2441 = [up to date] testcommit3194 -> origin/testcommit3194
2442 = [up to date] testcommit3195 -> origin/testcommit3195
2443 = [up to date] testcommit3196 -> origin/testcommit3196
2444 = [up to date] testcommit3197 -> origin/testcommit3197
2445 = [up to date] testcommit3198 -> origin/testcommit3198
2446 = [up to date] testcommit3199 -> origin/testcommit3199
2447 = [up to date] testcommit32 -> origin/testcommit32
2448 = [up to date] testcommit320 -> origin/testcommit320
2449 = [up to date] testcommit3200 -> origin/testcommit3200
2450 = [up to date] testcommit3201 -> origin/testcommit3201
2451 = [up to date] testcommit3202 -> origin/testcommit3202
2452 = [up to date] testcommit3203 -> origin/testcommit3203
2453 = [up to date] testcommit3204 -> origin/testcommit3204
2454 = [up to date] testcommit3205 -> origin/testcommit3205
2455 = [up to date] testcommit3206 -> origin/testcommit3206
2456 = [up to date] testcommit3207 -> origin/testcommit3207
2457 = [up to date] testcommit3208 -> origin/testcommit3208
2458 = [up to date] testcommit3209 -> origin/testcommit3209
2459 = [up to date] testcommit321 -> origin/testcommit321
2460 = [up to date] testcommit3210 -> origin/testcommit3210
2461 = [up to date] testcommit3211 -> origin/testcommit3211
2462 = [up to date] testcommit3212 -> origin/testcommit3212
2463 = [up to date] testcommit3213 -> origin/testcommit3213
2464 = [up to date] testcommit3214 -> origin/testcommit3214
2465 = [up to date] testcommit3215 -> origin/testcommit3215
2466 = [up to date] testcommit3216 -> origin/testcommit3216
2467 = [up to date] testcommit3217 -> origin/testcommit3217
2468 = [up to date] testcommit3218 -> origin/testcommit3218
2469 = [up to date] testcommit3219 -> origin/testcommit3219
2470 = [up to date] testcommit322 -> origin/testcommit322
2471 = [up to date] testcommit3220 -> origin/testcommit3220
2472 = [up to date] testcommit3221 -> origin/testcommit3221
2473 = [up to date] testcommit3222 -> origin/testcommit3222
2474 = [up to date] testcommit3223 -> origin/testcommit3223
2475 = [up to date] testcommit3224 -> origin/testcommit3224
2476 = [up to date] testcommit3225 -> origin/testcommit3225
2477 = [up to date] testcommit3226 -> origin/testcommit3226
2478 = [up to date] testcommit3227 -> origin/testcommit3227
2479 = [up to date] testcommit3228 -> origin/testcommit3228
2480 = [up to date] testcommit3229 -> origin/testcommit3229
2481 = [up to date] testcommit323 -> origin/testcommit323
2482 = [up to date] testcommit3230 -> origin/testcommit3230
2483 = [up to date] testcommit3231 -> origin/testcommit3231
2484 = [up to date] testcommit3232 -> origin/testcommit3232
2485 = [up to date] testcommit3233 -> origin/testcommit3233
2486 = [up to date] testcommit3234 -> origin/testcommit3234
2487 = [up to date] testcommit3235 -> origin/testcommit3235
2488 = [up to date] testcommit3236 -> origin/testcommit3236
2489 = [up to date] testcommit3237 -> origin/testcommit3237
2490 = [up to date] testcommit3238 -> origin/testcommit3238
2491 = [up to date] testcommit3239 -> origin/testcommit3239
2492 = [up to date] testcommit324 -> origin/testcommit324
2493 = [up to date] testcommit3240 -> origin/testcommit3240
2494 = [up to date] testcommit3241 -> origin/testcommit3241
2495 = [up to date] testcommit3242 -> origin/testcommit3242
2496 = [up to date] testcommit3243 -> origin/testcommit3243
2497 = [up to date] testcommit3244 -> origin/testcommit3244
2498 = [up to date] testcommit3245 -> origin/testcommit3245
2499 = [up to date] testcommit3246 -> origin/testcommit3246
2500 = [up to date] testcommit3247 -> origin/testcommit3247
2501 = [up to date] testcommit3248 -> origin/testcommit3248
2502 = [up to date] testcommit3249 -> origin/testcommit3249
2503 = [up to date] testcommit325 -> origin/testcommit325
2504 = [up to date] testcommit3250 -> origin/testcommit3250
2505 = [up to date] testcommit3251 -> origin/testcommit3251
2506 = [up to date] testcommit3252 -> origin/testcommit3252
2507 = [up to date] testcommit3253 -> origin/testcommit3253
2508 = [up to date] testcommit3254 -> origin/testcommit3254
2509 = [up to date] testcommit3255 -> origin/testcommit3255
2510 = [up to date] testcommit3256 -> origin/testcommit3256
2511 = [up to date] testcommit3257 -> origin/testcommit3257
2512 = [up to date] testcommit3258 -> origin/testcommit3258
2513 = [up to date] testcommit3259 -> origin/testcommit3259
2514 = [up to date] testcommit326 -> origin/testcommit326
2515 = [up to date] testcommit3260 -> origin/testcommit3260
2516 = [up to date] testcommit3261 -> origin/testcommit3261
2517 = [up to date] testcommit3262 -> origin/testcommit3262
2518 = [up to date] testcommit3263 -> origin/testcommit3263
2519 = [up to date] testcommit3264 -> origin/testcommit3264
2520 = [up to date] testcommit3265 -> origin/testcommit3265
2521 = [up to date] testcommit3266 -> origin/testcommit3266
2522 = [up to date] testcommit3267 -> origin/testcommit3267
2523 = [up to date] testcommit3268 -> origin/testcommit3268
2524 = [up to date] testcommit3269 -> origin/testcommit3269
2525 = [up to date] testcommit327 -> origin/testcommit327
2526 = [up to date] testcommit3270 -> origin/testcommit3270
2527 = [up to date] testcommit3271 -> origin/testcommit3271
2528 = [up to date] testcommit3272 -> origin/testcommit3272
2529 = [up to date] testcommit3273 -> origin/testcommit3273
2530 = [up to date] testcommit3274 -> origin/testcommit3274
2531 = [up to date] testcommit3275 -> origin/testcommit3275
2532 = [up to date] testcommit3276 -> origin/testcommit3276
2533 = [up to date] testcommit3277 -> origin/testcommit3277
2534 = [up to date] testcommit3278 -> origin/testcommit3278
2535 = [up to date] testcommit3279 -> origin/testcommit3279
2536 = [up to date] testcommit328 -> origin/testcommit328
2537 = [up to date] testcommit3280 -> origin/testcommit3280
2538 = [up to date] testcommit3281 -> origin/testcommit3281
2539 = [up to date] testcommit3282 -> origin/testcommit3282
2540 = [up to date] testcommit3283 -> origin/testcommit3283
2541 = [up to date] testcommit3284 -> origin/testcommit3284
2542 = [up to date] testcommit3285 -> origin/testcommit3285
2543 = [up to date] testcommit3286 -> origin/testcommit3286
2544 = [up to date] testcommit3287 -> origin/testcommit3287
2545 = [up to date] testcommit3288 -> origin/testcommit3288
2546 = [up to date] testcommit3289 -> origin/testcommit3289
2547 = [up to date] testcommit329 -> origin/testcommit329
2548 = [up to date] testcommit3290 -> origin/testcommit3290
2549 = [up to date] testcommit3291 -> origin/testcommit3291
2550 = [up to date] testcommit3292 -> origin/testcommit3292
2551 = [up to date] testcommit3293 -> origin/testcommit3293
2552 = [up to date] testcommit3294 -> origin/testcommit3294
2553 = [up to date] testcommit3295 -> origin/testcommit3295
2554 = [up to date] testcommit3296 -> origin/testcommit3296
2555 = [up to date] testcommit3297 -> origin/testcommit3297
2556 = [up to date] testcommit3298 -> origin/testcommit3298
2557 = [up to date] testcommit3299 -> origin/testcommit3299
2558 = [up to date] testcommit33 -> origin/testcommit33
2559 = [up to date] testcommit330 -> origin/testcommit330
2560 = [up to date] testcommit3300 -> origin/testcommit3300
2561 = [up to date] testcommit3301 -> origin/testcommit3301
2562 = [up to date] testcommit3302 -> origin/testcommit3302
2563 = [up to date] testcommit3303 -> origin/testcommit3303
2564 = [up to date] testcommit3304 -> origin/testcommit3304
2565 = [up to date] testcommit3305 -> origin/testcommit3305
2566 = [up to date] testcommit3306 -> origin/testcommit3306
2567 = [up to date] testcommit3307 -> origin/testcommit3307
2568 = [up to date] testcommit3308 -> origin/testcommit3308
2569 = [up to date] testcommit3309 -> origin/testcommit3309
2570 = [up to date] testcommit331 -> origin/testcommit331
2571 = [up to date] testcommit3310 -> origin/testcommit3310
2572 = [up to date] testcommit3311 -> origin/testcommit3311
2573 = [up to date] testcommit3312 -> origin/testcommit3312
2574 = [up to date] testcommit3313 -> origin/testcommit3313
2575 = [up to date] testcommit3314 -> origin/testcommit3314
2576 = [up to date] testcommit3315 -> origin/testcommit3315
2577 = [up to date] testcommit3316 -> origin/testcommit3316
2578 = [up to date] testcommit3317 -> origin/testcommit3317
2579 = [up to date] testcommit3318 -> origin/testcommit3318
2580 = [up to date] testcommit3319 -> origin/testcommit3319
2581 = [up to date] testcommit332 -> origin/testcommit332
2582 = [up to date] testcommit3320 -> origin/testcommit3320
2583 = [up to date] testcommit3321 -> origin/testcommit3321
2584 = [up to date] testcommit3322 -> origin/testcommit3322
2585 = [up to date] testcommit3323 -> origin/testcommit3323
2586 = [up to date] testcommit3324 -> origin/testcommit3324
2587 = [up to date] testcommit3325 -> origin/testcommit3325
2588 = [up to date] testcommit3326 -> origin/testcommit3326
2589 = [up to date] testcommit3327 -> origin/testcommit3327
2590 = [up to date] testcommit3328 -> origin/testcommit3328
2591 = [up to date] testcommit3329 -> origin/testcommit3329
2592 = [up to date] testcommit333 -> origin/testcommit333
2593 = [up to date] testcommit3330 -> origin/testcommit3330
2594 = [up to date] testcommit3331 -> origin/testcommit3331
2595 = [up to date] testcommit3332 -> origin/testcommit3332
2596 = [up to date] testcommit3333 -> origin/testcommit3333
2597 = [up to date] testcommit3334 -> origin/testcommit3334
2598 = [up to date] testcommit3335 -> origin/testcommit3335
2599 = [up to date] testcommit3336 -> origin/testcommit3336
2600 = [up to date] testcommit3337 -> origin/testcommit3337
2601 = [up to date] testcommit3338 -> origin/testcommit3338
2602 = [up to date] testcommit3339 -> origin/testcommit3339
2603 = [up to date] testcommit334 -> origin/testcommit334
2604 = [up to date] testcommit3340 -> origin/testcommit3340
2605 = [up to date] testcommit3341 -> origin/testcommit3341
2606 = [up to date] testcommit3342 -> origin/testcommit3342
2607 = [up to date] testcommit3343 -> origin/testcommit3343
2608 = [up to date] testcommit3344 -> origin/testcommit3344
2609 = [up to date] testcommit3345 -> origin/testcommit3345
2610 = [up to date] testcommit3346 -> origin/testcommit3346
2611 = [up to date] testcommit3347 -> origin/testcommit3347
2612 = [up to date] testcommit3348 -> origin/testcommit3348
2613 = [up to date] testcommit3349 -> origin/testcommit3349
2614 = [up to date] testcommit335 -> origin/testcommit335
2615 = [up to date] testcommit3350 -> origin/testcommit3350
2616 = [up to date] testcommit3351 -> origin/testcommit3351
2617 = [up to date] testcommit3352 -> origin/testcommit3352
2618 = [up to date] testcommit3353 -> origin/testcommit3353
2619 = [up to date] testcommit3354 -> origin/testcommit3354
2620 = [up to date] testcommit3355 -> origin/testcommit3355
2621 = [up to date] testcommit3356 -> origin/testcommit3356
2622 = [up to date] testcommit3357 -> origin/testcommit3357
2623 = [up to date] testcommit3358 -> origin/testcommit3358
2624 = [up to date] testcommit3359 -> origin/testcommit3359
2625 = [up to date] testcommit336 -> origin/testcommit336
2626 = [up to date] testcommit3360 -> origin/testcommit3360
2627 = [up to date] testcommit3361 -> origin/testcommit3361
2628 = [up to date] testcommit3362 -> origin/testcommit3362
2629 = [up to date] testcommit3363 -> origin/testcommit3363
2630 = [up to date] testcommit3364 -> origin/testcommit3364
2631 = [up to date] testcommit3365 -> origin/testcommit3365
2632 = [up to date] testcommit3366 -> origin/testcommit3366
2633 = [up to date] testcommit3367 -> origin/testcommit3367
2634 = [up to date] testcommit3368 -> origin/testcommit3368
2635 = [up to date] testcommit3369 -> origin/testcommit3369
2636 = [up to date] testcommit337 -> origin/testcommit337
2637 = [up to date] testcommit3370 -> origin/testcommit3370
2638 = [up to date] testcommit3371 -> origin/testcommit3371
2639 = [up to date] testcommit3372 -> origin/testcommit3372
2640 = [up to date] testcommit3373 -> origin/testcommit3373
2641 = [up to date] testcommit3374 -> origin/testcommit3374
2642 = [up to date] testcommit3375 -> origin/testcommit3375
2643 = [up to date] testcommit3376 -> origin/testcommit3376
2644 = [up to date] testcommit3377 -> origin/testcommit3377
2645 = [up to date] testcommit3378 -> origin/testcommit3378
2646 = [up to date] testcommit3379 -> origin/testcommit3379
2647 = [up to date] testcommit338 -> origin/testcommit338
2648 = [up to date] testcommit3380 -> origin/testcommit3380
2649 = [up to date] testcommit3381 -> origin/testcommit3381
2650 = [up to date] testcommit3382 -> origin/testcommit3382
2651 = [up to date] testcommit3383 -> origin/testcommit3383
2652 = [up to date] testcommit3384 -> origin/testcommit3384
2653 = [up to date] testcommit3385 -> origin/testcommit3385
2654 = [up to date] testcommit3386 -> origin/testcommit3386
2655 = [up to date] testcommit3387 -> origin/testcommit3387
2656 = [up to date] testcommit3388 -> origin/testcommit3388
2657 = [up to date] testcommit3389 -> origin/testcommit3389
2658 = [up to date] testcommit339 -> origin/testcommit339
2659 = [up to date] testcommit3390 -> origin/testcommit3390
2660 = [up to date] testcommit3391 -> origin/testcommit3391
2661 = [up to date] testcommit3392 -> origin/testcommit3392
2662 = [up to date] testcommit3393 -> origin/testcommit3393
2663 = [up to date] testcommit3394 -> origin/testcommit3394
2664 = [up to date] testcommit3395 -> origin/testcommit3395
2665 = [up to date] testcommit3396 -> origin/testcommit3396
2666 = [up to date] testcommit3397 -> origin/testcommit3397
2667 = [up to date] testcommit3398 -> origin/testcommit3398
2668 = [up to date] testcommit3399 -> origin/testcommit3399
2669 = [up to date] testcommit34 -> origin/testcommit34
2670 = [up to date] testcommit340 -> origin/testcommit340
2671 = [up to date] testcommit3400 -> origin/testcommit3400
2672 = [up to date] testcommit3401 -> origin/testcommit3401
2673 = [up to date] testcommit3402 -> origin/testcommit3402
2674 = [up to date] testcommit3403 -> origin/testcommit3403
2675 = [up to date] testcommit3404 -> origin/testcommit3404
2676 = [up to date] testcommit3405 -> origin/testcommit3405
2677 = [up to date] testcommit3406 -> origin/testcommit3406
2678 = [up to date] testcommit3407 -> origin/testcommit3407
2679 = [up to date] testcommit3408 -> origin/testcommit3408
2680 = [up to date] testcommit3409 -> origin/testcommit3409
2681 = [up to date] testcommit341 -> origin/testcommit341
2682 = [up to date] testcommit3410 -> origin/testcommit3410
2683 = [up to date] testcommit3411 -> origin/testcommit3411
2684 = [up to date] testcommit3412 -> origin/testcommit3412
2685 = [up to date] testcommit3413 -> origin/testcommit3413
2686 = [up to date] testcommit3414 -> origin/testcommit3414
2687 = [up to date] testcommit3415 -> origin/testcommit3415
2688 = [up to date] testcommit3416 -> origin/testcommit3416
2689 = [up to date] testcommit3417 -> origin/testcommit3417
2690 = [up to date] testcommit3418 -> origin/testcommit3418
2691 = [up to date] testcommit3419 -> origin/testcommit3419
2692 = [up to date] testcommit342 -> origin/testcommit342
2693 = [up to date] testcommit3420 -> origin/testcommit3420
2694 = [up to date] testcommit3421 -> origin/testcommit3421
2695 = [up to date] testcommit3422 -> origin/testcommit3422
2696 = [up to date] testcommit3423 -> origin/testcommit3423
2697 = [up to date] testcommit3424 -> origin/testcommit3424
2698 = [up to date] testcommit3425 -> origin/testcommit3425
2699 = [up to date] testcommit3426 -> origin/testcommit3426
2700 = [up to date] testcommit3427 -> origin/testcommit3427
2701 = [up to date] testcommit3428 -> origin/testcommit3428
2702 = [up to date] testcommit3429 -> origin/testcommit3429
2703 = [up to date] testcommit343 -> origin/testcommit343
2704 = [up to date] testcommit3430 -> origin/testcommit3430
2705 = [up to date] testcommit3431 -> origin/testcommit3431
2706 = [up to date] testcommit3432 -> origin/testcommit3432
2707 = [up to date] testcommit3433 -> origin/testcommit3433
2708 = [up to date] testcommit3434 -> origin/testcommit3434
2709 = [up to date] testcommit3435 -> origin/testcommit3435
2710 = [up to date] testcommit3436 -> origin/testcommit3436
2711 = [up to date] testcommit3437 -> origin/testcommit3437
2712 = [up to date] testcommit3438 -> origin/testcommit3438
2713 = [up to date] testcommit3439 -> origin/testcommit3439
2714 = [up to date] testcommit344 -> origin/testcommit344
2715 = [up to date] testcommit3440 -> origin/testcommit3440
2716 = [up to date] testcommit3441 -> origin/testcommit3441
2717 = [up to date] testcommit3442 -> origin/testcommit3442
2718 = [up to date] testcommit3443 -> origin/testcommit3443
2719 = [up to date] testcommit3444 -> origin/testcommit3444
2720 = [up to date] testcommit3445 -> origin/testcommit3445
2721 = [up to date] testcommit3446 -> origin/testcommit3446
2722 = [up to date] testcommit3447 -> origin/testcommit3447
2723 = [up to date] testcommit3448 -> origin/testcommit3448
2724 = [up to date] testcommit3449 -> origin/testcommit3449
2725 = [up to date] testcommit345 -> origin/testcommit345
2726 = [up to date] testcommit3450 -> origin/testcommit3450
2727 = [up to date] testcommit3451 -> origin/testcommit3451
2728 = [up to date] testcommit3452 -> origin/testcommit3452
2729 = [up to date] testcommit3453 -> origin/testcommit3453
2730 = [up to date] testcommit3454 -> origin/testcommit3454
2731 = [up to date] testcommit3455 -> origin/testcommit3455
2732 = [up to date] testcommit3456 -> origin/testcommit3456
2733 = [up to date] testcommit3457 -> origin/testcommit3457
2734 = [up to date] testcommit3458 -> origin/testcommit3458
2735 = [up to date] testcommit3459 -> origin/testcommit3459
2736 = [up to date] testcommit346 -> origin/testcommit346
2737 = [up to date] testcommit3460 -> origin/testcommit3460
2738 = [up to date] testcommit3461 -> origin/testcommit3461
2739 = [up to date] testcommit3462 -> origin/testcommit3462
2740 = [up to date] testcommit3463 -> origin/testcommit3463
2741 = [up to date] testcommit3464 -> origin/testcommit3464
2742 = [up to date] testcommit3465 -> origin/testcommit3465
2743 = [up to date] testcommit3466 -> origin/testcommit3466
2744 = [up to date] testcommit3467 -> origin/testcommit3467
2745 = [up to date] testcommit3468 -> origin/testcommit3468
2746 = [up to date] testcommit3469 -> origin/testcommit3469
2747 = [up to date] testcommit347 -> origin/testcommit347
2748 = [up to date] testcommit3470 -> origin/testcommit3470
2749 = [up to date] testcommit3471 -> origin/testcommit3471
2750 = [up to date] testcommit3472 -> origin/testcommit3472
2751 = [up to date] testcommit3473 -> origin/testcommit3473
2752 = [up to date] testcommit3474 -> origin/testcommit3474
2753 = [up to date] testcommit3475 -> origin/testcommit3475
2754 = [up to date] testcommit3476 -> origin/testcommit3476
2755 = [up to date] testcommit3477 -> origin/testcommit3477
2756 = [up to date] testcommit3478 -> origin/testcommit3478
2757 = [up to date] testcommit3479 -> origin/testcommit3479
2758 = [up to date] testcommit348 -> origin/testcommit348
2759 = [up to date] testcommit3480 -> origin/testcommit3480
2760 = [up to date] testcommit3481 -> origin/testcommit3481
2761 = [up to date] testcommit3482 -> origin/testcommit3482
2762 = [up to date] testcommit3483 -> origin/testcommit3483
2763 = [up to date] testcommit3484 -> origin/testcommit3484
2764 = [up to date] testcommit3485 -> origin/testcommit3485
2765 = [up to date] testcommit3486 -> origin/testcommit3486
2766 = [up to date] testcommit3487 -> origin/testcommit3487
2767 = [up to date] testcommit3488 -> origin/testcommit3488
2768 = [up to date] testcommit3489 -> origin/testcommit3489
2769 = [up to date] testcommit349 -> origin/testcommit349
2770 = [up to date] testcommit3490 -> origin/testcommit3490
2771 = [up to date] testcommit3491 -> origin/testcommit3491
2772 = [up to date] testcommit3492 -> origin/testcommit3492
2773 = [up to date] testcommit3493 -> origin/testcommit3493
2774 = [up to date] testcommit3494 -> origin/testcommit3494
2775 = [up to date] testcommit3495 -> origin/testcommit3495
2776 = [up to date] testcommit3496 -> origin/testcommit3496
2777 = [up to date] testcommit3497 -> origin/testcommit3497
2778 = [up to date] testcommit3498 -> origin/testcommit3498
2779 = [up to date] testcommit3499 -> origin/testcommit3499
2780 = [up to date] testcommit35 -> origin/testcommit35
2781 = [up to date] testcommit350 -> origin/testcommit350
2782 = [up to date] testcommit3500 -> origin/testcommit3500
2783 = [up to date] testcommit3501 -> origin/testcommit3501
2784 = [up to date] testcommit3502 -> origin/testcommit3502
2785 = [up to date] testcommit3503 -> origin/testcommit3503
2786 = [up to date] testcommit3504 -> origin/testcommit3504
2787 = [up to date] testcommit3505 -> origin/testcommit3505
2788 = [up to date] testcommit3506 -> origin/testcommit3506
2789 = [up to date] testcommit3507 -> origin/testcommit3507
2790 = [up to date] testcommit3508 -> origin/testcommit3508
2791 = [up to date] testcommit3509 -> origin/testcommit3509
2792 = [up to date] testcommit351 -> origin/testcommit351
2793 = [up to date] testcommit3510 -> origin/testcommit3510
2794 = [up to date] testcommit3511 -> origin/testcommit3511
2795 = [up to date] testcommit3512 -> origin/testcommit3512
2796 = [up to date] testcommit3513 -> origin/testcommit3513
2797 = [up to date] testcommit3514 -> origin/testcommit3514
2798 = [up to date] testcommit3515 -> origin/testcommit3515
2799 = [up to date] testcommit3516 -> origin/testcommit3516
2800 = [up to date] testcommit3517 -> origin/testcommit3517
2801 = [up to date] testcommit3518 -> origin/testcommit3518
2802 = [up to date] testcommit3519 -> origin/testcommit3519
2803 = [up to date] testcommit352 -> origin/testcommit352
2804 = [up to date] testcommit3520 -> origin/testcommit3520
2805 = [up to date] testcommit3521 -> origin/testcommit3521
2806 = [up to date] testcommit3522 -> origin/testcommit3522
2807 = [up to date] testcommit3523 -> origin/testcommit3523
2808 = [up to date] testcommit3524 -> origin/testcommit3524
2809 = [up to date] testcommit3525 -> origin/testcommit3525
2810 = [up to date] testcommit3526 -> origin/testcommit3526
2811 = [up to date] testcommit3527 -> origin/testcommit3527
2812 = [up to date] testcommit3528 -> origin/testcommit3528
2813 = [up to date] testcommit3529 -> origin/testcommit3529
2814 = [up to date] testcommit353 -> origin/testcommit353
2815 = [up to date] testcommit3530 -> origin/testcommit3530
2816 = [up to date] testcommit3531 -> origin/testcommit3531
2817 = [up to date] testcommit3532 -> origin/testcommit3532
2818 = [up to date] testcommit3533 -> origin/testcommit3533
2819 = [up to date] testcommit3534 -> origin/testcommit3534
2820 = [up to date] testcommit3535 -> origin/testcommit3535
2821 = [up to date] testcommit3536 -> origin/testcommit3536
2822 = [up to date] testcommit3537 -> origin/testcommit3537
2823 = [up to date] testcommit3538 -> origin/testcommit3538
2824 = [up to date] testcommit3539 -> origin/testcommit3539
2825 = [up to date] testcommit354 -> origin/testcommit354
2826 = [up to date] testcommit3540 -> origin/testcommit3540
2827 = [up to date] testcommit3541 -> origin/testcommit3541
2828 = [up to date] testcommit3542 -> origin/testcommit3542
2829 = [up to date] testcommit3543 -> origin/testcommit3543
2830 = [up to date] testcommit3544 -> origin/testcommit3544
2831 = [up to date] testcommit3545 -> origin/testcommit3545
2832 = [up to date] testcommit3546 -> origin/testcommit3546
2833 = [up to date] testcommit3547 -> origin/testcommit3547
2834 = [up to date] testcommit3548 -> origin/testcommit3548
2835 = [up to date] testcommit3549 -> origin/testcommit3549
2836 = [up to date] testcommit355 -> origin/testcommit355
2837 = [up to date] testcommit3550 -> origin/testcommit3550
2838 = [up to date] testcommit3551 -> origin/testcommit3551
2839 = [up to date] testcommit3552 -> origin/testcommit3552
2840 = [up to date] testcommit3553 -> origin/testcommit3553
2841 = [up to date] testcommit3554 -> origin/testcommit3554
2842 = [up to date] testcommit3555 -> origin/testcommit3555
2843 = [up to date] testcommit3556 -> origin/testcommit3556
2844 = [up to date] testcommit3557 -> origin/testcommit3557
2845 = [up to date] testcommit3558 -> origin/testcommit3558
2846 = [up to date] testcommit3559 -> origin/testcommit3559
2847 = [up to date] testcommit356 -> origin/testcommit356
2848 = [up to date] testcommit3560 -> origin/testcommit3560
2849 = [up to date] testcommit3561 -> origin/testcommit3561
2850 = [up to date] testcommit3562 -> origin/testcommit3562
2851 = [up to date] testcommit3563 -> origin/testcommit3563
2852 = [up to date] testcommit3564 -> origin/testcommit3564
2853 = [up to date] testcommit3565 -> origin/testcommit3565
2854 = [up to date] testcommit3566 -> origin/testcommit3566
2855 = [up to date] testcommit3567 -> origin/testcommit3567
2856 = [up to date] testcommit3568 -> origin/testcommit3568
2857 = [up to date] testcommit3569 -> origin/testcommit3569
2858 = [up to date] testcommit357 -> origin/testcommit357
2859 = [up to date] testcommit3570 -> origin/testcommit3570
2860 = [up to date] testcommit3571 -> origin/testcommit3571
2861 = [up to date] testcommit3572 -> origin/testcommit3572
2862 = [up to date] testcommit3573 -> origin/testcommit3573
2863 = [up to date] testcommit3574 -> origin/testcommit3574
2864 = [up to date] testcommit3575 -> origin/testcommit3575
2865 = [up to date] testcommit3576 -> origin/testcommit3576
2866 = [up to date] testcommit3577 -> origin/testcommit3577
2867 = [up to date] testcommit3578 -> origin/testcommit3578
2868 = [up to date] testcommit3579 -> origin/testcommit3579
2869 = [up to date] testcommit358 -> origin/testcommit358
2870 = [up to date] testcommit3580 -> origin/testcommit3580
2871 = [up to date] testcommit3581 -> origin/testcommit3581
2872 = [up to date] testcommit3582 -> origin/testcommit3582
2873 = [up to date] testcommit3583 -> origin/testcommit3583
2874 = [up to date] testcommit3584 -> origin/testcommit3584
2875 = [up to date] testcommit3585 -> origin/testcommit3585
2876 = [up to date] testcommit3586 -> origin/testcommit3586
2877 = [up to date] testcommit3587 -> origin/testcommit3587
2878 = [up to date] testcommit3588 -> origin/testcommit3588
2879 = [up to date] testcommit3589 -> origin/testcommit3589
2880 = [up to date] testcommit359 -> origin/testcommit359
2881 = [up to date] testcommit3590 -> origin/testcommit3590
2882 = [up to date] testcommit3591 -> origin/testcommit3591
2883 = [up to date] testcommit3592 -> origin/testcommit3592
2884 = [up to date] testcommit3593 -> origin/testcommit3593
2885 = [up to date] testcommit3594 -> origin/testcommit3594
2886 = [up to date] testcommit3595 -> origin/testcommit3595
2887 = [up to date] testcommit3596 -> origin/testcommit3596
2888 = [up to date] testcommit3597 -> origin/testcommit3597
2889 = [up to date] testcommit3598 -> origin/testcommit3598
2890 = [up to date] testcommit3599 -> origin/testcommit3599
2891 = [up to date] testcommit36 -> origin/testcommit36
2892 = [up to date] testcommit360 -> origin/testcommit360
2893 = [up to date] testcommit3600 -> origin/testcommit3600
2894 = [up to date] testcommit3601 -> origin/testcommit3601
2895 = [up to date] testcommit3602 -> origin/testcommit3602
2896 = [up to date] testcommit3603 -> origin/testcommit3603
2897 = [up to date] testcommit3604 -> origin/testcommit3604
2898 = [up to date] testcommit3605 -> origin/testcommit3605
2899 = [up to date] testcommit3606 -> origin/testcommit3606
2900 = [up to date] testcommit3607 -> origin/testcommit3607
2901 = [up to date] testcommit3608 -> origin/testcommit3608
2902 = [up to date] testcommit3609 -> origin/testcommit3609
2903 = [up to date] testcommit361 -> origin/testcommit361
2904 = [up to date] testcommit3610 -> origin/testcommit3610
2905 = [up to date] testcommit3611 -> origin/testcommit3611
2906 = [up to date] testcommit3612 -> origin/testcommit3612
2907 = [up to date] testcommit3613 -> origin/testcommit3613
2908 = [up to date] testcommit3614 -> origin/testcommit3614
2909 = [up to date] testcommit3615 -> origin/testcommit3615
2910 = [up to date] testcommit3616 -> origin/testcommit3616
2911 = [up to date] testcommit3617 -> origin/testcommit3617
2912 = [up to date] testcommit3618 -> origin/testcommit3618
2913 = [up to date] testcommit3619 -> origin/testcommit3619
2914 = [up to date] testcommit362 -> origin/testcommit362
2915 = [up to date] testcommit3620 -> origin/testcommit3620
2916 = [up to date] testcommit3621 -> origin/testcommit3621
2917 = [up to date] testcommit3622 -> origin/testcommit3622
2918 = [up to date] testcommit3623 -> origin/testcommit3623
2919 = [up to date] testcommit3624 -> origin/testcommit3624
2920 = [up to date] testcommit3625 -> origin/testcommit3625
2921 = [up to date] testcommit3626 -> origin/testcommit3626
2922 = [up to date] testcommit3627 -> origin/testcommit3627
2923 = [up to date] testcommit3628 -> origin/testcommit3628
2924 = [up to date] testcommit3629 -> origin/testcommit3629
2925 = [up to date] testcommit363 -> origin/testcommit363
2926 = [up to date] testcommit3630 -> origin/testcommit3630
2927 = [up to date] testcommit3631 -> origin/testcommit3631
2928 = [up to date] testcommit3632 -> origin/testcommit3632
2929 = [up to date] testcommit3633 -> origin/testcommit3633
2930 = [up to date] testcommit3634 -> origin/testcommit3634
2931 = [up to date] testcommit3635 -> origin/testcommit3635
2932 = [up to date] testcommit3636 -> origin/testcommit3636
2933 = [up to date] testcommit3637 -> origin/testcommit3637
2934 = [up to date] testcommit3638 -> origin/testcommit3638
2935 = [up to date] testcommit3639 -> origin/testcommit3639
2936 = [up to date] testcommit364 -> origin/testcommit364
2937 = [up to date] testcommit3640 -> origin/testcommit3640
2938 = [up to date] testcommit3641 -> origin/testcommit3641
2939 = [up to date] testcommit3642 -> origin/testcommit3642
2940 = [up to date] testcommit3643 -> origin/testcommit3643
2941 = [up to date] testcommit3644 -> origin/testcommit3644
2942 = [up to date] testcommit3645 -> origin/testcommit3645
2943 = [up to date] testcommit3646 -> origin/testcommit3646
2944 = [up to date] testcommit3647 -> origin/testcommit3647
2945 = [up to date] testcommit3648 -> origin/testcommit3648
2946 = [up to date] testcommit3649 -> origin/testcommit3649
2947 = [up to date] testcommit365 -> origin/testcommit365
2948 = [up to date] testcommit3650 -> origin/testcommit3650
2949 = [up to date] testcommit3651 -> origin/testcommit3651
2950 = [up to date] testcommit3652 -> origin/testcommit3652
2951 = [up to date] testcommit3653 -> origin/testcommit3653
2952 = [up to date] testcommit3654 -> origin/testcommit3654
2953 = [up to date] testcommit3655 -> origin/testcommit3655
2954 = [up to date] testcommit3656 -> origin/testcommit3656
2955 = [up to date] testcommit3657 -> origin/testcommit3657
2956 = [up to date] testcommit3658 -> origin/testcommit3658
2957 = [up to date] testcommit3659 -> origin/testcommit3659
2958 = [up to date] testcommit366 -> origin/testcommit366
2959 = [up to date] testcommit3660 -> origin/testcommit3660
2960 = [up to date] testcommit3661 -> origin/testcommit3661
2961 = [up to date] testcommit3662 -> origin/testcommit3662
2962 = [up to date] testcommit3663 -> origin/testcommit3663
2963 = [up to date] testcommit3664 -> origin/testcommit3664
2964 = [up to date] testcommit3665 -> origin/testcommit3665
2965 = [up to date] testcommit3666 -> origin/testcommit3666
2966 = [up to date] testcommit3667 -> origin/testcommit3667
2967 = [up to date] testcommit3668 -> origin/testcommit3668
2968 = [up to date] testcommit3669 -> origin/testcommit3669
2969 = [up to date] testcommit367 -> origin/testcommit367
2970 = [up to date] testcommit3670 -> origin/testcommit3670
2971 = [up to date] testcommit3671 -> origin/testcommit3671
2972 = [up to date] testcommit3672 -> origin/testcommit3672
2973 = [up to date] testcommit3673 -> origin/testcommit3673
2974 = [up to date] testcommit3674 -> origin/testcommit3674
2975 = [up to date] testcommit3675 -> origin/testcommit3675
2976 = [up to date] testcommit3676 -> origin/testcommit3676
2977 = [up to date] testcommit3677 -> origin/testcommit3677
2978 = [up to date] testcommit3678 -> origin/testcommit3678
2979 = [up to date] testcommit3679 -> origin/testcommit3679
2980 = [up to date] testcommit368 -> origin/testcommit368
2981 = [up to date] testcommit3680 -> origin/testcommit3680
2982 = [up to date] testcommit3681 -> origin/testcommit3681
2983 = [up to date] testcommit3682 -> origin/testcommit3682
2984 = [up to date] testcommit3683 -> origin/testcommit3683
2985 = [up to date] testcommit3684 -> origin/testcommit3684
2986 = [up to date] testcommit3685 -> origin/testcommit3685
2987 = [up to date] testcommit3686 -> origin/testcommit3686
2988 = [up to date] testcommit3687 -> origin/testcommit3687
2989 = [up to date] testcommit3688 -> origin/testcommit3688
2990 = [up to date] testcommit3689 -> origin/testcommit3689
2991 = [up to date] testcommit369 -> origin/testcommit369
2992 = [up to date] testcommit3690 -> origin/testcommit3690
2993 = [up to date] testcommit3691 -> origin/testcommit3691
2994 = [up to date] testcommit3692 -> origin/testcommit3692
2995 = [up to date] testcommit3693 -> origin/testcommit3693
2996 = [up to date] testcommit3694 -> origin/testcommit3694
2997 = [up to date] testcommit3695 -> origin/testcommit3695
2998 = [up to date] testcommit3696 -> origin/testcommit3696
2999 = [up to date] testcommit3697 -> origin/testcommit3697
3000 = [up to date] testcommit3698 -> origin/testcommit3698
3001 = [up to date] testcommit3699 -> origin/testcommit3699
3002 = [up to date] testcommit37 -> origin/testcommit37
3003 = [up to date] testcommit370 -> origin/testcommit370
3004 = [up to date] testcommit3700 -> origin/testcommit3700
3005 = [up to date] testcommit3701 -> origin/testcommit3701
3006 = [up to date] testcommit3702 -> origin/testcommit3702
3007 = [up to date] testcommit3703 -> origin/testcommit3703
3008 = [up to date] testcommit3704 -> origin/testcommit3704
3009 = [up to date] testcommit3705 -> origin/testcommit3705
3010 = [up to date] testcommit3706 -> origin/testcommit3706
3011 = [up to date] testcommit3707 -> origin/testcommit3707
3012 = [up to date] testcommit3708 -> origin/testcommit3708
3013 = [up to date] testcommit3709 -> origin/testcommit3709
3014 = [up to date] testcommit371 -> origin/testcommit371
3015 = [up to date] testcommit3710 -> origin/testcommit3710
3016 = [up to date] testcommit3711 -> origin/testcommit3711
3017 = [up to date] testcommit3712 -> origin/testcommit3712
3018 = [up to date] testcommit3713 -> origin/testcommit3713
3019 = [up to date] testcommit3714 -> origin/testcommit3714
3020 = [up to date] testcommit3715 -> origin/testcommit3715
3021 = [up to date] testcommit3716 -> origin/testcommit3716
3022 = [up to date] testcommit3717 -> origin/testcommit3717
3023 = [up to date] testcommit3718 -> origin/testcommit3718
3024 = [up to date] testcommit3719 -> origin/testcommit3719
3025 = [up to date] testcommit372 -> origin/testcommit372
3026 = [up to date] testcommit3720 -> origin/testcommit3720
3027 = [up to date] testcommit3721 -> origin/testcommit3721
3028 = [up to date] testcommit3722 -> origin/testcommit3722
3029 = [up to date] testcommit3723 -> origin/testcommit3723
3030 = [up to date] testcommit3724 -> origin/testcommit3724
3031 = [up to date] testcommit3725 -> origin/testcommit3725
3032 = [up to date] testcommit3726 -> origin/testcommit3726
3033 = [up to date] testcommit3727 -> origin/testcommit3727
3034 = [up to date] testcommit3728 -> origin/testcommit3728
3035 = [up to date] testcommit3729 -> origin/testcommit3729
3036 = [up to date] testcommit373 -> origin/testcommit373
3037 = [up to date] testcommit3730 -> origin/testcommit3730
3038 = [up to date] testcommit3731 -> origin/testcommit3731
3039 = [up to date] testcommit3732 -> origin/testcommit3732
3040 = [up to date] testcommit3733 -> origin/testcommit3733
3041 = [up to date] testcommit3734 -> origin/testcommit3734
3042 = [up to date] testcommit3735 -> origin/testcommit3735
3043 = [up to date] testcommit3736 -> origin/testcommit3736
3044 = [up to date] testcommit3737 -> origin/testcommit3737
3045 = [up to date] testcommit3738 -> origin/testcommit3738
3046 = [up to date] testcommit3739 -> origin/testcommit3739
3047 = [up to date] testcommit374 -> origin/testcommit374
3048 = [up to date] testcommit3740 -> origin/testcommit3740
3049 = [up to date] testcommit3741 -> origin/testcommit3741
3050 = [up to date] testcommit3742 -> origin/testcommit3742
3051 = [up to date] testcommit3743 -> origin/testcommit3743
3052 = [up to date] testcommit3744 -> origin/testcommit3744
3053 = [up to date] testcommit3745 -> origin/testcommit3745
3054 = [up to date] testcommit3746 -> origin/testcommit3746
3055 = [up to date] testcommit3747 -> origin/testcommit3747
3056 = [up to date] testcommit3748 -> origin/testcommit3748
3057 = [up to date] testcommit3749 -> origin/testcommit3749
3058 = [up to date] testcommit375 -> origin/testcommit375
3059 = [up to date] testcommit3750 -> origin/testcommit3750
3060 = [up to date] testcommit3751 -> origin/testcommit3751
3061 = [up to date] testcommit3752 -> origin/testcommit3752
3062 = [up to date] testcommit3753 -> origin/testcommit3753
3063 = [up to date] testcommit3754 -> origin/testcommit3754
3064 = [up to date] testcommit3755 -> origin/testcommit3755
3065 = [up to date] testcommit3756 -> origin/testcommit3756
3066 = [up to date] testcommit3757 -> origin/testcommit3757
3067 = [up to date] testcommit3758 -> origin/testcommit3758
3068 = [up to date] testcommit3759 -> origin/testcommit3759
3069 = [up to date] testcommit376 -> origin/testcommit376
3070 = [up to date] testcommit3760 -> origin/testcommit3760
3071 = [up to date] testcommit3761 -> origin/testcommit3761
3072 = [up to date] testcommit3762 -> origin/testcommit3762
3073 = [up to date] testcommit3763 -> origin/testcommit3763
3074 = [up to date] testcommit3764 -> origin/testcommit3764
3075 = [up to date] testcommit3765 -> origin/testcommit3765
3076 = [up to date] testcommit3766 -> origin/testcommit3766
3077 = [up to date] testcommit3767 -> origin/testcommit3767
3078 = [up to date] testcommit3768 -> origin/testcommit3768
3079 = [up to date] testcommit3769 -> origin/testcommit3769
3080 = [up to date] testcommit377 -> origin/testcommit377
3081 = [up to date] testcommit3770 -> origin/testcommit3770
3082 = [up to date] testcommit3771 -> origin/testcommit3771
3083 = [up to date] testcommit3772 -> origin/testcommit3772
3084 = [up to date] testcommit3773 -> origin/testcommit3773
3085 = [up to date] testcommit3774 -> origin/testcommit3774
3086 = [up to date] testcommit3775 -> origin/testcommit3775
3087 = [up to date] testcommit3776 -> origin/testcommit3776
3088 = [up to date] testcommit3777 -> origin/testcommit3777
3089 = [up to date] testcommit3778 -> origin/testcommit3778
3090 = [up to date] testcommit3779 -> origin/testcommit3779
3091 = [up to date] testcommit378 -> origin/testcommit378
3092 = [up to date] testcommit3780 -> origin/testcommit3780
3093 = [up to date] testcommit3781 -> origin/testcommit3781
3094 = [up to date] testcommit3782 -> origin/testcommit3782
3095 = [up to date] testcommit3783 -> origin/testcommit3783
3096 = [up to date] testcommit3784 -> origin/testcommit3784
3097 = [up to date] testcommit3785 -> origin/testcommit3785
3098 = [up to date] testcommit3786 -> origin/testcommit3786
3099 = [up to date] testcommit3787 -> origin/testcommit3787
3100 = [up to date] testcommit3788 -> origin/testcommit3788
3101 = [up to date] testcommit3789 -> origin/testcommit3789
3102 = [up to date] testcommit379 -> origin/testcommit379
3103 = [up to date] testcommit3790 -> origin/testcommit3790
3104 = [up to date] testcommit3791 -> origin/testcommit3791
3105 = [up to date] testcommit3792 -> origin/testcommit3792
3106 = [up to date] testcommit3793 -> origin/testcommit3793
3107 = [up to date] testcommit3794 -> origin/testcommit3794
3108 = [up to date] testcommit3795 -> origin/testcommit3795
3109 = [up to date] testcommit3796 -> origin/testcommit3796
3110 = [up to date] testcommit3797 -> origin/testcommit3797
3111 = [up to date] testcommit3798 -> origin/testcommit3798
3112 = [up to date] testcommit3799 -> origin/testcommit3799
3113 = [up to date] testcommit38 -> origin/testcommit38
3114 = [up to date] testcommit380 -> origin/testcommit380
3115 = [up to date] testcommit3800 -> origin/testcommit3800
3116 = [up to date] testcommit3801 -> origin/testcommit3801
3117 = [up to date] testcommit3802 -> origin/testcommit3802
3118 = [up to date] testcommit3803 -> origin/testcommit3803
3119 = [up to date] testcommit3804 -> origin/testcommit3804
3120 = [up to date] testcommit3805 -> origin/testcommit3805
3121 = [up to date] testcommit3806 -> origin/testcommit3806
3122 = [up to date] testcommit3807 -> origin/testcommit3807
3123 = [up to date] testcommit3808 -> origin/testcommit3808
3124 = [up to date] testcommit3809 -> origin/testcommit3809
3125 = [up to date] testcommit381 -> origin/testcommit381
3126 = [up to date] testcommit3810 -> origin/testcommit3810
3127 = [up to date] testcommit3811 -> origin/testcommit3811
3128 = [up to date] testcommit3812 -> origin/testcommit3812
3129 = [up to date] testcommit3813 -> origin/testcommit3813
3130 = [up to date] testcommit3814 -> origin/testcommit3814
3131 = [up to date] testcommit3815 -> origin/testcommit3815
3132 = [up to date] testcommit3816 -> origin/testcommit3816
3133 = [up to date] testcommit3817 -> origin/testcommit3817
3134 = [up to date] testcommit3818 -> origin/testcommit3818
3135 = [up to date] testcommit3819 -> origin/testcommit3819
3136 = [up to date] testcommit382 -> origin/testcommit382
3137 = [up to date] testcommit3820 -> origin/testcommit3820
3138 = [up to date] testcommit3821 -> origin/testcommit3821
3139 = [up to date] testcommit3822 -> origin/testcommit3822
3140 = [up to date] testcommit3823 -> origin/testcommit3823
3141 = [up to date] testcommit3824 -> origin/testcommit3824
3142 = [up to date] testcommit3825 -> origin/testcommit3825
3143 = [up to date] testcommit3826 -> origin/testcommit3826
3144 = [up to date] testcommit3827 -> origin/testcommit3827
3145 = [up to date] testcommit3828 -> origin/testcommit3828
3146 = [up to date] testcommit3829 -> origin/testcommit3829
3147 = [up to date] testcommit383 -> origin/testcommit383
3148 = [up to date] testcommit3830 -> origin/testcommit3830
3149 = [up to date] testcommit3831 -> origin/testcommit3831
3150 = [up to date] testcommit3832 -> origin/testcommit3832
3151 = [up to date] testcommit3833 -> origin/testcommit3833
3152 = [up to date] testcommit3834 -> origin/testcommit3834
3153 = [up to date] testcommit3835 -> origin/testcommit3835
3154 = [up to date] testcommit3836 -> origin/testcommit3836
3155 = [up to date] testcommit3837 -> origin/testcommit3837
3156 = [up to date] testcommit3838 -> origin/testcommit3838
3157 = [up to date] testcommit3839 -> origin/testcommit3839
3158 = [up to date] testcommit384 -> origin/testcommit384
3159 = [up to date] testcommit3840 -> origin/testcommit3840
3160 = [up to date] testcommit3841 -> origin/testcommit3841
3161 = [up to date] testcommit3842 -> origin/testcommit3842
3162 = [up to date] testcommit3843 -> origin/testcommit3843
3163 = [up to date] testcommit3844 -> origin/testcommit3844
3164 = [up to date] testcommit3845 -> origin/testcommit3845
3165 = [up to date] testcommit3846 -> origin/testcommit3846
3166 = [up to date] testcommit3847 -> origin/testcommit3847
3167 = [up to date] testcommit3848 -> origin/testcommit3848
3168 = [up to date] testcommit3849 -> origin/testcommit3849
3169 = [up to date] testcommit385 -> origin/testcommit385
3170 = [up to date] testcommit3850 -> origin/testcommit3850
3171 = [up to date] testcommit3851 -> origin/testcommit3851
3172 = [up to date] testcommit3852 -> origin/testcommit3852
3173 = [up to date] testcommit3853 -> origin/testcommit3853
3174 = [up to date] testcommit3854 -> origin/testcommit3854
3175 = [up to date] testcommit3855 -> origin/testcommit3855
3176 = [up to date] testcommit3856 -> origin/testcommit3856
3177 = [up to date] testcommit3857 -> origin/testcommit3857
3178 = [up to date] testcommit3858 -> origin/testcommit3858
3179 = [up to date] testcommit3859 -> origin/testcommit3859
3180 = [up to date] testcommit386 -> origin/testcommit386
3181 = [up to date] testcommit3860 -> origin/testcommit3860
3182 = [up to date] testcommit3861 -> origin/testcommit3861
3183 = [up to date] testcommit3862 -> origin/testcommit3862
3184 = [up to date] testcommit3863 -> origin/testcommit3863
3185 = [up to date] testcommit3864 -> origin/testcommit3864
3186 = [up to date] testcommit3865 -> origin/testcommit3865
3187 = [up to date] testcommit3866 -> origin/testcommit3866
3188 = [up to date] testcommit3867 -> origin/testcommit3867
3189 = [up to date] testcommit3868 -> origin/testcommit3868
3190 = [up to date] testcommit3869 -> origin/testcommit3869
3191 = [up to date] testcommit387 -> origin/testcommit387
3192 = [up to date] testcommit3870 -> origin/testcommit3870
3193 = [up to date] testcommit3871 -> origin/testcommit3871
3194 = [up to date] testcommit3872 -> origin/testcommit3872
3195 = [up to date] testcommit3873 -> origin/testcommit3873
3196 = [up to date] testcommit3874 -> origin/testcommit3874
3197 = [up to date] testcommit3875 -> origin/testcommit3875
3198 = [up to date] testcommit3876 -> origin/testcommit3876
3199 = [up to date] testcommit3877 -> origin/testcommit3877
3200 = [up to date] testcommit3878 -> origin/testcommit3878
3201 = [up to date] testcommit3879 -> origin/testcommit3879
3202 = [up to date] testcommit388 -> origin/testcommit388
3203 = [up to date] testcommit3880 -> origin/testcommit3880
3204 = [up to date] testcommit3881 -> origin/testcommit3881
3205 = [up to date] testcommit3882 -> origin/testcommit3882
3206 = [up to date] testcommit3883 -> origin/testcommit3883
3207 = [up to date] testcommit3884 -> origin/testcommit3884
3208 = [up to date] testcommit3885 -> origin/testcommit3885
3209 = [up to date] testcommit3886 -> origin/testcommit3886
3210 = [up to date] testcommit3887 -> origin/testcommit3887
3211 = [up to date] testcommit3888 -> origin/testcommit3888
3212 = [up to date] testcommit3889 -> origin/testcommit3889
3213 = [up to date] testcommit389 -> origin/testcommit389
3214 = [up to date] testcommit3890 -> origin/testcommit3890
3215 = [up to date] testcommit3891 -> origin/testcommit3891
3216 = [up to date] testcommit3892 -> origin/testcommit3892
3217 = [up to date] testcommit3893 -> origin/testcommit3893
3218 = [up to date] testcommit3894 -> origin/testcommit3894
3219 = [up to date] testcommit3895 -> origin/testcommit3895
3220 = [up to date] testcommit3896 -> origin/testcommit3896
3221 = [up to date] testcommit3897 -> origin/testcommit3897
3222 = [up to date] testcommit3898 -> origin/testcommit3898
3223 = [up to date] testcommit3899 -> origin/testcommit3899
3224 = [up to date] testcommit39 -> origin/testcommit39
3225 = [up to date] testcommit390 -> origin/testcommit390
3226 = [up to date] testcommit3900 -> origin/testcommit3900
3227 = [up to date] testcommit3901 -> origin/testcommit3901
3228 = [up to date] testcommit3902 -> origin/testcommit3902
3229 = [up to date] testcommit3903 -> origin/testcommit3903
3230 = [up to date] testcommit3904 -> origin/testcommit3904
3231 = [up to date] testcommit3905 -> origin/testcommit3905
3232 = [up to date] testcommit3906 -> origin/testcommit3906
3233 = [up to date] testcommit3907 -> origin/testcommit3907
3234 = [up to date] testcommit3908 -> origin/testcommit3908
3235 = [up to date] testcommit3909 -> origin/testcommit3909
3236 = [up to date] testcommit391 -> origin/testcommit391
3237 = [up to date] testcommit3910 -> origin/testcommit3910
3238 = [up to date] testcommit3911 -> origin/testcommit3911
3239 = [up to date] testcommit3912 -> origin/testcommit3912
3240 = [up to date] testcommit3913 -> origin/testcommit3913
3241 = [up to date] testcommit3914 -> origin/testcommit3914
3242 = [up to date] testcommit3915 -> origin/testcommit3915
3243 = [up to date] testcommit3916 -> origin/testcommit3916
3244 = [up to date] testcommit3917 -> origin/testcommit3917
3245 = [up to date] testcommit3918 -> origin/testcommit3918
3246 = [up to date] testcommit3919 -> origin/testcommit3919
3247 = [up to date] testcommit392 -> origin/testcommit392
3248 = [up to date] testcommit3920 -> origin/testcommit3920
3249 = [up to date] testcommit3921 -> origin/testcommit3921
3250 = [up to date] testcommit3922 -> origin/testcommit3922
3251 = [up to date] testcommit3923 -> origin/testcommit3923
3252 = [up to date] testcommit3924 -> origin/testcommit3924
3253 = [up to date] testcommit3925 -> origin/testcommit3925
3254 = [up to date] testcommit3926 -> origin/testcommit3926
3255 = [up to date] testcommit3927 -> origin/testcommit3927
3256 = [up to date] testcommit3928 -> origin/testcommit3928
3257 = [up to date] testcommit3929 -> origin/testcommit3929
3258 = [up to date] testcommit393 -> origin/testcommit393
3259 = [up to date] testcommit3930 -> origin/testcommit3930
3260 = [up to date] testcommit3931 -> origin/testcommit3931
3261 = [up to date] testcommit3932 -> origin/testcommit3932
3262 = [up to date] testcommit3933 -> origin/testcommit3933
3263 = [up to date] testcommit3934 -> origin/testcommit3934
3264 = [up to date] testcommit3935 -> origin/testcommit3935
3265 = [up to date] testcommit3936 -> origin/testcommit3936
3266 = [up to date] testcommit3937 -> origin/testcommit3937
3267 = [up to date] testcommit3938 -> origin/testcommit3938
3268 = [up to date] testcommit3939 -> origin/testcommit3939
3269 = [up to date] testcommit394 -> origin/testcommit394
3270 = [up to date] testcommit3940 -> origin/testcommit3940
3271 = [up to date] testcommit3941 -> origin/testcommit3941
3272 = [up to date] testcommit3942 -> origin/testcommit3942
3273 = [up to date] testcommit3943 -> origin/testcommit3943
3274 = [up to date] testcommit3944 -> origin/testcommit3944
3275 = [up to date] testcommit3945 -> origin/testcommit3945
3276 = [up to date] testcommit3946 -> origin/testcommit3946
3277 = [up to date] testcommit3947 -> origin/testcommit3947
3278 = [up to date] testcommit3948 -> origin/testcommit3948
3279 = [up to date] testcommit3949 -> origin/testcommit3949
3280 = [up to date] testcommit395 -> origin/testcommit395
3281 = [up to date] testcommit3950 -> origin/testcommit3950
3282 = [up to date] testcommit3951 -> origin/testcommit3951
3283 = [up to date] testcommit3952 -> origin/testcommit3952
3284 = [up to date] testcommit3953 -> origin/testcommit3953
3285 = [up to date] testcommit3954 -> origin/testcommit3954
3286 = [up to date] testcommit3955 -> origin/testcommit3955
3287 = [up to date] testcommit3956 -> origin/testcommit3956
3288 = [up to date] testcommit3957 -> origin/testcommit3957
3289 = [up to date] testcommit3958 -> origin/testcommit3958
3290 = [up to date] testcommit3959 -> origin/testcommit3959
3291 = [up to date] testcommit396 -> origin/testcommit396
3292 = [up to date] testcommit3960 -> origin/testcommit3960
3293 = [up to date] testcommit3961 -> origin/testcommit3961
3294 = [up to date] testcommit3962 -> origin/testcommit3962
3295 = [up to date] testcommit3963 -> origin/testcommit3963
3296 = [up to date] testcommit3964 -> origin/testcommit3964
3297 = [up to date] testcommit3965 -> origin/testcommit3965
3298 = [up to date] testcommit3966 -> origin/testcommit3966
3299 = [up to date] testcommit3967 -> origin/testcommit3967
3300 = [up to date] testcommit3968 -> origin/testcommit3968
3301 = [up to date] testcommit3969 -> origin/testcommit3969
3302 = [up to date] testcommit397 -> origin/testcommit397
3303 = [up to date] testcommit3970 -> origin/testcommit3970
3304 = [up to date] testcommit3971 -> origin/testcommit3971
3305 = [up to date] testcommit3972 -> origin/testcommit3972
3306 = [up to date] testcommit3973 -> origin/testcommit3973
3307 = [up to date] testcommit3974 -> origin/testcommit3974
3308 = [up to date] testcommit3975 -> origin/testcommit3975
3309 = [up to date] testcommit3976 -> origin/testcommit3976
3310 = [up to date] testcommit3977 -> origin/testcommit3977
3311 = [up to date] testcommit3978 -> origin/testcommit3978
3312 = [up to date] testcommit3979 -> origin/testcommit3979
3313 = [up to date] testcommit398 -> origin/testcommit398
3314 = [up to date] testcommit3980 -> origin/testcommit3980
3315 = [up to date] testcommit3981 -> origin/testcommit3981
3316 = [up to date] testcommit3982 -> origin/testcommit3982
3317 = [up to date] testcommit3983 -> origin/testcommit3983
3318 = [up to date] testcommit3984 -> origin/testcommit3984
3319 = [up to date] testcommit3985 -> origin/testcommit3985
3320 = [up to date] testcommit3986 -> origin/testcommit3986
3321 = [up to date] testcommit3987 -> origin/testcommit3987
3322 = [up to date] testcommit3988 -> origin/testcommit3988
3323 = [up to date] testcommit3989 -> origin/testcommit3989
3324 = [up to date] testcommit399 -> origin/testcommit399
3325 = [up to date] testcommit3990 -> origin/testcommit3990
3326 = [up to date] testcommit3991 -> origin/testcommit3991
3327 = [up to date] testcommit3992 -> origin/testcommit3992
3328 = [up to date] testcommit3993 -> origin/testcommit3993
3329 = [up to date] testcommit3994 -> origin/testcommit3994
3330 = [up to date] testcommit3995 -> origin/testcommit3995
3331 = [up to date] testcommit3996 -> origin/testcommit3996
3332 = [up to date] testcommit3997 -> origin/testcommit3997
3333 = [up to date] testcommit3998 -> origin/testcommit3998
3334 = [up to date] testcommit3999 -> origin/testcommit3999
3335 = [up to date] testcommit4 -> origin/testcommit4
3336 = [up to date] testcommit40 -> origin/testcommit40
3337 = [up to date] testcommit400 -> origin/testcommit400
3338 = [up to date] testcommit4000 -> origin/testcommit4000
3339 = [up to date] testcommit4001 -> origin/testcommit4001
3340 = [up to date] testcommit4002 -> origin/testcommit4002
3341 = [up to date] testcommit4003 -> origin/testcommit4003
3342 = [up to date] testcommit4004 -> origin/testcommit4004
3343 = [up to date] testcommit4005 -> origin/testcommit4005
3344 = [up to date] testcommit4006 -> origin/testcommit4006
3345 = [up to date] testcommit4007 -> origin/testcommit4007
3346 = [up to date] testcommit4008 -> origin/testcommit4008
3347 = [up to date] testcommit4009 -> origin/testcommit4009
3348 = [up to date] testcommit401 -> origin/testcommit401
3349 = [up to date] testcommit4010 -> origin/testcommit4010
3350 = [up to date] testcommit4011 -> origin/testcommit4011
3351 = [up to date] testcommit4012 -> origin/testcommit4012
3352 = [up to date] testcommit4013 -> origin/testcommit4013
3353 = [up to date] testcommit4014 -> origin/testcommit4014
3354 = [up to date] testcommit4015 -> origin/testcommit4015
3355 = [up to date] testcommit4016 -> origin/testcommit4016
3356 = [up to date] testcommit4017 -> origin/testcommit4017
3357 = [up to date] testcommit4018 -> origin/testcommit4018
3358 = [up to date] testcommit4019 -> origin/testcommit4019
3359 = [up to date] testcommit402 -> origin/testcommit402
3360 = [up to date] testcommit4020 -> origin/testcommit4020
3361 = [up to date] testcommit4021 -> origin/testcommit4021
3362 = [up to date] testcommit4022 -> origin/testcommit4022
3363 = [up to date] testcommit4023 -> origin/testcommit4023
3364 = [up to date] testcommit4024 -> origin/testcommit4024
3365 = [up to date] testcommit4025 -> origin/testcommit4025
3366 = [up to date] testcommit4026 -> origin/testcommit4026
3367 = [up to date] testcommit4027 -> origin/testcommit4027
3368 = [up to date] testcommit4028 -> origin/testcommit4028
3369 = [up to date] testcommit4029 -> origin/testcommit4029
3370 = [up to date] testcommit403 -> origin/testcommit403
3371 = [up to date] testcommit4030 -> origin/testcommit4030
3372 = [up to date] testcommit4031 -> origin/testcommit4031
3373 = [up to date] testcommit4032 -> origin/testcommit4032
3374 = [up to date] testcommit4033 -> origin/testcommit4033
3375 = [up to date] testcommit4034 -> origin/testcommit4034
3376 = [up to date] testcommit4035 -> origin/testcommit4035
3377 = [up to date] testcommit4036 -> origin/testcommit4036
3378 = [up to date] testcommit4037 -> origin/testcommit4037
3379 = [up to date] testcommit4038 -> origin/testcommit4038
3380 = [up to date] testcommit4039 -> origin/testcommit4039
3381 = [up to date] testcommit404 -> origin/testcommit404
3382 = [up to date] testcommit4040 -> origin/testcommit4040
3383 = [up to date] testcommit4041 -> origin/testcommit4041
3384 = [up to date] testcommit4042 -> origin/testcommit4042
3385 = [up to date] testcommit4043 -> origin/testcommit4043
3386 = [up to date] testcommit4044 -> origin/testcommit4044
3387 = [up to date] testcommit4045 -> origin/testcommit4045
3388 = [up to date] testcommit4046 -> origin/testcommit4046
3389 = [up to date] testcommit4047 -> origin/testcommit4047
3390 = [up to date] testcommit4048 -> origin/testcommit4048
3391 = [up to date] testcommit4049 -> origin/testcommit4049
3392 = [up to date] testcommit405 -> origin/testcommit405
3393 = [up to date] testcommit4050 -> origin/testcommit4050
3394 = [up to date] testcommit4051 -> origin/testcommit4051
3395 = [up to date] testcommit4052 -> origin/testcommit4052
3396 = [up to date] testcommit4053 -> origin/testcommit4053
3397 = [up to date] testcommit4054 -> origin/testcommit4054
3398 = [up to date] testcommit4055 -> origin/testcommit4055
3399 = [up to date] testcommit4056 -> origin/testcommit4056
3400 = [up to date] testcommit4057 -> origin/testcommit4057
3401 = [up to date] testcommit4058 -> origin/testcommit4058
3402 = [up to date] testcommit4059 -> origin/testcommit4059
3403 = [up to date] testcommit406 -> origin/testcommit406
3404 = [up to date] testcommit4060 -> origin/testcommit4060
3405 = [up to date] testcommit4061 -> origin/testcommit4061
3406 = [up to date] testcommit4062 -> origin/testcommit4062
3407 = [up to date] testcommit4063 -> origin/testcommit4063
3408 = [up to date] testcommit4064 -> origin/testcommit4064
3409 = [up to date] testcommit4065 -> origin/testcommit4065
3410 = [up to date] testcommit4066 -> origin/testcommit4066
3411 = [up to date] testcommit4067 -> origin/testcommit4067
3412 = [up to date] testcommit4068 -> origin/testcommit4068
3413 = [up to date] testcommit4069 -> origin/testcommit4069
3414 = [up to date] testcommit407 -> origin/testcommit407
3415 = [up to date] testcommit4070 -> origin/testcommit4070
3416 = [up to date] testcommit4071 -> origin/testcommit4071
3417 = [up to date] testcommit4072 -> origin/testcommit4072
3418 = [up to date] testcommit4073 -> origin/testcommit4073
3419 = [up to date] testcommit4074 -> origin/testcommit4074
3420 = [up to date] testcommit4075 -> origin/testcommit4075
3421 = [up to date] testcommit4076 -> origin/testcommit4076
3422 = [up to date] testcommit4077 -> origin/testcommit4077
3423 = [up to date] testcommit4078 -> origin/testcommit4078
3424 = [up to date] testcommit4079 -> origin/testcommit4079
3425 = [up to date] testcommit408 -> origin/testcommit408
3426 = [up to date] testcommit4080 -> origin/testcommit4080
3427 = [up to date] testcommit4081 -> origin/testcommit4081
3428 = [up to date] testcommit4082 -> origin/testcommit4082
3429 = [up to date] testcommit4083 -> origin/testcommit4083
3430 = [up to date] testcommit4084 -> origin/testcommit4084
3431 = [up to date] testcommit4085 -> origin/testcommit4085
3432 = [up to date] testcommit4086 -> origin/testcommit4086
3433 = [up to date] testcommit4087 -> origin/testcommit4087
3434 = [up to date] testcommit4088 -> origin/testcommit4088
3435 = [up to date] testcommit4089 -> origin/testcommit4089
3436 = [up to date] testcommit409 -> origin/testcommit409
3437 = [up to date] testcommit4090 -> origin/testcommit4090
3438 = [up to date] testcommit4091 -> origin/testcommit4091
3439 = [up to date] testcommit4092 -> origin/testcommit4092
3440 = [up to date] testcommit4093 -> origin/testcommit4093
3441 = [up to date] testcommit4094 -> origin/testcommit4094
3442 = [up to date] testcommit4095 -> origin/testcommit4095
3443 = [up to date] testcommit4096 -> origin/testcommit4096
3444 = [up to date] testcommit4097 -> origin/testcommit4097
3445 = [up to date] testcommit4098 -> origin/testcommit4098
3446 = [up to date] testcommit4099 -> origin/testcommit4099
3447 = [up to date] testcommit41 -> origin/testcommit41
3448 = [up to date] testcommit410 -> origin/testcommit410
3449 = [up to date] testcommit4100 -> origin/testcommit4100
3450 = [up to date] testcommit4101 -> origin/testcommit4101
3451 = [up to date] testcommit4102 -> origin/testcommit4102
3452 = [up to date] testcommit4103 -> origin/testcommit4103
3453 = [up to date] testcommit4104 -> origin/testcommit4104
3454 = [up to date] testcommit4105 -> origin/testcommit4105
3455 = [up to date] testcommit4106 -> origin/testcommit4106
3456 = [up to date] testcommit4107 -> origin/testcommit4107
3457 = [up to date] testcommit4108 -> origin/testcommit4108
3458 = [up to date] testcommit4109 -> origin/testcommit4109
3459 = [up to date] testcommit411 -> origin/testcommit411
3460 = [up to date] testcommit4110 -> origin/testcommit4110
3461 = [up to date] testcommit4111 -> origin/testcommit4111
3462 = [up to date] testcommit4112 -> origin/testcommit4112
3463 = [up to date] testcommit4113 -> origin/testcommit4113
3464 = [up to date] testcommit4114 -> origin/testcommit4114
3465 = [up to date] testcommit4115 -> origin/testcommit4115
3466 = [up to date] testcommit4116 -> origin/testcommit4116
3467 = [up to date] testcommit4117 -> origin/testcommit4117
3468 = [up to date] testcommit4118 -> origin/testcommit4118
3469 = [up to date] testcommit4119 -> origin/testcommit4119
3470 = [up to date] testcommit412 -> origin/testcommit412
3471 = [up to date] testcommit4120 -> origin/testcommit4120
3472 = [up to date] testcommit4121 -> origin/testcommit4121
3473 = [up to date] testcommit4122 -> origin/testcommit4122
3474 = [up to date] testcommit4123 -> origin/testcommit4123
3475 = [up to date] testcommit4124 -> origin/testcommit4124
3476 = [up to date] testcommit4125 -> origin/testcommit4125
3477 = [up to date] testcommit4126 -> origin/testcommit4126
3478 = [up to date] testcommit4127 -> origin/testcommit4127
3479 = [up to date] testcommit4128 -> origin/testcommit4128
3480 = [up to date] testcommit4129 -> origin/testcommit4129
3481 = [up to date] testcommit413 -> origin/testcommit413
3482 = [up to date] testcommit4130 -> origin/testcommit4130
3483 = [up to date] testcommit4131 -> origin/testcommit4131
3484 = [up to date] testcommit4132 -> origin/testcommit4132
3485 = [up to date] testcommit4133 -> origin/testcommit4133
3486 = [up to date] testcommit4134 -> origin/testcommit4134
3487 = [up to date] testcommit4135 -> origin/testcommit4135
3488 = [up to date] testcommit4136 -> origin/testcommit4136
3489 = [up to date] testcommit4137 -> origin/testcommit4137
3490 = [up to date] testcommit4138 -> origin/testcommit4138
3491 = [up to date] testcommit4139 -> origin/testcommit4139
3492 = [up to date] testcommit414 -> origin/testcommit414
3493 = [up to date] testcommit4140 -> origin/testcommit4140
3494 = [up to date] testcommit4141 -> origin/testcommit4141
3495 = [up to date] testcommit4142 -> origin/testcommit4142
3496 = [up to date] testcommit4143 -> origin/testcommit4143
3497 = [up to date] testcommit4144 -> origin/testcommit4144
3498 = [up to date] testcommit4145 -> origin/testcommit4145
3499 = [up to date] testcommit4146 -> origin/testcommit4146
3500 = [up to date] testcommit4147 -> origin/testcommit4147
3501 = [up to date] testcommit4148 -> origin/testcommit4148
3502 = [up to date] testcommit4149 -> origin/testcommit4149
3503 = [up to date] testcommit415 -> origin/testcommit415
3504 = [up to date] testcommit4150 -> origin/testcommit4150
3505 = [up to date] testcommit4151 -> origin/testcommit4151
3506 = [up to date] testcommit4152 -> origin/testcommit4152
3507 = [up to date] testcommit4153 -> origin/testcommit4153
3508 = [up to date] testcommit4154 -> origin/testcommit4154
3509 = [up to date] testcommit4155 -> origin/testcommit4155
3510 = [up to date] testcommit4156 -> origin/testcommit4156
3511 = [up to date] testcommit4157 -> origin/testcommit4157
3512 = [up to date] testcommit4158 -> origin/testcommit4158
3513 = [up to date] testcommit4159 -> origin/testcommit4159
3514 = [up to date] testcommit416 -> origin/testcommit416
3515 = [up to date] testcommit4160 -> origin/testcommit4160
3516 = [up to date] testcommit4161 -> origin/testcommit4161
3517 = [up to date] testcommit4162 -> origin/testcommit4162
3518 = [up to date] testcommit4163 -> origin/testcommit4163
3519 = [up to date] testcommit4164 -> origin/testcommit4164
3520 = [up to date] testcommit4165 -> origin/testcommit4165
3521 = [up to date] testcommit4166 -> origin/testcommit4166
3522 = [up to date] testcommit4167 -> origin/testcommit4167
3523 = [up to date] testcommit4168 -> origin/testcommit4168
3524 = [up to date] testcommit4169 -> origin/testcommit4169
3525 = [up to date] testcommit417 -> origin/testcommit417
3526 = [up to date] testcommit4170 -> origin/testcommit4170
3527 = [up to date] testcommit4171 -> origin/testcommit4171
3528 = [up to date] testcommit4172 -> origin/testcommit4172
3529 = [up to date] testcommit4173 -> origin/testcommit4173
3530 = [up to date] testcommit4174 -> origin/testcommit4174
3531 = [up to date] testcommit4175 -> origin/testcommit4175
3532 = [up to date] testcommit4176 -> origin/testcommit4176
3533 = [up to date] testcommit4177 -> origin/testcommit4177
3534 = [up to date] testcommit4178 -> origin/testcommit4178
3535 = [up to date] testcommit4179 -> origin/testcommit4179
3536 = [up to date] testcommit418 -> origin/testcommit418
3537 = [up to date] testcommit4180 -> origin/testcommit4180
3538 = [up to date] testcommit4181 -> origin/testcommit4181
3539 = [up to date] testcommit4182 -> origin/testcommit4182
3540 = [up to date] testcommit4183 -> origin/testcommit4183
3541 = [up to date] testcommit4184 -> origin/testcommit4184
3542 = [up to date] testcommit4185 -> origin/testcommit4185
3543 = [up to date] testcommit4186 -> origin/testcommit4186
3544 = [up to date] testcommit4187 -> origin/testcommit4187
3545 = [up to date] testcommit4188 -> origin/testcommit4188
3546 = [up to date] testcommit4189 -> origin/testcommit4189
3547 = [up to date] testcommit419 -> origin/testcommit419
3548 = [up to date] testcommit4190 -> origin/testcommit4190
3549 = [up to date] testcommit4191 -> origin/testcommit4191
3550 = [up to date] testcommit4192 -> origin/testcommit4192
3551 = [up to date] testcommit4193 -> origin/testcommit4193
3552 = [up to date] testcommit4194 -> origin/testcommit4194
3553 = [up to date] testcommit4195 -> origin/testcommit4195
3554 = [up to date] testcommit4196 -> origin/testcommit4196
3555 = [up to date] testcommit4197 -> origin/testcommit4197
3556 = [up to date] testcommit4198 -> origin/testcommit4198
3557 = [up to date] testcommit4199 -> origin/testcommit4199
3558 = [up to date] testcommit42 -> origin/testcommit42
3559 = [up to date] testcommit420 -> origin/testcommit420
3560 = [up to date] testcommit4200 -> origin/testcommit4200
3561 = [up to date] testcommit4201 -> origin/testcommit4201
3562 = [up to date] testcommit4202 -> origin/testcommit4202
3563 = [up to date] testcommit4203 -> origin/testcommit4203
3564 = [up to date] testcommit4204 -> origin/testcommit4204
3565 = [up to date] testcommit4205 -> origin/testcommit4205
3566 = [up to date] testcommit4206 -> origin/testcommit4206
3567 = [up to date] testcommit4207 -> origin/testcommit4207
3568 = [up to date] testcommit4208 -> origin/testcommit4208
3569 = [up to date] testcommit4209 -> origin/testcommit4209
3570 = [up to date] testcommit421 -> origin/testcommit421
3571 = [up to date] testcommit4210 -> origin/testcommit4210
3572 = [up to date] testcommit4211 -> origin/testcommit4211
3573 = [up to date] testcommit4212 -> origin/testcommit4212
3574 = [up to date] testcommit4213 -> origin/testcommit4213
3575 = [up to date] testcommit4214 -> origin/testcommit4214
3576 = [up to date] testcommit4215 -> origin/testcommit4215
3577 = [up to date] testcommit4216 -> origin/testcommit4216
3578 = [up to date] testcommit4217 -> origin/testcommit4217
3579 = [up to date] testcommit4218 -> origin/testcommit4218
3580 = [up to date] testcommit4219 -> origin/testcommit4219
3581 = [up to date] testcommit422 -> origin/testcommit422
3582 = [up to date] testcommit4220 -> origin/testcommit4220
3583 = [up to date] testcommit4221 -> origin/testcommit4221
3584 = [up to date] testcommit4222 -> origin/testcommit4222
3585 = [up to date] testcommit4223 -> origin/testcommit4223
3586 = [up to date] testcommit4224 -> origin/testcommit4224
3587 = [up to date] testcommit4225 -> origin/testcommit4225
3588 = [up to date] testcommit4226 -> origin/testcommit4226
3589 = [up to date] testcommit4227 -> origin/testcommit4227
3590 = [up to date] testcommit4228 -> origin/testcommit4228
3591 = [up to date] testcommit4229 -> origin/testcommit4229
3592 = [up to date] testcommit423 -> origin/testcommit423
3593 = [up to date] testcommit4230 -> origin/testcommit4230
3594 = [up to date] testcommit4231 -> origin/testcommit4231
3595 = [up to date] testcommit4232 -> origin/testcommit4232
3596 = [up to date] testcommit4233 -> origin/testcommit4233
3597 = [up to date] testcommit4234 -> origin/testcommit4234
3598 = [up to date] testcommit4235 -> origin/testcommit4235
3599 = [up to date] testcommit4236 -> origin/testcommit4236
3600 = [up to date] testcommit4237 -> origin/testcommit4237
3601 = [up to date] testcommit4238 -> origin/testcommit4238
3602 = [up to date] testcommit4239 -> origin/testcommit4239
3603 = [up to date] testcommit424 -> origin/testcommit424
3604 = [up to date] testcommit4240 -> origin/testcommit4240
3605 = [up to date] testcommit4241 -> origin/testcommit4241
3606 = [up to date] testcommit4242 -> origin/testcommit4242
3607 = [up to date] testcommit4243 -> origin/testcommit4243
3608 = [up to date] testcommit4244 -> origin/testcommit4244
3609 = [up to date] testcommit4245 -> origin/testcommit4245
3610 = [up to date] testcommit4246 -> origin/testcommit4246
3611 = [up to date] testcommit4247 -> origin/testcommit4247
3612 = [up to date] testcommit4248 -> origin/testcommit4248
3613 = [up to date] testcommit4249 -> origin/testcommit4249
3614 = [up to date] testcommit425 -> origin/testcommit425
3615 = [up to date] testcommit4250 -> origin/testcommit4250
3616 = [up to date] testcommit4251 -> origin/testcommit4251
3617 = [up to date] testcommit4252 -> origin/testcommit4252
3618 = [up to date] testcommit4253 -> origin/testcommit4253
3619 = [up to date] testcommit4254 -> origin/testcommit4254
3620 = [up to date] testcommit4255 -> origin/testcommit4255
3621 = [up to date] testcommit4256 -> origin/testcommit4256
3622 = [up to date] testcommit4257 -> origin/testcommit4257
3623 = [up to date] testcommit4258 -> origin/testcommit4258
3624 = [up to date] testcommit4259 -> origin/testcommit4259
3625 = [up to date] testcommit426 -> origin/testcommit426
3626 = [up to date] testcommit4260 -> origin/testcommit4260
3627 = [up to date] testcommit4261 -> origin/testcommit4261
3628 = [up to date] testcommit4262 -> origin/testcommit4262
3629 = [up to date] testcommit4263 -> origin/testcommit4263
3630 = [up to date] testcommit4264 -> origin/testcommit4264
3631 = [up to date] testcommit4265 -> origin/testcommit4265
3632 = [up to date] testcommit4266 -> origin/testcommit4266
3633 = [up to date] testcommit4267 -> origin/testcommit4267
3634 = [up to date] testcommit4268 -> origin/testcommit4268
3635 = [up to date] testcommit4269 -> origin/testcommit4269
3636 = [up to date] testcommit427 -> origin/testcommit427
3637 = [up to date] testcommit4270 -> origin/testcommit4270
3638 = [up to date] testcommit4271 -> origin/testcommit4271
3639 = [up to date] testcommit4272 -> origin/testcommit4272
3640 = [up to date] testcommit4273 -> origin/testcommit4273
3641 = [up to date] testcommit4274 -> origin/testcommit4274
3642 = [up to date] testcommit4275 -> origin/testcommit4275
3643 = [up to date] testcommit4276 -> origin/testcommit4276
3644 = [up to date] testcommit4277 -> origin/testcommit4277
3645 = [up to date] testcommit4278 -> origin/testcommit4278
3646 = [up to date] testcommit4279 -> origin/testcommit4279
3647 = [up to date] testcommit428 -> origin/testcommit428
3648 = [up to date] testcommit4280 -> origin/testcommit4280
3649 = [up to date] testcommit4281 -> origin/testcommit4281
3650 = [up to date] testcommit4282 -> origin/testcommit4282
3651 = [up to date] testcommit4283 -> origin/testcommit4283
3652 = [up to date] testcommit4284 -> origin/testcommit4284
3653 = [up to date] testcommit4285 -> origin/testcommit4285
3654 = [up to date] testcommit4286 -> origin/testcommit4286
3655 = [up to date] testcommit4287 -> origin/testcommit4287
3656 = [up to date] testcommit4288 -> origin/testcommit4288
3657 = [up to date] testcommit4289 -> origin/testcommit4289
3658 = [up to date] testcommit429 -> origin/testcommit429
3659 = [up to date] testcommit4290 -> origin/testcommit4290
3660 = [up to date] testcommit4291 -> origin/testcommit4291
3661 = [up to date] testcommit4292 -> origin/testcommit4292
3662 = [up to date] testcommit4293 -> origin/testcommit4293
3663 = [up to date] testcommit4294 -> origin/testcommit4294
3664 = [up to date] testcommit4295 -> origin/testcommit4295
3665 = [up to date] testcommit4296 -> origin/testcommit4296
3666 = [up to date] testcommit4297 -> origin/testcommit4297
3667 = [up to date] testcommit4298 -> origin/testcommit4298
3668 = [up to date] testcommit4299 -> origin/testcommit4299
3669 = [up to date] testcommit43 -> origin/testcommit43
3670 = [up to date] testcommit430 -> origin/testcommit430
3671 = [up to date] testcommit4300 -> origin/testcommit4300
3672 = [up to date] testcommit4301 -> origin/testcommit4301
3673 = [up to date] testcommit4302 -> origin/testcommit4302
3674 = [up to date] testcommit4303 -> origin/testcommit4303
3675 = [up to date] testcommit4304 -> origin/testcommit4304
3676 = [up to date] testcommit4305 -> origin/testcommit4305
3677 = [up to date] testcommit4306 -> origin/testcommit4306
3678 = [up to date] testcommit4307 -> origin/testcommit4307
3679 = [up to date] testcommit4308 -> origin/testcommit4308
3680 = [up to date] testcommit4309 -> origin/testcommit4309
3681 = [up to date] testcommit431 -> origin/testcommit431
3682 = [up to date] testcommit4310 -> origin/testcommit4310
3683 = [up to date] testcommit4311 -> origin/testcommit4311
3684 = [up to date] testcommit4312 -> origin/testcommit4312
3685 = [up to date] testcommit4313 -> origin/testcommit4313
3686 = [up to date] testcommit4314 -> origin/testcommit4314
3687 = [up to date] testcommit4315 -> origin/testcommit4315
3688 = [up to date] testcommit4316 -> origin/testcommit4316
3689 = [up to date] testcommit4317 -> origin/testcommit4317
3690 = [up to date] testcommit4318 -> origin/testcommit4318
3691 = [up to date] testcommit4319 -> origin/testcommit4319
3692 = [up to date] testcommit432 -> origin/testcommit432
3693 = [up to date] testcommit4320 -> origin/testcommit4320
3694 = [up to date] testcommit4321 -> origin/testcommit4321
3695 = [up to date] testcommit4322 -> origin/testcommit4322
3696 = [up to date] testcommit4323 -> origin/testcommit4323
3697 = [up to date] testcommit4324 -> origin/testcommit4324
3698 = [up to date] testcommit4325 -> origin/testcommit4325
3699 = [up to date] testcommit4326 -> origin/testcommit4326
3700 = [up to date] testcommit4327 -> origin/testcommit4327
3701 = [up to date] testcommit4328 -> origin/testcommit4328
3702 = [up to date] testcommit4329 -> origin/testcommit4329
3703 = [up to date] testcommit433 -> origin/testcommit433
3704 = [up to date] testcommit4330 -> origin/testcommit4330
3705 = [up to date] testcommit4331 -> origin/testcommit4331
3706 = [up to date] testcommit4332 -> origin/testcommit4332
3707 = [up to date] testcommit4333 -> origin/testcommit4333
3708 = [up to date] testcommit4334 -> origin/testcommit4334
3709 = [up to date] testcommit4335 -> origin/testcommit4335
3710 = [up to date] testcommit4336 -> origin/testcommit4336
3711 = [up to date] testcommit4337 -> origin/testcommit4337
3712 = [up to date] testcommit4338 -> origin/testcommit4338
3713 = [up to date] testcommit4339 -> origin/testcommit4339
3714 = [up to date] testcommit434 -> origin/testcommit434
3715 = [up to date] testcommit4340 -> origin/testcommit4340
3716 = [up to date] testcommit4341 -> origin/testcommit4341
3717 = [up to date] testcommit4342 -> origin/testcommit4342
3718 = [up to date] testcommit4343 -> origin/testcommit4343
3719 = [up to date] testcommit4344 -> origin/testcommit4344
3720 = [up to date] testcommit4345 -> origin/testcommit4345
3721 = [up to date] testcommit4346 -> origin/testcommit4346
3722 = [up to date] testcommit4347 -> origin/testcommit4347
3723 = [up to date] testcommit4348 -> origin/testcommit4348
3724 = [up to date] testcommit4349 -> origin/testcommit4349
3725 = [up to date] testcommit435 -> origin/testcommit435
3726 = [up to date] testcommit4350 -> origin/testcommit4350
3727 = [up to date] testcommit4351 -> origin/testcommit4351
3728 = [up to date] testcommit4352 -> origin/testcommit4352
3729 = [up to date] testcommit4353 -> origin/testcommit4353
3730 = [up to date] testcommit4354 -> origin/testcommit4354
3731 = [up to date] testcommit4355 -> origin/testcommit4355
3732 = [up to date] testcommit4356 -> origin/testcommit4356
3733 = [up to date] testcommit4357 -> origin/testcommit4357
3734 = [up to date] testcommit4358 -> origin/testcommit4358
3735 = [up to date] testcommit4359 -> origin/testcommit4359
3736 = [up to date] testcommit436 -> origin/testcommit436
3737 = [up to date] testcommit4360 -> origin/testcommit4360
3738 = [up to date] testcommit4361 -> origin/testcommit4361
3739 = [up to date] testcommit4362 -> origin/testcommit4362
3740 = [up to date] testcommit4363 -> origin/testcommit4363
3741 = [up to date] testcommit4364 -> origin/testcommit4364
3742 = [up to date] testcommit4365 -> origin/testcommit4365
3743 = [up to date] testcommit4366 -> origin/testcommit4366
3744 = [up to date] testcommit4367 -> origin/testcommit4367
3745 = [up to date] testcommit4368 -> origin/testcommit4368
3746 = [up to date] testcommit4369 -> origin/testcommit4369
3747 = [up to date] testcommit437 -> origin/testcommit437
3748 = [up to date] testcommit4370 -> origin/testcommit4370
3749 = [up to date] testcommit4371 -> origin/testcommit4371
3750 = [up to date] testcommit4372 -> origin/testcommit4372
3751 = [up to date] testcommit4373 -> origin/testcommit4373
3752 = [up to date] testcommit4374 -> origin/testcommit4374
3753 = [up to date] testcommit4375 -> origin/testcommit4375
3754 = [up to date] testcommit4376 -> origin/testcommit4376
3755 = [up to date] testcommit4377 -> origin/testcommit4377
3756 = [up to date] testcommit4378 -> origin/testcommit4378
3757 = [up to date] testcommit4379 -> origin/testcommit4379
3758 = [up to date] testcommit438 -> origin/testcommit438
3759 = [up to date] testcommit4380 -> origin/testcommit4380
3760 = [up to date] testcommit4381 -> origin/testcommit4381
3761 = [up to date] testcommit4382 -> origin/testcommit4382
3762 = [up to date] testcommit4383 -> origin/testcommit4383
3763 = [up to date] testcommit4384 -> origin/testcommit4384
3764 = [up to date] testcommit4385 -> origin/testcommit4385
3765 = [up to date] testcommit4386 -> origin/testcommit4386
3766 = [up to date] testcommit4387 -> origin/testcommit4387
3767 = [up to date] testcommit4388 -> origin/testcommit4388
3768 = [up to date] testcommit4389 -> origin/testcommit4389
3769 = [up to date] testcommit439 -> origin/testcommit439
3770 = [up to date] testcommit4390 -> origin/testcommit4390
3771 = [up to date] testcommit4391 -> origin/testcommit4391
3772 = [up to date] testcommit4392 -> origin/testcommit4392
3773 = [up to date] testcommit4393 -> origin/testcommit4393
3774 = [up to date] testcommit4394 -> origin/testcommit4394
3775 = [up to date] testcommit4395 -> origin/testcommit4395
3776 = [up to date] testcommit4396 -> origin/testcommit4396
3777 = [up to date] testcommit4397 -> origin/testcommit4397
3778 = [up to date] testcommit4398 -> origin/testcommit4398
3779 = [up to date] testcommit4399 -> origin/testcommit4399
3780 = [up to date] testcommit44 -> origin/testcommit44
3781 = [up to date] testcommit440 -> origin/testcommit440
3782 = [up to date] testcommit4400 -> origin/testcommit4400
3783 = [up to date] testcommit4401 -> origin/testcommit4401
3784 = [up to date] testcommit4402 -> origin/testcommit4402
3785 = [up to date] testcommit4403 -> origin/testcommit4403
3786 = [up to date] testcommit4404 -> origin/testcommit4404
3787 = [up to date] testcommit4405 -> origin/testcommit4405
3788 = [up to date] testcommit4406 -> origin/testcommit4406
3789 = [up to date] testcommit4407 -> origin/testcommit4407
3790 = [up to date] testcommit4408 -> origin/testcommit4408
3791 = [up to date] testcommit4409 -> origin/testcommit4409
3792 = [up to date] testcommit441 -> origin/testcommit441
3793 = [up to date] testcommit4410 -> origin/testcommit4410
3794 = [up to date] testcommit4411 -> origin/testcommit4411
3795 = [up to date] testcommit4412 -> origin/testcommit4412
3796 = [up to date] testcommit4413 -> origin/testcommit4413
3797 = [up to date] testcommit4414 -> origin/testcommit4414
3798 = [up to date] testcommit4415 -> origin/testcommit4415
3799 = [up to date] testcommit4416 -> origin/testcommit4416
3800 = [up to date] testcommit4417 -> origin/testcommit4417
3801 = [up to date] testcommit4418 -> origin/testcommit4418
3802 = [up to date] testcommit4419 -> origin/testcommit4419
3803 = [up to date] testcommit442 -> origin/testcommit442
3804 = [up to date] testcommit4420 -> origin/testcommit4420
3805 = [up to date] testcommit4421 -> origin/testcommit4421
3806 = [up to date] testcommit4422 -> origin/testcommit4422
3807 = [up to date] testcommit4423 -> origin/testcommit4423
3808 = [up to date] testcommit4424 -> origin/testcommit4424
3809 = [up to date] testcommit4425 -> origin/testcommit4425
3810 = [up to date] testcommit4426 -> origin/testcommit4426
3811 = [up to date] testcommit4427 -> origin/testcommit4427
3812 = [up to date] testcommit4428 -> origin/testcommit4428
3813 = [up to date] testcommit4429 -> origin/testcommit4429
3814 = [up to date] testcommit443 -> origin/testcommit443
3815 = [up to date] testcommit4430 -> origin/testcommit4430
3816 = [up to date] testcommit4431 -> origin/testcommit4431
3817 = [up to date] testcommit4432 -> origin/testcommit4432
3818 = [up to date] testcommit4433 -> origin/testcommit4433
3819 = [up to date] testcommit4434 -> origin/testcommit4434
3820 = [up to date] testcommit4435 -> origin/testcommit4435
3821 = [up to date] testcommit4436 -> origin/testcommit4436
3822 = [up to date] testcommit4437 -> origin/testcommit4437
3823 = [up to date] testcommit4438 -> origin/testcommit4438
3824 = [up to date] testcommit4439 -> origin/testcommit4439
3825 = [up to date] testcommit444 -> origin/testcommit444
3826 = [up to date] testcommit4440 -> origin/testcommit4440
3827 = [up to date] testcommit4441 -> origin/testcommit4441
3828 = [up to date] testcommit4442 -> origin/testcommit4442
3829 = [up to date] testcommit4443 -> origin/testcommit4443
3830 = [up to date] testcommit4444 -> origin/testcommit4444
3831 = [up to date] testcommit4445 -> origin/testcommit4445
3832 = [up to date] testcommit4446 -> origin/testcommit4446
3833 = [up to date] testcommit4447 -> origin/testcommit4447
3834 = [up to date] testcommit4448 -> origin/testcommit4448
3835 = [up to date] testcommit4449 -> origin/testcommit4449
3836 = [up to date] testcommit445 -> origin/testcommit445
3837 = [up to date] testcommit4450 -> origin/testcommit4450
3838 = [up to date] testcommit4451 -> origin/testcommit4451
3839 = [up to date] testcommit4452 -> origin/testcommit4452
3840 = [up to date] testcommit4453 -> origin/testcommit4453
3841 = [up to date] testcommit4454 -> origin/testcommit4454
3842 = [up to date] testcommit4455 -> origin/testcommit4455
3843 = [up to date] testcommit4456 -> origin/testcommit4456
3844 = [up to date] testcommit4457 -> origin/testcommit4457
3845 = [up to date] testcommit4458 -> origin/testcommit4458
3846 = [up to date] testcommit4459 -> origin/testcommit4459
3847 = [up to date] testcommit446 -> origin/testcommit446
3848 = [up to date] testcommit4460 -> origin/testcommit4460
3849 = [up to date] testcommit4461 -> origin/testcommit4461
3850 = [up to date] testcommit4462 -> origin/testcommit4462
3851 = [up to date] testcommit4463 -> origin/testcommit4463
3852 = [up to date] testcommit4464 -> origin/testcommit4464
3853 = [up to date] testcommit4465 -> origin/testcommit4465
3854 = [up to date] testcommit4466 -> origin/testcommit4466
3855 = [up to date] testcommit4467 -> origin/testcommit4467
3856 = [up to date] testcommit4468 -> origin/testcommit4468
3857 = [up to date] testcommit4469 -> origin/testcommit4469
3858 = [up to date] testcommit447 -> origin/testcommit447
3859 = [up to date] testcommit4470 -> origin/testcommit4470
3860 = [up to date] testcommit4471 -> origin/testcommit4471
3861 = [up to date] testcommit4472 -> origin/testcommit4472
3862 = [up to date] testcommit4473 -> origin/testcommit4473
3863 = [up to date] testcommit4474 -> origin/testcommit4474
3864 = [up to date] testcommit4475 -> origin/testcommit4475
3865 = [up to date] testcommit4476 -> origin/testcommit4476
3866 = [up to date] testcommit4477 -> origin/testcommit4477
3867 = [up to date] testcommit4478 -> origin/testcommit4478
3868 = [up to date] testcommit4479 -> origin/testcommit4479
3869 = [up to date] testcommit448 -> origin/testcommit448
3870 = [up to date] testcommit4480 -> origin/testcommit4480
3871 = [up to date] testcommit4481 -> origin/testcommit4481
3872 = [up to date] testcommit4482 -> origin/testcommit4482
3873 = [up to date] testcommit4483 -> origin/testcommit4483
3874 = [up to date] testcommit4484 -> origin/testcommit4484
3875 = [up to date] testcommit4485 -> origin/testcommit4485
3876 = [up to date] testcommit4486 -> origin/testcommit4486
3877 = [up to date] testcommit4487 -> origin/testcommit4487
3878 = [up to date] testcommit4488 -> origin/testcommit4488
3879 = [up to date] testcommit4489 -> origin/testcommit4489
3880 = [up to date] testcommit449 -> origin/testcommit449
3881 = [up to date] testcommit4490 -> origin/testcommit4490
3882 = [up to date] testcommit4491 -> origin/testcommit4491
3883 = [up to date] testcommit4492 -> origin/testcommit4492
3884 = [up to date] testcommit4493 -> origin/testcommit4493
3885 = [up to date] testcommit4494 -> origin/testcommit4494
3886 = [up to date] testcommit4495 -> origin/testcommit4495
3887 = [up to date] testcommit4496 -> origin/testcommit4496
3888 = [up to date] testcommit4497 -> origin/testcommit4497
3889 = [up to date] testcommit4498 -> origin/testcommit4498
3890 = [up to date] testcommit4499 -> origin/testcommit4499
3891 = [up to date] testcommit45 -> origin/testcommit45
3892 = [up to date] testcommit450 -> origin/testcommit450
3893 = [up to date] testcommit4500 -> origin/testcommit4500
3894 = [up to date] testcommit4501 -> origin/testcommit4501
3895 = [up to date] testcommit4502 -> origin/testcommit4502
3896 = [up to date] testcommit4503 -> origin/testcommit4503
3897 = [up to date] testcommit4504 -> origin/testcommit4504
3898 = [up to date] testcommit4505 -> origin/testcommit4505
3899 = [up to date] testcommit4506 -> origin/testcommit4506
3900 = [up to date] testcommit4507 -> origin/testcommit4507
3901 = [up to date] testcommit4508 -> origin/testcommit4508
3902 = [up to date] testcommit4509 -> origin/testcommit4509
3903 = [up to date] testcommit451 -> origin/testcommit451
3904 = [up to date] testcommit4510 -> origin/testcommit4510
3905 = [up to date] testcommit4511 -> origin/testcommit4511
3906 = [up to date] testcommit4512 -> origin/testcommit4512
3907 = [up to date] testcommit4513 -> origin/testcommit4513
3908 = [up to date] testcommit4514 -> origin/testcommit4514
3909 = [up to date] testcommit4515 -> origin/testcommit4515
3910 = [up to date] testcommit4516 -> origin/testcommit4516
3911 = [up to date] testcommit4517 -> origin/testcommit4517
3912 = [up to date] testcommit4518 -> origin/testcommit4518
3913 = [up to date] testcommit4519 -> origin/testcommit4519
3914 = [up to date] testcommit452 -> origin/testcommit452
3915 = [up to date] testcommit4520 -> origin/testcommit4520
3916 = [up to date] testcommit4521 -> origin/testcommit4521
3917 = [up to date] testcommit4522 -> origin/testcommit4522
3918 = [up to date] testcommit4523 -> origin/testcommit4523
3919 = [up to date] testcommit4524 -> origin/testcommit4524
3920 = [up to date] testcommit4525 -> origin/testcommit4525
3921 = [up to date] testcommit4526 -> origin/testcommit4526
3922 = [up to date] testcommit4527 -> origin/testcommit4527
3923 = [up to date] testcommit4528 -> origin/testcommit4528
3924 = [up to date] testcommit4529 -> origin/testcommit4529
3925 = [up to date] testcommit453 -> origin/testcommit453
3926 = [up to date] testcommit4530 -> origin/testcommit4530
3927 = [up to date] testcommit4531 -> origin/testcommit4531
3928 = [up to date] testcommit4532 -> origin/testcommit4532
3929 = [up to date] testcommit4533 -> origin/testcommit4533
3930 = [up to date] testcommit4534 -> origin/testcommit4534
3931 = [up to date] testcommit4535 -> origin/testcommit4535
3932 = [up to date] testcommit4536 -> origin/testcommit4536
3933 = [up to date] testcommit4537 -> origin/testcommit4537
3934 = [up to date] testcommit4538 -> origin/testcommit4538
3935 = [up to date] testcommit4539 -> origin/testcommit4539
3936 = [up to date] testcommit454 -> origin/testcommit454
3937 = [up to date] testcommit4540 -> origin/testcommit4540
3938 = [up to date] testcommit4541 -> origin/testcommit4541
3939 = [up to date] testcommit4542 -> origin/testcommit4542
3940 = [up to date] testcommit4543 -> origin/testcommit4543
3941 = [up to date] testcommit4544 -> origin/testcommit4544
3942 = [up to date] testcommit4545 -> origin/testcommit4545
3943 = [up to date] testcommit4546 -> origin/testcommit4546
3944 = [up to date] testcommit4547 -> origin/testcommit4547
3945 = [up to date] testcommit4548 -> origin/testcommit4548
3946 = [up to date] testcommit4549 -> origin/testcommit4549
3947 = [up to date] testcommit455 -> origin/testcommit455
3948 = [up to date] testcommit4550 -> origin/testcommit4550
3949 = [up to date] testcommit4551 -> origin/testcommit4551
3950 = [up to date] testcommit4552 -> origin/testcommit4552
3951 = [up to date] testcommit4553 -> origin/testcommit4553
3952 = [up to date] testcommit4554 -> origin/testcommit4554
3953 = [up to date] testcommit4555 -> origin/testcommit4555
3954 = [up to date] testcommit4556 -> origin/testcommit4556
3955 = [up to date] testcommit4557 -> origin/testcommit4557
3956 = [up to date] testcommit4558 -> origin/testcommit4558
3957 = [up to date] testcommit4559 -> origin/testcommit4559
3958 = [up to date] testcommit456 -> origin/testcommit456
3959 = [up to date] testcommit4560 -> origin/testcommit4560
3960 = [up to date] testcommit4561 -> origin/testcommit4561
3961 = [up to date] testcommit4562 -> origin/testcommit4562
3962 = [up to date] testcommit4563 -> origin/testcommit4563
3963 = [up to date] testcommit4564 -> origin/testcommit4564
3964 = [up to date] testcommit4565 -> origin/testcommit4565
3965 = [up to date] testcommit4566 -> origin/testcommit4566
3966 = [up to date] testcommit4567 -> origin/testcommit4567
3967 = [up to date] testcommit4568 -> origin/testcommit4568
3968 = [up to date] testcommit4569 -> origin/testcommit4569
3969 = [up to date] testcommit457 -> origin/testcommit457
3970 = [up to date] testcommit4570 -> origin/testcommit4570
3971 = [up to date] testcommit4571 -> origin/testcommit4571
3972 = [up to date] testcommit4572 -> origin/testcommit4572
3973 = [up to date] testcommit4573 -> origin/testcommit4573
3974 = [up to date] testcommit4574 -> origin/testcommit4574
3975 = [up to date] testcommit4575 -> origin/testcommit4575
3976 = [up to date] testcommit4576 -> origin/testcommit4576
3977 = [up to date] testcommit4577 -> origin/testcommit4577
3978 = [up to date] testcommit4578 -> origin/testcommit4578
3979 = [up to date] testcommit4579 -> origin/testcommit4579
3980 = [up to date] testcommit458 -> origin/testcommit458
3981 = [up to date] testcommit4580 -> origin/testcommit4580
3982 = [up to date] testcommit4581 -> origin/testcommit4581
3983 = [up to date] testcommit4582 -> origin/testcommit4582
3984 = [up to date] testcommit4583 -> origin/testcommit4583
3985 = [up to date] testcommit4584 -> origin/testcommit4584
3986 = [up to date] testcommit4585 -> origin/testcommit4585
3987 = [up to date] testcommit4586 -> origin/testcommit4586
3988 = [up to date] testcommit4587 -> origin/testcommit4587
3989 = [up to date] testcommit4588 -> origin/testcommit4588
3990 = [up to date] testcommit4589 -> origin/testcommit4589
3991 = [up to date] testcommit459 -> origin/testcommit459
3992 = [up to date] testcommit4590 -> origin/testcommit4590
3993 = [up to date] testcommit4591 -> origin/testcommit4591
3994 = [up to date] testcommit4592 -> origin/testcommit4592
3995 = [up to date] testcommit4593 -> origin/testcommit4593
3996 = [up to date] testcommit4594 -> origin/testcommit4594
3997 = [up to date] testcommit4595 -> origin/testcommit4595
3998 = [up to date] testcommit4596 -> origin/testcommit4596
3999 = [up to date] testcommit4597 -> origin/testcommit4597
4000 = [up to date] testcommit4598 -> origin/testcommit4598
4001 = [up to date] testcommit4599 -> origin/testcommit4599
4002 = [up to date] testcommit46 -> origin/testcommit46
4003 = [up to date] testcommit460 -> origin/testcommit460
4004 = [up to date] testcommit4600 -> origin/testcommit4600
4005 = [up to date] testcommit4601 -> origin/testcommit4601
4006 = [up to date] testcommit4602 -> origin/testcommit4602
4007 = [up to date] testcommit4603 -> origin/testcommit4603
4008 = [up to date] testcommit4604 -> origin/testcommit4604
4009 = [up to date] testcommit4605 -> origin/testcommit4605
4010 = [up to date] testcommit4606 -> origin/testcommit4606
4011 = [up to date] testcommit4607 -> origin/testcommit4607
4012 = [up to date] testcommit4608 -> origin/testcommit4608
4013 = [up to date] testcommit4609 -> origin/testcommit4609
4014 = [up to date] testcommit461 -> origin/testcommit461
4015 = [up to date] testcommit4610 -> origin/testcommit4610
4016 = [up to date] testcommit4611 -> origin/testcommit4611
4017 = [up to date] testcommit4612 -> origin/testcommit4612
4018 = [up to date] testcommit4613 -> origin/testcommit4613
4019 = [up to date] testcommit4614 -> origin/testcommit4614
4020 = [up to date] testcommit4615 -> origin/testcommit4615
4021 = [up to date] testcommit4616 -> origin/testcommit4616
4022 = [up to date] testcommit4617 -> origin/testcommit4617
4023 = [up to date] testcommit4618 -> origin/testcommit4618
4024 = [up to date] testcommit4619 -> origin/testcommit4619
4025 = [up to date] testcommit462 -> origin/testcommit462
4026 = [up to date] testcommit4620 -> origin/testcommit4620
4027 = [up to date] testcommit4621 -> origin/testcommit4621
4028 = [up to date] testcommit4622 -> origin/testcommit4622
4029 = [up to date] testcommit4623 -> origin/testcommit4623
4030 = [up to date] testcommit4624 -> origin/testcommit4624
4031 = [up to date] testcommit4625 -> origin/testcommit4625
4032 = [up to date] testcommit4626 -> origin/testcommit4626
4033 = [up to date] testcommit4627 -> origin/testcommit4627
4034 = [up to date] testcommit4628 -> origin/testcommit4628
4035 = [up to date] testcommit4629 -> origin/testcommit4629
4036 = [up to date] testcommit463 -> origin/testcommit463
4037 = [up to date] testcommit4630 -> origin/testcommit4630
4038 = [up to date] testcommit4631 -> origin/testcommit4631
4039 = [up to date] testcommit4632 -> origin/testcommit4632
4040 = [up to date] testcommit4633 -> origin/testcommit4633
4041 = [up to date] testcommit4634 -> origin/testcommit4634
4042 = [up to date] testcommit4635 -> origin/testcommit4635
4043 = [up to date] testcommit4636 -> origin/testcommit4636
4044 = [up to date] testcommit4637 -> origin/testcommit4637
4045 = [up to date] testcommit4638 -> origin/testcommit4638
4046 = [up to date] testcommit4639 -> origin/testcommit4639
4047 = [up to date] testcommit464 -> origin/testcommit464
4048 = [up to date] testcommit4640 -> origin/testcommit4640
4049 = [up to date] testcommit4641 -> origin/testcommit4641
4050 = [up to date] testcommit4642 -> origin/testcommit4642
4051 = [up to date] testcommit4643 -> origin/testcommit4643
4052 = [up to date] testcommit4644 -> origin/testcommit4644
4053 = [up to date] testcommit4645 -> origin/testcommit4645
4054 = [up to date] testcommit4646 -> origin/testcommit4646
4055 = [up to date] testcommit4647 -> origin/testcommit4647
4056 = [up to date] testcommit4648 -> origin/testcommit4648
4057 = [up to date] testcommit4649 -> origin/testcommit4649
4058 = [up to date] testcommit465 -> origin/testcommit465
4059 = [up to date] testcommit4650 -> origin/testcommit4650
4060 = [up to date] testcommit4651 -> origin/testcommit4651
4061 = [up to date] testcommit4652 -> origin/testcommit4652
4062 = [up to date] testcommit4653 -> origin/testcommit4653
4063 = [up to date] testcommit4654 -> origin/testcommit4654
4064 = [up to date] testcommit4655 -> origin/testcommit4655
4065 = [up to date] testcommit4656 -> origin/testcommit4656
4066 = [up to date] testcommit4657 -> origin/testcommit4657
4067 = [up to date] testcommit4658 -> origin/testcommit4658
4068 = [up to date] testcommit4659 -> origin/testcommit4659
4069 = [up to date] testcommit466 -> origin/testcommit466
4070 = [up to date] testcommit4660 -> origin/testcommit4660
4071 = [up to date] testcommit4661 -> origin/testcommit4661
4072 = [up to date] testcommit4662 -> origin/testcommit4662
4073 = [up to date] testcommit4663 -> origin/testcommit4663
4074 = [up to date] testcommit4664 -> origin/testcommit4664
4075 = [up to date] testcommit4665 -> origin/testcommit4665
4076 = [up to date] testcommit4666 -> origin/testcommit4666
4077 = [up to date] testcommit4667 -> origin/testcommit4667
4078 = [up to date] testcommit4668 -> origin/testcommit4668
4079 = [up to date] testcommit4669 -> origin/testcommit4669
4080 = [up to date] testcommit467 -> origin/testcommit467
4081 = [up to date] testcommit4670 -> origin/testcommit4670
4082 = [up to date] testcommit4671 -> origin/testcommit4671
4083 = [up to date] testcommit4672 -> origin/testcommit4672
4084 = [up to date] testcommit4673 -> origin/testcommit4673
4085 = [up to date] testcommit4674 -> origin/testcommit4674
4086 = [up to date] testcommit4675 -> origin/testcommit4675
4087 = [up to date] testcommit4676 -> origin/testcommit4676
4088 = [up to date] testcommit4677 -> origin/testcommit4677
4089 = [up to date] testcommit4678 -> origin/testcommit4678
4090 = [up to date] testcommit4679 -> origin/testcommit4679
4091 = [up to date] testcommit468 -> origin/testcommit468
4092 = [up to date] testcommit4680 -> origin/testcommit4680
4093 = [up to date] testcommit4681 -> origin/testcommit4681
4094 = [up to date] testcommit4682 -> origin/testcommit4682
4095 = [up to date] testcommit4683 -> origin/testcommit4683
4096 = [up to date] testcommit4684 -> origin/testcommit4684
4097 = [up to date] testcommit4685 -> origin/testcommit4685
4098 = [up to date] testcommit4686 -> origin/testcommit4686
4099 = [up to date] testcommit4687 -> origin/testcommit4687
4100 = [up to date] testcommit4688 -> origin/testcommit4688
4101 = [up to date] testcommit4689 -> origin/testcommit4689
4102 = [up to date] testcommit469 -> origin/testcommit469
4103 = [up to date] testcommit4690 -> origin/testcommit4690
4104 = [up to date] testcommit4691 -> origin/testcommit4691
4105 = [up to date] testcommit4692 -> origin/testcommit4692
4106 = [up to date] testcommit4693 -> origin/testcommit4693
4107 = [up to date] testcommit4694 -> origin/testcommit4694
4108 = [up to date] testcommit4695 -> origin/testcommit4695
4109 = [up to date] testcommit4696 -> origin/testcommit4696
4110 = [up to date] testcommit4697 -> origin/testcommit4697
4111 = [up to date] testcommit4698 -> origin/testcommit4698
4112 = [up to date] testcommit4699 -> origin/testcommit4699
4113 = [up to date] testcommit47 -> origin/testcommit47
4114 = [up to date] testcommit470 -> origin/testcommit470
4115 = [up to date] testcommit4700 -> origin/testcommit4700
4116 = [up to date] testcommit4701 -> origin/testcommit4701
4117 = [up to date] testcommit4702 -> origin/testcommit4702
4118 = [up to date] testcommit4703 -> origin/testcommit4703
4119 = [up to date] testcommit4704 -> origin/testcommit4704
4120 = [up to date] testcommit4705 -> origin/testcommit4705
4121 = [up to date] testcommit4706 -> origin/testcommit4706
4122 = [up to date] testcommit4707 -> origin/testcommit4707
4123 = [up to date] testcommit4708 -> origin/testcommit4708
4124 = [up to date] testcommit4709 -> origin/testcommit4709
4125 = [up to date] testcommit471 -> origin/testcommit471
4126 = [up to date] testcommit4710 -> origin/testcommit4710
4127 = [up to date] testcommit4711 -> origin/testcommit4711
4128 = [up to date] testcommit4712 -> origin/testcommit4712
4129 = [up to date] testcommit4713 -> origin/testcommit4713
4130 = [up to date] testcommit4714 -> origin/testcommit4714
4131 = [up to date] testcommit4715 -> origin/testcommit4715
4132 = [up to date] testcommit4716 -> origin/testcommit4716
4133 = [up to date] testcommit4717 -> origin/testcommit4717
4134 = [up to date] testcommit4718 -> origin/testcommit4718
4135 = [up to date] testcommit4719 -> origin/testcommit4719
4136 = [up to date] testcommit472 -> origin/testcommit472
4137 = [up to date] testcommit4720 -> origin/testcommit4720
4138 = [up to date] testcommit4721 -> origin/testcommit4721
4139 = [up to date] testcommit4722 -> origin/testcommit4722
4140 = [up to date] testcommit4723 -> origin/testcommit4723
4141 = [up to date] testcommit4724 -> origin/testcommit4724
4142 = [up to date] testcommit4725 -> origin/testcommit4725
4143 = [up to date] testcommit4726 -> origin/testcommit4726
4144 = [up to date] testcommit4727 -> origin/testcommit4727
4145 = [up to date] testcommit4728 -> origin/testcommit4728
4146 = [up to date] testcommit4729 -> origin/testcommit4729
4147 = [up to date] testcommit473 -> origin/testcommit473
4148 = [up to date] testcommit4730 -> origin/testcommit4730
4149 = [up to date] testcommit4731 -> origin/testcommit4731
4150 = [up to date] testcommit4732 -> origin/testcommit4732
4151 = [up to date] testcommit4733 -> origin/testcommit4733
4152 = [up to date] testcommit4734 -> origin/testcommit4734
4153 = [up to date] testcommit4735 -> origin/testcommit4735
4154 = [up to date] testcommit4736 -> origin/testcommit4736
4155 = [up to date] testcommit4737 -> origin/testcommit4737
4156 = [up to date] testcommit4738 -> origin/testcommit4738
4157 = [up to date] testcommit4739 -> origin/testcommit4739
4158 = [up to date] testcommit474 -> origin/testcommit474
4159 = [up to date] testcommit4740 -> origin/testcommit4740
4160 = [up to date] testcommit4741 -> origin/testcommit4741
4161 = [up to date] testcommit4742 -> origin/testcommit4742
4162 = [up to date] testcommit4743 -> origin/testcommit4743
4163 = [up to date] testcommit4744 -> origin/testcommit4744
4164 = [up to date] testcommit4745 -> origin/testcommit4745
4165 = [up to date] testcommit4746 -> origin/testcommit4746
4166 = [up to date] testcommit4747 -> origin/testcommit4747
4167 = [up to date] testcommit4748 -> origin/testcommit4748
4168 = [up to date] testcommit4749 -> origin/testcommit4749
4169 = [up to date] testcommit475 -> origin/testcommit475
4170 = [up to date] testcommit4750 -> origin/testcommit4750
4171 = [up to date] testcommit4751 -> origin/testcommit4751
4172 = [up to date] testcommit4752 -> origin/testcommit4752
4173 = [up to date] testcommit4753 -> origin/testcommit4753
4174 = [up to date] testcommit4754 -> origin/testcommit4754
4175 = [up to date] testcommit4755 -> origin/testcommit4755
4176 = [up to date] testcommit4756 -> origin/testcommit4756
4177 = [up to date] testcommit4757 -> origin/testcommit4757
4178 = [up to date] testcommit4758 -> origin/testcommit4758
4179 = [up to date] testcommit4759 -> origin/testcommit4759
4180 = [up to date] testcommit476 -> origin/testcommit476
4181 = [up to date] testcommit4760 -> origin/testcommit4760
4182 = [up to date] testcommit4761 -> origin/testcommit4761
4183 = [up to date] testcommit4762 -> origin/testcommit4762
4184 = [up to date] testcommit4763 -> origin/testcommit4763
4185 = [up to date] testcommit4764 -> origin/testcommit4764
4186 = [up to date] testcommit4765 -> origin/testcommit4765
4187 = [up to date] testcommit4766 -> origin/testcommit4766
4188 = [up to date] testcommit4767 -> origin/testcommit4767
4189 = [up to date] testcommit4768 -> origin/testcommit4768
4190 = [up to date] testcommit4769 -> origin/testcommit4769
4191 = [up to date] testcommit477 -> origin/testcommit477
4192 = [up to date] testcommit4770 -> origin/testcommit4770
4193 = [up to date] testcommit4771 -> origin/testcommit4771
4194 = [up to date] testcommit4772 -> origin/testcommit4772
4195 = [up to date] testcommit4773 -> origin/testcommit4773
4196 = [up to date] testcommit4774 -> origin/testcommit4774
4197 = [up to date] testcommit4775 -> origin/testcommit4775
4198 = [up to date] testcommit4776 -> origin/testcommit4776
4199 = [up to date] testcommit4777 -> origin/testcommit4777
4200 = [up to date] testcommit4778 -> origin/testcommit4778
4201 = [up to date] testcommit4779 -> origin/testcommit4779
4202 = [up to date] testcommit478 -> origin/testcommit478
4203 = [up to date] testcommit4780 -> origin/testcommit4780
4204 = [up to date] testcommit4781 -> origin/testcommit4781
4205 = [up to date] testcommit4782 -> origin/testcommit4782
4206 = [up to date] testcommit4783 -> origin/testcommit4783
4207 = [up to date] testcommit4784 -> origin/testcommit4784
4208 = [up to date] testcommit4785 -> origin/testcommit4785
4209 = [up to date] testcommit4786 -> origin/testcommit4786
4210 = [up to date] testcommit4787 -> origin/testcommit4787
4211 = [up to date] testcommit4788 -> origin/testcommit4788
4212 = [up to date] testcommit4789 -> origin/testcommit4789
4213 = [up to date] testcommit479 -> origin/testcommit479
4214 = [up to date] testcommit4790 -> origin/testcommit4790
4215 = [up to date] testcommit4791 -> origin/testcommit4791
4216 = [up to date] testcommit4792 -> origin/testcommit4792
4217 = [up to date] testcommit4793 -> origin/testcommit4793
4218 = [up to date] testcommit4794 -> origin/testcommit4794
4219 = [up to date] testcommit4795 -> origin/testcommit4795
4220 = [up to date] testcommit4796 -> origin/testcommit4796
4221 = [up to date] testcommit4797 -> origin/testcommit4797
4222 = [up to date] testcommit4798 -> origin/testcommit4798
4223 = [up to date] testcommit4799 -> origin/testcommit4799
4224 = [up to date] testcommit48 -> origin/testcommit48
4225 = [up to date] testcommit480 -> origin/testcommit480
4226 = [up to date] testcommit4800 -> origin/testcommit4800
4227 = [up to date] testcommit4801 -> origin/testcommit4801
4228 = [up to date] testcommit4802 -> origin/testcommit4802
4229 = [up to date] testcommit4803 -> origin/testcommit4803
4230 = [up to date] testcommit4804 -> origin/testcommit4804
4231 = [up to date] testcommit4805 -> origin/testcommit4805
4232 = [up to date] testcommit4806 -> origin/testcommit4806
4233 = [up to date] testcommit4807 -> origin/testcommit4807
4234 = [up to date] testcommit4808 -> origin/testcommit4808
4235 = [up to date] testcommit4809 -> origin/testcommit4809
4236 = [up to date] testcommit481 -> origin/testcommit481
4237 = [up to date] testcommit4810 -> origin/testcommit4810
4238 = [up to date] testcommit4811 -> origin/testcommit4811
4239 = [up to date] testcommit4812 -> origin/testcommit4812
4240 = [up to date] testcommit4813 -> origin/testcommit4813
4241 = [up to date] testcommit4814 -> origin/testcommit4814
4242 = [up to date] testcommit4815 -> origin/testcommit4815
4243 = [up to date] testcommit4816 -> origin/testcommit4816
4244 = [up to date] testcommit4817 -> origin/testcommit4817
4245 = [up to date] testcommit4818 -> origin/testcommit4818
4246 = [up to date] testcommit4819 -> origin/testcommit4819
4247 = [up to date] testcommit482 -> origin/testcommit482
4248 = [up to date] testcommit4820 -> origin/testcommit4820
4249 = [up to date] testcommit4821 -> origin/testcommit4821
4250 = [up to date] testcommit4822 -> origin/testcommit4822
4251 = [up to date] testcommit4823 -> origin/testcommit4823
4252 = [up to date] testcommit4824 -> origin/testcommit4824
4253 = [up to date] testcommit4825 -> origin/testcommit4825
4254 = [up to date] testcommit4826 -> origin/testcommit4826
4255 = [up to date] testcommit4827 -> origin/testcommit4827
4256 = [up to date] testcommit4828 -> origin/testcommit4828
4257 = [up to date] testcommit4829 -> origin/testcommit4829
4258 = [up to date] testcommit483 -> origin/testcommit483
4259 = [up to date] testcommit4830 -> origin/testcommit4830
4260 = [up to date] testcommit4831 -> origin/testcommit4831
4261 = [up to date] testcommit4832 -> origin/testcommit4832
4262 = [up to date] testcommit4833 -> origin/testcommit4833
4263 = [up to date] testcommit4834 -> origin/testcommit4834
4264 = [up to date] testcommit4835 -> origin/testcommit4835
4265 = [up to date] testcommit4836 -> origin/testcommit4836
4266 = [up to date] testcommit4837 -> origin/testcommit4837
4267 = [up to date] testcommit4838 -> origin/testcommit4838
4268 = [up to date] testcommit4839 -> origin/testcommit4839
4269 = [up to date] testcommit484 -> origin/testcommit484
4270 = [up to date] testcommit4840 -> origin/testcommit4840
4271 = [up to date] testcommit4841 -> origin/testcommit4841
4272 = [up to date] testcommit4842 -> origin/testcommit4842
4273 = [up to date] testcommit4843 -> origin/testcommit4843
4274 = [up to date] testcommit4844 -> origin/testcommit4844
4275 = [up to date] testcommit4845 -> origin/testcommit4845
4276 = [up to date] testcommit4846 -> origin/testcommit4846
4277 = [up to date] testcommit4847 -> origin/testcommit4847
4278 = [up to date] testcommit4848 -> origin/testcommit4848
4279 = [up to date] testcommit4849 -> origin/testcommit4849
4280 = [up to date] testcommit485 -> origin/testcommit485
4281 = [up to date] testcommit4850 -> origin/testcommit4850
4282 = [up to date] testcommit4851 -> origin/testcommit4851
4283 = [up to date] testcommit4852 -> origin/testcommit4852
4284 = [up to date] testcommit4853 -> origin/testcommit4853
4285 = [up to date] testcommit4854 -> origin/testcommit4854
4286 = [up to date] testcommit4855 -> origin/testcommit4855
4287 = [up to date] testcommit4856 -> origin/testcommit4856
4288 = [up to date] testcommit4857 -> origin/testcommit4857
4289 = [up to date] testcommit4858 -> origin/testcommit4858
4290 = [up to date] testcommit4859 -> origin/testcommit4859
4291 = [up to date] testcommit486 -> origin/testcommit486
4292 = [up to date] testcommit4860 -> origin/testcommit4860
4293 = [up to date] testcommit4861 -> origin/testcommit4861
4294 = [up to date] testcommit4862 -> origin/testcommit4862
4295 = [up to date] testcommit4863 -> origin/testcommit4863
4296 = [up to date] testcommit4864 -> origin/testcommit4864
4297 = [up to date] testcommit4865 -> origin/testcommit4865
4298 = [up to date] testcommit4866 -> origin/testcommit4866
4299 = [up to date] testcommit4867 -> origin/testcommit4867
4300 = [up to date] testcommit4868 -> origin/testcommit4868
4301 = [up to date] testcommit4869 -> origin/testcommit4869
4302 = [up to date] testcommit487 -> origin/testcommit487
4303 = [up to date] testcommit4870 -> origin/testcommit4870
4304 = [up to date] testcommit4871 -> origin/testcommit4871
4305 = [up to date] testcommit4872 -> origin/testcommit4872
4306 = [up to date] testcommit4873 -> origin/testcommit4873
4307 = [up to date] testcommit4874 -> origin/testcommit4874
4308 = [up to date] testcommit4875 -> origin/testcommit4875
4309 = [up to date] testcommit4876 -> origin/testcommit4876
4310 = [up to date] testcommit4877 -> origin/testcommit4877
4311 = [up to date] testcommit4878 -> origin/testcommit4878
4312 = [up to date] testcommit4879 -> origin/testcommit4879
4313 = [up to date] testcommit488 -> origin/testcommit488
4314 = [up to date] testcommit4880 -> origin/testcommit4880
4315 = [up to date] testcommit4881 -> origin/testcommit4881
4316 = [up to date] testcommit4882 -> origin/testcommit4882
4317 = [up to date] testcommit4883 -> origin/testcommit4883
4318 = [up to date] testcommit4884 -> origin/testcommit4884
4319 = [up to date] testcommit4885 -> origin/testcommit4885
4320 = [up to date] testcommit4886 -> origin/testcommit4886
4321 = [up to date] testcommit4887 -> origin/testcommit4887
4322 = [up to date] testcommit4888 -> origin/testcommit4888
4323 = [up to date] testcommit4889 -> origin/testcommit4889
4324 = [up to date] testcommit489 -> origin/testcommit489
4325 = [up to date] testcommit4890 -> origin/testcommit4890
4326 = [up to date] testcommit4891 -> origin/testcommit4891
4327 = [up to date] testcommit4892 -> origin/testcommit4892
4328 = [up to date] testcommit4893 -> origin/testcommit4893
4329 = [up to date] testcommit4894 -> origin/testcommit4894
4330 = [up to date] testcommit4895 -> origin/testcommit4895
4331 = [up to date] testcommit4896 -> origin/testcommit4896
4332 = [up to date] testcommit4897 -> origin/testcommit4897
4333 = [up to date] testcommit4898 -> origin/testcommit4898
4334 = [up to date] testcommit4899 -> origin/testcommit4899
4335 = [up to date] testcommit49 -> origin/testcommit49
4336 = [up to date] testcommit490 -> origin/testcommit490
4337 = [up to date] testcommit4900 -> origin/testcommit4900
4338 = [up to date] testcommit4901 -> origin/testcommit4901
4339 = [up to date] testcommit4902 -> origin/testcommit4902
4340 = [up to date] testcommit4903 -> origin/testcommit4903
4341 = [up to date] testcommit4904 -> origin/testcommit4904
4342 = [up to date] testcommit4905 -> origin/testcommit4905
4343 = [up to date] testcommit4906 -> origin/testcommit4906
4344 = [up to date] testcommit4907 -> origin/testcommit4907
4345 = [up to date] testcommit4908 -> origin/testcommit4908
4346 = [up to date] testcommit4909 -> origin/testcommit4909
4347 = [up to date] testcommit491 -> origin/testcommit491
4348 = [up to date] testcommit4910 -> origin/testcommit4910
4349 = [up to date] testcommit4911 -> origin/testcommit4911
4350 = [up to date] testcommit4912 -> origin/testcommit4912
4351 = [up to date] testcommit4913 -> origin/testcommit4913
4352 = [up to date] testcommit4914 -> origin/testcommit4914
4353 = [up to date] testcommit4915 -> origin/testcommit4915
4354 = [up to date] testcommit4916 -> origin/testcommit4916
4355 = [up to date] testcommit4917 -> origin/testcommit4917
4356 = [up to date] testcommit4918 -> origin/testcommit4918
4357 = [up to date] testcommit4919 -> origin/testcommit4919
4358 = [up to date] testcommit492 -> origin/testcommit492
4359 = [up to date] testcommit4920 -> origin/testcommit4920
4360 = [up to date] testcommit4921 -> origin/testcommit4921
4361 = [up to date] testcommit4922 -> origin/testcommit4922
4362 = [up to date] testcommit4923 -> origin/testcommit4923
4363 = [up to date] testcommit4924 -> origin/testcommit4924
4364 = [up to date] testcommit4925 -> origin/testcommit4925
4365 = [up to date] testcommit4926 -> origin/testcommit4926
4366 = [up to date] testcommit4927 -> origin/testcommit4927
4367 = [up to date] testcommit4928 -> origin/testcommit4928
4368 = [up to date] testcommit4929 -> origin/testcommit4929
4369 = [up to date] testcommit493 -> origin/testcommit493
4370 = [up to date] testcommit4930 -> origin/testcommit4930
4371 = [up to date] testcommit4931 -> origin/testcommit4931
4372 = [up to date] testcommit4932 -> origin/testcommit4932
4373 = [up to date] testcommit4933 -> origin/testcommit4933
4374 = [up to date] testcommit4934 -> origin/testcommit4934
4375 = [up to date] testcommit4935 -> origin/testcommit4935
4376 = [up to date] testcommit4936 -> origin/testcommit4936
4377 = [up to date] testcommit4937 -> origin/testcommit4937
4378 = [up to date] testcommit4938 -> origin/testcommit4938
4379 = [up to date] testcommit4939 -> origin/testcommit4939
4380 = [up to date] testcommit494 -> origin/testcommit494
4381 = [up to date] testcommit4940 -> origin/testcommit4940
4382 = [up to date] testcommit4941 -> origin/testcommit4941
4383 = [up to date] testcommit4942 -> origin/testcommit4942
4384 = [up to date] testcommit4943 -> origin/testcommit4943
4385 = [up to date] testcommit4944 -> origin/testcommit4944
4386 = [up to date] testcommit4945 -> origin/testcommit4945
4387 = [up to date] testcommit4946 -> origin/testcommit4946
4388 = [up to date] testcommit4947 -> origin/testcommit4947
4389 = [up to date] testcommit4948 -> origin/testcommit4948
4390 = [up to date] testcommit4949 -> origin/testcommit4949
4391 = [up to date] testcommit495 -> origin/testcommit495
4392 = [up to date] testcommit4950 -> origin/testcommit4950
4393 = [up to date] testcommit4951 -> origin/testcommit4951
4394 = [up to date] testcommit4952 -> origin/testcommit4952
4395 = [up to date] testcommit4953 -> origin/testcommit4953
4396 = [up to date] testcommit4954 -> origin/testcommit4954
4397 = [up to date] testcommit4955 -> origin/testcommit4955
4398 = [up to date] testcommit4956 -> origin/testcommit4956
4399 = [up to date] testcommit4957 -> origin/testcommit4957
4400 = [up to date] testcommit4958 -> origin/testcommit4958
4401 = [up to date] testcommit4959 -> origin/testcommit4959
4402 = [up to date] testcommit496 -> origin/testcommit496
4403 = [up to date] testcommit4960 -> origin/testcommit4960
4404 = [up to date] testcommit4961 -> origin/testcommit4961
4405 = [up to date] testcommit4962 -> origin/testcommit4962
4406 = [up to date] testcommit4963 -> origin/testcommit4963
4407 = [up to date] testcommit4964 -> origin/testcommit4964
4408 = [up to date] testcommit4965 -> origin/testcommit4965
4409 = [up to date] testcommit4966 -> origin/testcommit4966
4410 = [up to date] testcommit4967 -> origin/testcommit4967
4411 = [up to date] testcommit4968 -> origin/testcommit4968
4412 = [up to date] testcommit4969 -> origin/testcommit4969
4413 = [up to date] testcommit497 -> origin/testcommit497
4414 = [up to date] testcommit4970 -> origin/testcommit4970
4415 = [up to date] testcommit4971 -> origin/testcommit4971
4416 = [up to date] testcommit4972 -> origin/testcommit4972
4417 = [up to date] testcommit4973 -> origin/testcommit4973
4418 = [up to date] testcommit4974 -> origin/testcommit4974
4419 = [up to date] testcommit4975 -> origin/testcommit4975
4420 = [up to date] testcommit4976 -> origin/testcommit4976
4421 = [up to date] testcommit4977 -> origin/testcommit4977
4422 = [up to date] testcommit4978 -> origin/testcommit4978
4423 = [up to date] testcommit4979 -> origin/testcommit4979
4424 = [up to date] testcommit498 -> origin/testcommit498
4425 = [up to date] testcommit4980 -> origin/testcommit4980
4426 = [up to date] testcommit4981 -> origin/testcommit4981
4427 = [up to date] testcommit4982 -> origin/testcommit4982
4428 = [up to date] testcommit4983 -> origin/testcommit4983
4429 = [up to date] testcommit4984 -> origin/testcommit4984
4430 = [up to date] testcommit4985 -> origin/testcommit4985
4431 = [up to date] testcommit4986 -> origin/testcommit4986
4432 = [up to date] testcommit4987 -> origin/testcommit4987
4433 = [up to date] testcommit4988 -> origin/testcommit4988
4434 = [up to date] testcommit4989 -> origin/testcommit4989
4435 = [up to date] testcommit499 -> origin/testcommit499
4436 = [up to date] testcommit4990 -> origin/testcommit4990
4437 = [up to date] testcommit4991 -> origin/testcommit4991
4438 = [up to date] testcommit4992 -> origin/testcommit4992
4439 = [up to date] testcommit4993 -> origin/testcommit4993
4440 = [up to date] testcommit4994 -> origin/testcommit4994
4441 = [up to date] testcommit4995 -> origin/testcommit4995
4442 = [up to date] testcommit4996 -> origin/testcommit4996
4443 = [up to date] testcommit4997 -> origin/testcommit4997
4444 = [up to date] testcommit4998 -> origin/testcommit4998
4445 = [up to date] testcommit4999 -> origin/testcommit4999
4446 = [up to date] testcommit5 -> origin/testcommit5
4447 = [up to date] testcommit50 -> origin/testcommit50
4448 = [up to date] testcommit500 -> origin/testcommit500
4449 = [up to date] testcommit5000 -> origin/testcommit5000
4450 = [up to date] testcommit501 -> origin/testcommit501
4451 = [up to date] testcommit502 -> origin/testcommit502
4452 = [up to date] testcommit503 -> origin/testcommit503
4453 = [up to date] testcommit504 -> origin/testcommit504
4454 = [up to date] testcommit505 -> origin/testcommit505
4455 = [up to date] testcommit506 -> origin/testcommit506
4456 = [up to date] testcommit507 -> origin/testcommit507
4457 = [up to date] testcommit508 -> origin/testcommit508
4458 = [up to date] testcommit509 -> origin/testcommit509
4459 = [up to date] testcommit51 -> origin/testcommit51
4460 = [up to date] testcommit510 -> origin/testcommit510
4461 = [up to date] testcommit511 -> origin/testcommit511
4462 = [up to date] testcommit512 -> origin/testcommit512
4463 = [up to date] testcommit513 -> origin/testcommit513
4464 = [up to date] testcommit514 -> origin/testcommit514
4465 = [up to date] testcommit515 -> origin/testcommit515
4466 = [up to date] testcommit516 -> origin/testcommit516
4467 = [up to date] testcommit517 -> origin/testcommit517
4468 = [up to date] testcommit518 -> origin/testcommit518
4469 = [up to date] testcommit519 -> origin/testcommit519
4470 = [up to date] testcommit52 -> origin/testcommit52
4471 = [up to date] testcommit520 -> origin/testcommit520
4472 = [up to date] testcommit521 -> origin/testcommit521
4473 = [up to date] testcommit522 -> origin/testcommit522
4474 = [up to date] testcommit523 -> origin/testcommit523
4475 = [up to date] testcommit524 -> origin/testcommit524
4476 = [up to date] testcommit525 -> origin/testcommit525
4477 = [up to date] testcommit526 -> origin/testcommit526
4478 = [up to date] testcommit527 -> origin/testcommit527
4479 = [up to date] testcommit528 -> origin/testcommit528
4480 = [up to date] testcommit529 -> origin/testcommit529
4481 = [up to date] testcommit53 -> origin/testcommit53
4482 = [up to date] testcommit530 -> origin/testcommit530
4483 = [up to date] testcommit531 -> origin/testcommit531
4484 = [up to date] testcommit532 -> origin/testcommit532
4485 = [up to date] testcommit533 -> origin/testcommit533
4486 = [up to date] testcommit534 -> origin/testcommit534
4487 = [up to date] testcommit535 -> origin/testcommit535
4488 = [up to date] testcommit536 -> origin/testcommit536
4489 = [up to date] testcommit537 -> origin/testcommit537
4490 = [up to date] testcommit538 -> origin/testcommit538
4491 = [up to date] testcommit539 -> origin/testcommit539
4492 = [up to date] testcommit54 -> origin/testcommit54
4493 = [up to date] testcommit540 -> origin/testcommit540
4494 = [up to date] testcommit541 -> origin/testcommit541
4495 = [up to date] testcommit542 -> origin/testcommit542
4496 = [up to date] testcommit543 -> origin/testcommit543
4497 = [up to date] testcommit544 -> origin/testcommit544
4498 = [up to date] testcommit545 -> origin/testcommit545
4499 = [up to date] testcommit546 -> origin/testcommit546
4500 = [up to date] testcommit547 -> origin/testcommit547
4501 = [up to date] testcommit548 -> origin/testcommit548
4502 = [up to date] testcommit549 -> origin/testcommit549
4503 = [up to date] testcommit55 -> origin/testcommit55
4504 = [up to date] testcommit550 -> origin/testcommit550
4505 = [up to date] testcommit551 -> origin/testcommit551
4506 = [up to date] testcommit552 -> origin/testcommit552
4507 = [up to date] testcommit553 -> origin/testcommit553
4508 = [up to date] testcommit554 -> origin/testcommit554
4509 = [up to date] testcommit555 -> origin/testcommit555
4510 = [up to date] testcommit556 -> origin/testcommit556
4511 = [up to date] testcommit557 -> origin/testcommit557
4512 = [up to date] testcommit558 -> origin/testcommit558
4513 = [up to date] testcommit559 -> origin/testcommit559
4514 = [up to date] testcommit56 -> origin/testcommit56
4515 = [up to date] testcommit560 -> origin/testcommit560
4516 = [up to date] testcommit561 -> origin/testcommit561
4517 = [up to date] testcommit562 -> origin/testcommit562
4518 = [up to date] testcommit563 -> origin/testcommit563
4519 = [up to date] testcommit564 -> origin/testcommit564
4520 = [up to date] testcommit565 -> origin/testcommit565
4521 = [up to date] testcommit566 -> origin/testcommit566
4522 = [up to date] testcommit567 -> origin/testcommit567
4523 = [up to date] testcommit568 -> origin/testcommit568
4524 = [up to date] testcommit569 -> origin/testcommit569
4525 = [up to date] testcommit57 -> origin/testcommit57
4526 = [up to date] testcommit570 -> origin/testcommit570
4527 = [up to date] testcommit571 -> origin/testcommit571
4528 = [up to date] testcommit572 -> origin/testcommit572
4529 = [up to date] testcommit573 -> origin/testcommit573
4530 = [up to date] testcommit574 -> origin/testcommit574
4531 = [up to date] testcommit575 -> origin/testcommit575
4532 = [up to date] testcommit576 -> origin/testcommit576
4533 = [up to date] testcommit577 -> origin/testcommit577
4534 = [up to date] testcommit578 -> origin/testcommit578
4535 = [up to date] testcommit579 -> origin/testcommit579
4536 = [up to date] testcommit58 -> origin/testcommit58
4537 = [up to date] testcommit580 -> origin/testcommit580
4538 = [up to date] testcommit581 -> origin/testcommit581
4539 = [up to date] testcommit582 -> origin/testcommit582
4540 = [up to date] testcommit583 -> origin/testcommit583
4541 = [up to date] testcommit584 -> origin/testcommit584
4542 = [up to date] testcommit585 -> origin/testcommit585
4543 = [up to date] testcommit586 -> origin/testcommit586
4544 = [up to date] testcommit587 -> origin/testcommit587
4545 = [up to date] testcommit588 -> origin/testcommit588
4546 = [up to date] testcommit589 -> origin/testcommit589
4547 = [up to date] testcommit59 -> origin/testcommit59
4548 = [up to date] testcommit590 -> origin/testcommit590
4549 = [up to date] testcommit591 -> origin/testcommit591
4550 = [up to date] testcommit592 -> origin/testcommit592
4551 = [up to date] testcommit593 -> origin/testcommit593
4552 = [up to date] testcommit594 -> origin/testcommit594
4553 = [up to date] testcommit595 -> origin/testcommit595
4554 = [up to date] testcommit596 -> origin/testcommit596
4555 = [up to date] testcommit597 -> origin/testcommit597
4556 = [up to date] testcommit598 -> origin/testcommit598
4557 = [up to date] testcommit599 -> origin/testcommit599
4558 = [up to date] testcommit6 -> origin/testcommit6
4559 = [up to date] testcommit60 -> origin/testcommit60
4560 = [up to date] testcommit600 -> origin/testcommit600
4561 = [up to date] testcommit601 -> origin/testcommit601
4562 = [up to date] testcommit602 -> origin/testcommit602
4563 = [up to date] testcommit603 -> origin/testcommit603
4564 = [up to date] testcommit604 -> origin/testcommit604
4565 = [up to date] testcommit605 -> origin/testcommit605
4566 = [up to date] testcommit606 -> origin/testcommit606
4567 = [up to date] testcommit607 -> origin/testcommit607
4568 = [up to date] testcommit608 -> origin/testcommit608
4569 = [up to date] testcommit609 -> origin/testcommit609
4570 = [up to date] testcommit61 -> origin/testcommit61
4571 = [up to date] testcommit610 -> origin/testcommit610
4572 = [up to date] testcommit611 -> origin/testcommit611
4573 = [up to date] testcommit612 -> origin/testcommit612
4574 = [up to date] testcommit613 -> origin/testcommit613
4575 = [up to date] testcommit614 -> origin/testcommit614
4576 = [up to date] testcommit615 -> origin/testcommit615
4577 = [up to date] testcommit616 -> origin/testcommit616
4578 = [up to date] testcommit617 -> origin/testcommit617
4579 = [up to date] testcommit618 -> origin/testcommit618
4580 = [up to date] testcommit619 -> origin/testcommit619
4581 = [up to date] testcommit62 -> origin/testcommit62
4582 = [up to date] testcommit620 -> origin/testcommit620
4583 = [up to date] testcommit621 -> origin/testcommit621
4584 = [up to date] testcommit622 -> origin/testcommit622
4585 = [up to date] testcommit623 -> origin/testcommit623
4586 = [up to date] testcommit624 -> origin/testcommit624
4587 = [up to date] testcommit625 -> origin/testcommit625
4588 = [up to date] testcommit626 -> origin/testcommit626
4589 = [up to date] testcommit627 -> origin/testcommit627
4590 = [up to date] testcommit628 -> origin/testcommit628
4591 = [up to date] testcommit629 -> origin/testcommit629
4592 = [up to date] testcommit63 -> origin/testcommit63
4593 = [up to date] testcommit630 -> origin/testcommit630
4594 = [up to date] testcommit631 -> origin/testcommit631
4595 = [up to date] testcommit632 -> origin/testcommit632
4596 = [up to date] testcommit633 -> origin/testcommit633
4597 = [up to date] testcommit634 -> origin/testcommit634
4598 = [up to date] testcommit635 -> origin/testcommit635
4599 = [up to date] testcommit636 -> origin/testcommit636
4600 = [up to date] testcommit637 -> origin/testcommit637
4601 = [up to date] testcommit638 -> origin/testcommit638
4602 = [up to date] testcommit639 -> origin/testcommit639
4603 = [up to date] testcommit64 -> origin/testcommit64
4604 = [up to date] testcommit640 -> origin/testcommit640
4605 = [up to date] testcommit641 -> origin/testcommit641
4606 = [up to date] testcommit642 -> origin/testcommit642
4607 = [up to date] testcommit643 -> origin/testcommit643
4608 = [up to date] testcommit644 -> origin/testcommit644
4609 = [up to date] testcommit645 -> origin/testcommit645
4610 = [up to date] testcommit646 -> origin/testcommit646
4611 = [up to date] testcommit647 -> origin/testcommit647
4612 = [up to date] testcommit648 -> origin/testcommit648
4613 = [up to date] testcommit649 -> origin/testcommit649
4614 = [up to date] testcommit65 -> origin/testcommit65
4615 = [up to date] testcommit650 -> origin/testcommit650
4616 = [up to date] testcommit651 -> origin/testcommit651
4617 = [up to date] testcommit652 -> origin/testcommit652
4618 = [up to date] testcommit653 -> origin/testcommit653
4619 = [up to date] testcommit654 -> origin/testcommit654
4620 = [up to date] testcommit655 -> origin/testcommit655
4621 = [up to date] testcommit656 -> origin/testcommit656
4622 = [up to date] testcommit657 -> origin/testcommit657
4623 = [up to date] testcommit658 -> origin/testcommit658
4624 = [up to date] testcommit659 -> origin/testcommit659
4625 = [up to date] testcommit66 -> origin/testcommit66
4626 = [up to date] testcommit660 -> origin/testcommit660
4627 = [up to date] testcommit661 -> origin/testcommit661
4628 = [up to date] testcommit662 -> origin/testcommit662
4629 = [up to date] testcommit663 -> origin/testcommit663
4630 = [up to date] testcommit664 -> origin/testcommit664
4631 = [up to date] testcommit665 -> origin/testcommit665
4632 = [up to date] testcommit666 -> origin/testcommit666
4633 = [up to date] testcommit667 -> origin/testcommit667
4634 = [up to date] testcommit668 -> origin/testcommit668
4635 = [up to date] testcommit669 -> origin/testcommit669
4636 = [up to date] testcommit67 -> origin/testcommit67
4637 = [up to date] testcommit670 -> origin/testcommit670
4638 = [up to date] testcommit671 -> origin/testcommit671
4639 = [up to date] testcommit672 -> origin/testcommit672
4640 = [up to date] testcommit673 -> origin/testcommit673
4641 = [up to date] testcommit674 -> origin/testcommit674
4642 = [up to date] testcommit675 -> origin/testcommit675
4643 = [up to date] testcommit676 -> origin/testcommit676
4644 = [up to date] testcommit677 -> origin/testcommit677
4645 = [up to date] testcommit678 -> origin/testcommit678
4646 = [up to date] testcommit679 -> origin/testcommit679
4647 = [up to date] testcommit68 -> origin/testcommit68
4648 = [up to date] testcommit680 -> origin/testcommit680
4649 = [up to date] testcommit681 -> origin/testcommit681
4650 = [up to date] testcommit682 -> origin/testcommit682
4651 = [up to date] testcommit683 -> origin/testcommit683
4652 = [up to date] testcommit684 -> origin/testcommit684
4653 = [up to date] testcommit685 -> origin/testcommit685
4654 = [up to date] testcommit686 -> origin/testcommit686
4655 = [up to date] testcommit687 -> origin/testcommit687
4656 = [up to date] testcommit688 -> origin/testcommit688
4657 = [up to date] testcommit689 -> origin/testcommit689
4658 = [up to date] testcommit69 -> origin/testcommit69
4659 = [up to date] testcommit690 -> origin/testcommit690
4660 = [up to date] testcommit691 -> origin/testcommit691
4661 = [up to date] testcommit692 -> origin/testcommit692
4662 = [up to date] testcommit693 -> origin/testcommit693
4663 = [up to date] testcommit694 -> origin/testcommit694
4664 = [up to date] testcommit695 -> origin/testcommit695
4665 = [up to date] testcommit696 -> origin/testcommit696
4666 = [up to date] testcommit697 -> origin/testcommit697
4667 = [up to date] testcommit698 -> origin/testcommit698
4668 = [up to date] testcommit699 -> origin/testcommit699
4669 = [up to date] testcommit7 -> origin/testcommit7
4670 = [up to date] testcommit70 -> origin/testcommit70
4671 = [up to date] testcommit700 -> origin/testcommit700
4672 = [up to date] testcommit701 -> origin/testcommit701
4673 = [up to date] testcommit702 -> origin/testcommit702
4674 = [up to date] testcommit703 -> origin/testcommit703
4675 = [up to date] testcommit704 -> origin/testcommit704
4676 = [up to date] testcommit705 -> origin/testcommit705
4677 = [up to date] testcommit706 -> origin/testcommit706
4678 = [up to date] testcommit707 -> origin/testcommit707
4679 = [up to date] testcommit708 -> origin/testcommit708
4680 = [up to date] testcommit709 -> origin/testcommit709
4681 = [up to date] testcommit71 -> origin/testcommit71
4682 = [up to date] testcommit710 -> origin/testcommit710
4683 = [up to date] testcommit711 -> origin/testcommit711
4684 = [up to date] testcommit712 -> origin/testcommit712
4685 = [up to date] testcommit713 -> origin/testcommit713
4686 = [up to date] testcommit714 -> origin/testcommit714
4687 = [up to date] testcommit715 -> origin/testcommit715
4688 = [up to date] testcommit716 -> origin/testcommit716
4689 = [up to date] testcommit717 -> origin/testcommit717
4690 = [up to date] testcommit718 -> origin/testcommit718
4691 = [up to date] testcommit719 -> origin/testcommit719
4692 = [up to date] testcommit72 -> origin/testcommit72
4693 = [up to date] testcommit720 -> origin/testcommit720
4694 = [up to date] testcommit721 -> origin/testcommit721
4695 = [up to date] testcommit722 -> origin/testcommit722
4696 = [up to date] testcommit723 -> origin/testcommit723
4697 = [up to date] testcommit724 -> origin/testcommit724
4698 = [up to date] testcommit725 -> origin/testcommit725
4699 = [up to date] testcommit726 -> origin/testcommit726
4700 = [up to date] testcommit727 -> origin/testcommit727
4701 = [up to date] testcommit728 -> origin/testcommit728
4702 = [up to date] testcommit729 -> origin/testcommit729
4703 = [up to date] testcommit73 -> origin/testcommit73
4704 = [up to date] testcommit730 -> origin/testcommit730
4705 = [up to date] testcommit731 -> origin/testcommit731
4706 = [up to date] testcommit732 -> origin/testcommit732
4707 = [up to date] testcommit733 -> origin/testcommit733
4708 = [up to date] testcommit734 -> origin/testcommit734
4709 = [up to date] testcommit735 -> origin/testcommit735
4710 = [up to date] testcommit736 -> origin/testcommit736
4711 = [up to date] testcommit737 -> origin/testcommit737
4712 = [up to date] testcommit738 -> origin/testcommit738
4713 = [up to date] testcommit739 -> origin/testcommit739
4714 = [up to date] testcommit74 -> origin/testcommit74
4715 = [up to date] testcommit740 -> origin/testcommit740
4716 = [up to date] testcommit741 -> origin/testcommit741
4717 = [up to date] testcommit742 -> origin/testcommit742
4718 = [up to date] testcommit743 -> origin/testcommit743
4719 = [up to date] testcommit744 -> origin/testcommit744
4720 = [up to date] testcommit745 -> origin/testcommit745
4721 = [up to date] testcommit746 -> origin/testcommit746
4722 = [up to date] testcommit747 -> origin/testcommit747
4723 = [up to date] testcommit748 -> origin/testcommit748
4724 = [up to date] testcommit749 -> origin/testcommit749
4725 = [up to date] testcommit75 -> origin/testcommit75
4726 = [up to date] testcommit750 -> origin/testcommit750
4727 = [up to date] testcommit751 -> origin/testcommit751
4728 = [up to date] testcommit752 -> origin/testcommit752
4729 = [up to date] testcommit753 -> origin/testcommit753
4730 = [up to date] testcommit754 -> origin/testcommit754
4731 = [up to date] testcommit755 -> origin/testcommit755
4732 = [up to date] testcommit756 -> origin/testcommit756
4733 = [up to date] testcommit757 -> origin/testcommit757
4734 = [up to date] testcommit758 -> origin/testcommit758
4735 = [up to date] testcommit759 -> origin/testcommit759
4736 = [up to date] testcommit76 -> origin/testcommit76
4737 = [up to date] testcommit760 -> origin/testcommit760
4738 = [up to date] testcommit761 -> origin/testcommit761
4739 = [up to date] testcommit762 -> origin/testcommit762
4740 = [up to date] testcommit763 -> origin/testcommit763
4741 = [up to date] testcommit764 -> origin/testcommit764
4742 = [up to date] testcommit765 -> origin/testcommit765
4743 = [up to date] testcommit766 -> origin/testcommit766
4744 = [up to date] testcommit767 -> origin/testcommit767
4745 = [up to date] testcommit768 -> origin/testcommit768
4746 = [up to date] testcommit769 -> origin/testcommit769
4747 = [up to date] testcommit77 -> origin/testcommit77
4748 = [up to date] testcommit770 -> origin/testcommit770
4749 = [up to date] testcommit771 -> origin/testcommit771
4750 = [up to date] testcommit772 -> origin/testcommit772
4751 = [up to date] testcommit773 -> origin/testcommit773
4752 = [up to date] testcommit774 -> origin/testcommit774
4753 = [up to date] testcommit775 -> origin/testcommit775
4754 = [up to date] testcommit776 -> origin/testcommit776
4755 = [up to date] testcommit777 -> origin/testcommit777
4756 = [up to date] testcommit778 -> origin/testcommit778
4757 = [up to date] testcommit779 -> origin/testcommit779
4758 = [up to date] testcommit78 -> origin/testcommit78
4759 = [up to date] testcommit780 -> origin/testcommit780
4760 = [up to date] testcommit781 -> origin/testcommit781
4761 = [up to date] testcommit782 -> origin/testcommit782
4762 = [up to date] testcommit783 -> origin/testcommit783
4763 = [up to date] testcommit784 -> origin/testcommit784
4764 = [up to date] testcommit785 -> origin/testcommit785
4765 = [up to date] testcommit786 -> origin/testcommit786
4766 = [up to date] testcommit787 -> origin/testcommit787
4767 = [up to date] testcommit788 -> origin/testcommit788
4768 = [up to date] testcommit789 -> origin/testcommit789
4769 = [up to date] testcommit79 -> origin/testcommit79
4770 = [up to date] testcommit790 -> origin/testcommit790
4771 = [up to date] testcommit791 -> origin/testcommit791
4772 = [up to date] testcommit792 -> origin/testcommit792
4773 = [up to date] testcommit793 -> origin/testcommit793
4774 = [up to date] testcommit794 -> origin/testcommit794
4775 = [up to date] testcommit795 -> origin/testcommit795
4776 = [up to date] testcommit796 -> origin/testcommit796
4777 = [up to date] testcommit797 -> origin/testcommit797
4778 = [up to date] testcommit798 -> origin/testcommit798
4779 = [up to date] testcommit799 -> origin/testcommit799
4780 = [up to date] testcommit8 -> origin/testcommit8
4781 = [up to date] testcommit80 -> origin/testcommit80
4782 = [up to date] testcommit800 -> origin/testcommit800
4783 = [up to date] testcommit801 -> origin/testcommit801
4784 = [up to date] testcommit802 -> origin/testcommit802
4785 = [up to date] testcommit803 -> origin/testcommit803
4786 = [up to date] testcommit804 -> origin/testcommit804
4787 = [up to date] testcommit805 -> origin/testcommit805
4788 = [up to date] testcommit806 -> origin/testcommit806
4789 = [up to date] testcommit807 -> origin/testcommit807
4790 = [up to date] testcommit808 -> origin/testcommit808
4791 = [up to date] testcommit809 -> origin/testcommit809
4792 = [up to date] testcommit81 -> origin/testcommit81
4793 = [up to date] testcommit810 -> origin/testcommit810
4794 = [up to date] testcommit811 -> origin/testcommit811
4795 = [up to date] testcommit812 -> origin/testcommit812
4796 = [up to date] testcommit813 -> origin/testcommit813
4797 = [up to date] testcommit814 -> origin/testcommit814
4798 = [up to date] testcommit815 -> origin/testcommit815
4799 = [up to date] testcommit816 -> origin/testcommit816
4800 = [up to date] testcommit817 -> origin/testcommit817
4801 = [up to date] testcommit818 -> origin/testcommit818
4802 = [up to date] testcommit819 -> origin/testcommit819
4803 = [up to date] testcommit82 -> origin/testcommit82
4804 = [up to date] testcommit820 -> origin/testcommit820
4805 = [up to date] testcommit821 -> origin/testcommit821
4806 = [up to date] testcommit822 -> origin/testcommit822
4807 = [up to date] testcommit823 -> origin/testcommit823
4808 = [up to date] testcommit824 -> origin/testcommit824
4809 = [up to date] testcommit825 -> origin/testcommit825
4810 = [up to date] testcommit826 -> origin/testcommit826
4811 = [up to date] testcommit827 -> origin/testcommit827
4812 = [up to date] testcommit828 -> origin/testcommit828
4813 = [up to date] testcommit829 -> origin/testcommit829
4814 = [up to date] testcommit83 -> origin/testcommit83
4815 = [up to date] testcommit830 -> origin/testcommit830
4816 = [up to date] testcommit831 -> origin/testcommit831
4817 = [up to date] testcommit832 -> origin/testcommit832
4818 = [up to date] testcommit833 -> origin/testcommit833
4819 = [up to date] testcommit834 -> origin/testcommit834
4820 = [up to date] testcommit835 -> origin/testcommit835
4821 = [up to date] testcommit836 -> origin/testcommit836
4822 = [up to date] testcommit837 -> origin/testcommit837
4823 = [up to date] testcommit838 -> origin/testcommit838
4824 = [up to date] testcommit839 -> origin/testcommit839
4825 = [up to date] testcommit84 -> origin/testcommit84
4826 = [up to date] testcommit840 -> origin/testcommit840
4827 = [up to date] testcommit841 -> origin/testcommit841
4828 = [up to date] testcommit842 -> origin/testcommit842
4829 = [up to date] testcommit843 -> origin/testcommit843
4830 = [up to date] testcommit844 -> origin/testcommit844
4831 = [up to date] testcommit845 -> origin/testcommit845
4832 = [up to date] testcommit846 -> origin/testcommit846
4833 = [up to date] testcommit847 -> origin/testcommit847
4834 = [up to date] testcommit848 -> origin/testcommit848
4835 = [up to date] testcommit849 -> origin/testcommit849
4836 = [up to date] testcommit85 -> origin/testcommit85
4837 = [up to date] testcommit850 -> origin/testcommit850
4838 = [up to date] testcommit851 -> origin/testcommit851
4839 = [up to date] testcommit852 -> origin/testcommit852
4840 = [up to date] testcommit853 -> origin/testcommit853
4841 = [up to date] testcommit854 -> origin/testcommit854
4842 = [up to date] testcommit855 -> origin/testcommit855
4843 = [up to date] testcommit856 -> origin/testcommit856
4844 = [up to date] testcommit857 -> origin/testcommit857
4845 = [up to date] testcommit858 -> origin/testcommit858
4846 = [up to date] testcommit859 -> origin/testcommit859
4847 = [up to date] testcommit86 -> origin/testcommit86
4848 = [up to date] testcommit860 -> origin/testcommit860
4849 = [up to date] testcommit861 -> origin/testcommit861
4850 = [up to date] testcommit862 -> origin/testcommit862
4851 = [up to date] testcommit863 -> origin/testcommit863
4852 = [up to date] testcommit864 -> origin/testcommit864
4853 = [up to date] testcommit865 -> origin/testcommit865
4854 = [up to date] testcommit866 -> origin/testcommit866
4855 = [up to date] testcommit867 -> origin/testcommit867
4856 = [up to date] testcommit868 -> origin/testcommit868
4857 = [up to date] testcommit869 -> origin/testcommit869
4858 = [up to date] testcommit87 -> origin/testcommit87
4859 = [up to date] testcommit870 -> origin/testcommit870
4860 = [up to date] testcommit871 -> origin/testcommit871
4861 = [up to date] testcommit872 -> origin/testcommit872
4862 = [up to date] testcommit873 -> origin/testcommit873
4863 = [up to date] testcommit874 -> origin/testcommit874
4864 = [up to date] testcommit875 -> origin/testcommit875
4865 = [up to date] testcommit876 -> origin/testcommit876
4866 = [up to date] testcommit877 -> origin/testcommit877
4867 = [up to date] testcommit878 -> origin/testcommit878
4868 = [up to date] testcommit879 -> origin/testcommit879
4869 = [up to date] testcommit88 -> origin/testcommit88
4870 = [up to date] testcommit880 -> origin/testcommit880
4871 = [up to date] testcommit881 -> origin/testcommit881
4872 = [up to date] testcommit882 -> origin/testcommit882
4873 = [up to date] testcommit883 -> origin/testcommit883
4874 = [up to date] testcommit884 -> origin/testcommit884
4875 = [up to date] testcommit885 -> origin/testcommit885
4876 = [up to date] testcommit886 -> origin/testcommit886
4877 = [up to date] testcommit887 -> origin/testcommit887
4878 = [up to date] testcommit888 -> origin/testcommit888
4879 = [up to date] testcommit889 -> origin/testcommit889
4880 = [up to date] testcommit89 -> origin/testcommit89
4881 = [up to date] testcommit890 -> origin/testcommit890
4882 = [up to date] testcommit891 -> origin/testcommit891
4883 = [up to date] testcommit892 -> origin/testcommit892
4884 = [up to date] testcommit893 -> origin/testcommit893
4885 = [up to date] testcommit894 -> origin/testcommit894
4886 = [up to date] testcommit895 -> origin/testcommit895
4887 = [up to date] testcommit896 -> origin/testcommit896
4888 = [up to date] testcommit897 -> origin/testcommit897
4889 = [up to date] testcommit898 -> origin/testcommit898
4890 = [up to date] testcommit899 -> origin/testcommit899
4891 = [up to date] testcommit9 -> origin/testcommit9
4892 = [up to date] testcommit90 -> origin/testcommit90
4893 = [up to date] testcommit900 -> origin/testcommit900
4894 = [up to date] testcommit901 -> origin/testcommit901
4895 = [up to date] testcommit902 -> origin/testcommit902
4896 = [up to date] testcommit903 -> origin/testcommit903
4897 = [up to date] testcommit904 -> origin/testcommit904
4898 = [up to date] testcommit905 -> origin/testcommit905
4899 = [up to date] testcommit906 -> origin/testcommit906
4900 = [up to date] testcommit907 -> origin/testcommit907
4901 = [up to date] testcommit908 -> origin/testcommit908
4902 = [up to date] testcommit909 -> origin/testcommit909
4903 = [up to date] testcommit91 -> origin/testcommit91
4904 = [up to date] testcommit910 -> origin/testcommit910
4905 = [up to date] testcommit911 -> origin/testcommit911
4906 = [up to date] testcommit912 -> origin/testcommit912
4907 = [up to date] testcommit913 -> origin/testcommit913
4908 = [up to date] testcommit914 -> origin/testcommit914
4909 = [up to date] testcommit915 -> origin/testcommit915
4910 = [up to date] testcommit916 -> origin/testcommit916
4911 = [up to date] testcommit917 -> origin/testcommit917
4912 = [up to date] testcommit918 -> origin/testcommit918
4913 = [up to date] testcommit919 -> origin/testcommit919
4914 = [up to date] testcommit92 -> origin/testcommit92
4915 = [up to date] testcommit920 -> origin/testcommit920
4916 = [up to date] testcommit921 -> origin/testcommit921
4917 = [up to date] testcommit922 -> origin/testcommit922
4918 = [up to date] testcommit923 -> origin/testcommit923
4919 = [up to date] testcommit924 -> origin/testcommit924
4920 = [up to date] testcommit925 -> origin/testcommit925
4921 = [up to date] testcommit926 -> origin/testcommit926
4922 = [up to date] testcommit927 -> origin/testcommit927
4923 = [up to date] testcommit928 -> origin/testcommit928
4924 = [up to date] testcommit929 -> origin/testcommit929
4925 = [up to date] testcommit93 -> origin/testcommit93
4926 = [up to date] testcommit930 -> origin/testcommit930
4927 = [up to date] testcommit931 -> origin/testcommit931
4928 = [up to date] testcommit932 -> origin/testcommit932
4929 = [up to date] testcommit933 -> origin/testcommit933
4930 = [up to date] testcommit934 -> origin/testcommit934
4931 = [up to date] testcommit935 -> origin/testcommit935
4932 = [up to date] testcommit936 -> origin/testcommit936
4933 = [up to date] testcommit937 -> origin/testcommit937
4934 = [up to date] testcommit938 -> origin/testcommit938
4935 = [up to date] testcommit939 -> origin/testcommit939
4936 = [up to date] testcommit94 -> origin/testcommit94
4937 = [up to date] testcommit940 -> origin/testcommit940
4938 = [up to date] testcommit941 -> origin/testcommit941
4939 = [up to date] testcommit942 -> origin/testcommit942
4940 = [up to date] testcommit943 -> origin/testcommit943
4941 = [up to date] testcommit944 -> origin/testcommit944
4942 = [up to date] testcommit945 -> origin/testcommit945
4943 = [up to date] testcommit946 -> origin/testcommit946
4944 = [up to date] testcommit947 -> origin/testcommit947
4945 = [up to date] testcommit948 -> origin/testcommit948
4946 = [up to date] testcommit949 -> origin/testcommit949
4947 = [up to date] testcommit95 -> origin/testcommit95
4948 = [up to date] testcommit950 -> origin/testcommit950
4949 = [up to date] testcommit951 -> origin/testcommit951
4950 = [up to date] testcommit952 -> origin/testcommit952
4951 = [up to date] testcommit953 -> origin/testcommit953
4952 = [up to date] testcommit954 -> origin/testcommit954
4953 = [up to date] testcommit955 -> origin/testcommit955
4954 = [up to date] testcommit956 -> origin/testcommit956
4955 = [up to date] testcommit957 -> origin/testcommit957
4956 = [up to date] testcommit958 -> origin/testcommit958
4957 = [up to date] testcommit959 -> origin/testcommit959
4958 = [up to date] testcommit96 -> origin/testcommit96
4959 = [up to date] testcommit960 -> origin/testcommit960
4960 = [up to date] testcommit961 -> origin/testcommit961
4961 = [up to date] testcommit962 -> origin/testcommit962
4962 = [up to date] testcommit963 -> origin/testcommit963
4963 = [up to date] testcommit964 -> origin/testcommit964
4964 = [up to date] testcommit965 -> origin/testcommit965
4965 = [up to date] testcommit966 -> origin/testcommit966
4966 = [up to date] testcommit967 -> origin/testcommit967
4967 = [up to date] testcommit968 -> origin/testcommit968
4968 = [up to date] testcommit969 -> origin/testcommit969
4969 = [up to date] testcommit97 -> origin/testcommit97
4970 = [up to date] testcommit970 -> origin/testcommit970
4971 = [up to date] testcommit971 -> origin/testcommit971
4972 = [up to date] testcommit972 -> origin/testcommit972
4973 = [up to date] testcommit973 -> origin/testcommit973
4974 = [up to date] testcommit974 -> origin/testcommit974
4975 = [up to date] testcommit975 -> origin/testcommit975
4976 = [up to date] testcommit976 -> origin/testcommit976
4977 = [up to date] testcommit977 -> origin/testcommit977
4978 = [up to date] testcommit978 -> origin/testcommit978
4979 = [up to date] testcommit979 -> origin/testcommit979
4980 = [up to date] testcommit98 -> origin/testcommit98
4981 = [up to date] testcommit980 -> origin/testcommit980
4982 = [up to date] testcommit981 -> origin/testcommit981
4983 = [up to date] testcommit982 -> origin/testcommit982
4984 = [up to date] testcommit983 -> origin/testcommit983
4985 = [up to date] testcommit984 -> origin/testcommit984
4986 = [up to date] testcommit985 -> origin/testcommit985
4987 = [up to date] testcommit986 -> origin/testcommit986
4988 = [up to date] testcommit987 -> origin/testcommit987
4989 = [up to date] testcommit988 -> origin/testcommit988
4990 = [up to date] testcommit989 -> origin/testcommit989
4991 = [up to date] testcommit99 -> origin/testcommit99
4992 = [up to date] testcommit990 -> origin/testcommit990
4993 = [up to date] testcommit991 -> origin/testcommit991
4994 = [up to date] testcommit992 -> origin/testcommit992
4995 = [up to date] testcommit993 -> origin/testcommit993
4996 = [up to date] testcommit994 -> origin/testcommit994
4997 = [up to date] testcommit995 -> origin/testcommit995
4998 = [up to date] testcommit996 -> origin/testcommit996
4999 = [up to date] testcommit997 -> origin/testcommit997
5000 = [up to date] testcommit998 -> origin/testcommit998
5001 = [up to date] testcommit999 -> origin/testcommit999
1717 osp = os.path.dirname
1818
1919 GIT_REPO = os.environ.get("GIT_PYTHON_TEST_GIT_REPO_BASE", osp(osp(osp(osp(__file__)))))
20 GIT_DAEMON_PORT = os.environ.get("GIT_PYTHON_TEST_GIT_DAEMON_PORT", "9418")
2021
2122 __all__ = (
2223 'fixture_path', 'fixture', 'absolute_project_path', 'StringProcessAdapter',
23 'with_rw_repo', 'with_rw_and_rw_remote_repo', 'TestBase', 'TestCase', 'GIT_REPO'
24 'with_rw_repo', 'with_rw_and_rw_remote_repo', 'TestBase', 'TestCase', 'GIT_REPO', 'GIT_DAEMON_PORT'
2425 )
2526
2627 #{ Routines
192193 # by the user, not by us
193194 d_remote = Remote.create(rw_repo, "daemon_origin", remote_repo_dir)
194195 d_remote.fetch()
195 remote_repo_url = "git://localhost%s" % remote_repo_dir
196 remote_repo_url = "git://localhost:%s%s" % (GIT_DAEMON_PORT, remote_repo_dir)
196197
197198 d_remote.config_writer.set('url', remote_repo_url)
198199
199200 temp_dir = osp(_mktemp())
200201 # On windows, this will fail ... we deal with failures anyway and default to telling the user to do it
201202 try:
202 gd = Git().daemon(temp_dir, enable='receive-pack', as_process=True)
203 gd = Git().daemon(temp_dir, enable='receive-pack', listen='127.0.0.1', port=GIT_DAEMON_PORT,
204 as_process=True)
203205 # yes, I know ... fortunately, this is always going to work if sleep time is just large enough
204206 time.sleep(0.5)
205207 except Exception:
222224 raise AssertionError(msg)
223225 else:
224226 msg = 'Please start a git-daemon to run this test, execute: git daemon --enable=receive-pack "%s"'
227 msg += 'You can also run the daemon on a different port by passing --port=<port>'
228 msg += 'and setting the environment variable GIT_PYTHON_TEST_GIT_DAEMON_PORT to <port>'
225229 msg %= temp_dir
226230 raise AssertionError(msg)
227231 # END make assertion
231235 prev_cwd = os.getcwd()
232236 os.chdir(rw_repo.working_dir)
233237 try:
234 return func(self, rw_repo, rw_remote_repo)
238 try:
239 return func(self, rw_repo, rw_remote_repo)
240 except:
241 print("Keeping repos after failure: repo_dir = %s, remote_repo_dir = %s"
242 % (repo_dir, remote_repo_dir), file=sys.stderr)
243 repo_dir = remote_repo_dir = None
244 raise
235245 finally:
236246 # gd.proc.kill() ... no idea why that doesn't work
237247 if gd is not None:
240250 os.chdir(prev_cwd)
241251 rw_repo.git.clear_cache()
242252 rw_remote_repo.git.clear_cache()
243 shutil.rmtree(repo_dir, onerror=_rmtree_onerror)
244 shutil.rmtree(remote_repo_dir, onerror=_rmtree_onerror)
253 if repo_dir:
254 shutil.rmtree(repo_dir, onerror=_rmtree_onerror)
255 if remote_repo_dir:
256 shutil.rmtree(remote_repo_dir, onerror=_rmtree_onerror)
245257
246258 if gd is not None:
247259 gd.proc.wait()
7575 % (nc, elapsed_time, nc / elapsed_time), file=sys.stderr)
7676
7777 def test_commit_serialization(self):
78 assert_commit_serialization(self.gitrwrepo, self.gitrwrepo.head, True)
78 assert_commit_serialization(self.gitrwrepo, '58c78e6', True)
7979
8080 rwrepo = self.gitrwrepo
8181 make_object = rwrepo.odb.store
1717 )
1818 import io
1919 import os
20 from copy import copy
2120 from git.config import cp
2221
2322
2928 sio.name = file_path
3029 return sio
3130
32 def _parsers_equal_or_raise(self, lhs, rhs):
33 pass
34
3531 def test_read_write(self):
3632 # writer must create the exact same file as the one read before
3733 for filename in ("git_config", "git_config_global"):
3834 file_obj = self._to_memcache(fixture_path(filename))
39 file_obj_orig = copy(file_obj)
4035 w_config = GitConfigParser(file_obj, read_only=False)
4136 w_config.read() # enforce reading
4237 assert w_config._sections
4338 w_config.write() # enforce writing
4439
4540 # we stripped lines when reading, so the results differ
46 assert file_obj.getvalue() and file_obj.getvalue() != file_obj_orig.getvalue()
41 assert file_obj.getvalue()
42 self.assertEqual(file_obj.getvalue(), self._to_memcache(fixture_path(filename)).getvalue())
4743
4844 # creating an additional config writer must fail due to exclusive access
4945 self.failUnlessRaises(IOError, GitConfigParser, file_obj, read_only=False)
206202 assert not cw.has_section('core')
207203 assert len(cw.items(nn)) == 4
208204 cw.release()
205
206 def test_complex_aliases(self):
207 file_obj = self._to_memcache(fixture_path('.gitconfig'))
208 w_config = GitConfigParser(file_obj, read_only=False)
209 self.assertEqual(w_config.get('alias', 'rbi'), '"!g() { git rebase -i origin/${1:-master} ; } ; g"')
210 w_config.release()
211 self.assertEqual(file_obj.getvalue(), self._to_memcache(fixture_path('.gitconfig')).getvalue())
33 #
44 # This module is part of GitPython and is released under
55 # the BSD License: http://www.opensource.org/licenses/bsd-license.php
6 import os
67
78 from git.test.lib import (
89 TestBase,
1314
1415 )
1516
17 from gitdb.test.lib import with_rw_directory
18
1619 from git import (
20 Repo,
21 GitCommandError,
1722 Diff,
1823 DiffIndex
1924 )
3540 assert not diff.b_blob.path.endswith('\n')
3641 # END for each diff
3742 return diffs
43
44 @with_rw_directory
45 def test_diff_with_staged_file(self, rw_dir):
46 # SETUP INDEX WITH MULTIPLE STAGES
47 r = Repo.init(rw_dir)
48 fp = os.path.join(rw_dir, 'hello.txt')
49 with open(fp, 'w') as fs:
50 fs.write("hello world")
51 r.git.add(fp)
52 r.git.commit(message="init")
53
54 with open(fp, 'w') as fs:
55 fs.write("Hola Mundo")
56 r.git.commit(all=True, message="change on master")
57
58 r.git.checkout('HEAD~1', b='topic')
59 with open(fp, 'w') as fs:
60 fs.write("Hallo Welt")
61 r.git.commit(all=True, message="change on topic branch")
62
63 # there must be a merge-conflict
64 self.failUnlessRaises(GitCommandError, r.git.cherry_pick, 'master')
65
66 # Now do the actual testing - this should just work
67 assert len(r.index.diff(None)) == 2
68
69 assert len(r.index.diff(None, create_patch=True)) == 0, "This should work, but doesn't right now ... it's OK"
3870
3971 def test_list_from_string_new_mode(self):
4072 output = StringProcessAdapter(fixture('diff_new_mode'))
1717 from git import Repo
1818 join = os.path.join
1919
20 # rorepo is a a Repo instance pointing to the git-python repository.
20 # rorepo is a Repo instance pointing to the git-python repository.
2121 # For all you know, the first argument to Repo is a path to the repository
2222 # you want to work with
2323 repo = Repo(self.rorepo.working_tree_dir)
9393 # [11-test_init_repo_object]
9494 assert now.commit.message != past.commit.message
9595 # You can read objects directly through binary streams, no working tree required
96 assert (now.commit.tree / 'VERSION').data_stream.read().decode('ascii').startswith('0')
96 assert (now.commit.tree / 'VERSION').data_stream.read().decode('ascii').startswith('1')
9797
9898 # You can traverse trees as well to handle all contained files of a particular commit
9999 file_count = 0
435435 git.branch('-D', 'another-new-one') # pass strings for full control over argument order
436436 git.for_each_ref() # '-' becomes '_' when calling it
437437 # ![31-test_references_and_objects]
438
439 # [32-test_references_and_objects]
440 ssh_executable = os.path.join(rw_dir, 'my_ssh_executable.sh')
441 with repo.git.custom_environment(GIT_SSH=ssh_executable):
442 # Note that we don't actually make the call here, as our test-setup doesn't permit it to
443 # succeed.
444 # It will in your case :)
445 repo.remotes.origin.fetch
446 # ![32-test_references_and_objects]
447438
448439 def test_submodules(self):
449440 # [1-test_submodules]
44 # This module is part of GitPython and is released under
55 # the BSD License: http://www.opensource.org/licenses/bsd-license.php
66 import os
7 import sys
78 import mock
9 import subprocess
810
911 from git.test.lib import (
1012 TestBase,
1820 from git import (
1921 Git,
2022 GitCommandError,
23 GitCommandNotFound,
2124 Repo
2225 )
2326 from gitdb.test.lib import with_rw_directory
126129
127130 def test_cmd_override(self):
128131 prev_cmd = self.git.GIT_PYTHON_GIT_EXECUTABLE
129 if os.name == 'nt':
130 exc = GitCommandError
131 else:
132 exc = OSError
133 # end handle windows case
132 exc = GitCommandNotFound
134133 try:
135134 # set it to something that doens't exist, assure it raises
136135 type(self.git).GIT_PYTHON_GIT_EXECUTABLE = os.path.join(
194193 rw_repo = Repo.init(os.path.join(rw_dir, 'repo'))
195194 remote = rw_repo.create_remote('ssh-origin', "ssh://git@server/foo")
196195
197 with rw_repo.git.custom_environment(GIT_SSH=path):
198 try:
199 remote.fetch()
200 except GitCommandError as err:
201 assert 'FOO' in str(err)
196 # This only works if we are not evaluating git-push/pull output in a thread !
197 import select
198 if hasattr(select, 'poll'):
199 with rw_repo.git.custom_environment(GIT_SSH=path):
200 try:
201 remote.fetch()
202 except GitCommandError as err:
203 if sys.version_info[0] < 3 and sys.platform == 'darwin':
204 assert 'ssh-origin' in str(err)
205 assert err.status == 128
206 else:
207 assert 'FOO' in str(err)
208 assert err.status == 2
209 # end
202210 # end
203 # end
211 # end if select.poll exists
212
213 def test_handle_process_output(self):
214 from git.cmd import handle_process_output
215
216 line_count = 5002
217 count = [None, 0, 0]
218
219 def counter_stdout(line):
220 count[1] += 1
221
222 def counter_stderr(line):
223 count[2] += 1
224
225 proc = subprocess.Popen([sys.executable, fixture_path('cat_file.py'), str(fixture_path('issue-301_stderr'))],
226 stdin=None,
227 stdout=subprocess.PIPE,
228 stderr=subprocess.PIPE,
229 shell=False)
230
231 handle_process_output(proc, counter_stdout, counter_stderr, lambda proc: proc.wait())
232
233 assert count[1] == line_count
234 assert count[2] == line_count
1717 )
1818 from git import (
1919 IndexFile,
20 Repo,
2021 BlobFilter,
2122 UnmergedEntriesError,
2223 Tree,
4445 IndexEntry
4546 )
4647 from git.index.fun import hook_path
48 from gitdb.test.lib import with_rw_directory
4749
4850
4951 class TestIndex(TestBase):
469471 assert cur_head.commit == commit_actor
470472 assert cur_head.log()[-1].actor == my_committer
471473
474 # commit with author_date and commit_date
475 cur_commit = cur_head.commit
476 commit_message = u"commit with dates by Avinash Sajjanshetty"
477
478 new_commit = index.commit(commit_message, author_date="2006-04-07T22:13:13", commit_date="2005-04-07T22:13:13")
479 assert cur_commit != new_commit
480 print(new_commit.authored_date, new_commit.committed_date)
481 assert new_commit.message == commit_message
482 assert new_commit.authored_date == 1144447993
483 assert new_commit.committed_date == 1112911993
484
472485 # same index, no parents
473486 commit_message = "index without parents"
474487 commit_no_parents = index.commit(commit_message, parent_commits=list(), head=True)
541554
542555 # add symlink
543556 if sys.platform != "win32":
544 basename = "my_real_symlink"
545 target = "/etc/that"
546 link_file = os.path.join(rw_repo.working_tree_dir, basename)
547 os.symlink(target, link_file)
548 entries = index.reset(new_commit).add([link_file], fprogress=self._fprogress_add)
549 self._assert_entries(entries)
550 self._assert_fprogress(entries)
551 assert len(entries) == 1 and S_ISLNK(entries[0].mode)
552 assert S_ISLNK(index.entries[index.entry_key("my_real_symlink", 0)].mode)
553
554 # we expect only the target to be written
555 assert index.repo.odb.stream(entries[0].binsha).read().decode('ascii') == target
557 for target in ('/etc/nonexisting', '/etc/passwd', '/etc'):
558 basename = "my_real_symlink"
559
560 link_file = os.path.join(rw_repo.working_tree_dir, basename)
561 os.symlink(target, link_file)
562 entries = index.reset(new_commit).add([link_file], fprogress=self._fprogress_add)
563 self._assert_entries(entries)
564 self._assert_fprogress(entries)
565 assert len(entries) == 1 and S_ISLNK(entries[0].mode)
566 assert S_ISLNK(index.entries[index.entry_key("my_real_symlink", 0)].mode)
567
568 # we expect only the target to be written
569 assert index.repo.odb.stream(entries[0].binsha).read().decode('ascii') == target
570
571 os.remove(link_file)
572 # end for each target
556573 # END real symlink test
557574
558575 # add fake symlink and assure it checks-our as symlink
764781 except InvalidGitRepositoryError:
765782 asserted = True
766783 assert asserted, "Adding using a filename is not correctly asserted."
784
785 @with_rw_directory
786 def test_add_utf8P_path(self, rw_dir):
787 # NOTE: fp is not a Unicode object in python 2 (which is the source of the problem)
788 fp = os.path.join(rw_dir, 'ø.txt')
789 with open(fp, 'wb') as fs:
790 fs.write(u'content of ø'.encode('utf-8'))
791
792 r = Repo.init(rw_dir)
793 r.index.add([fp])
794 r.index.commit('Added orig and prestable')
77 TestBase,
88 with_rw_repo,
99 with_rw_and_rw_remote_repo,
10 fixture
10 fixture,
11 GIT_DAEMON_PORT
1112 )
1213 from git import (
1314 RemoteProgress,
249250 # must clone with a local path for the repo implementation not to freak out
250251 # as it wants local paths only ( which I can understand )
251252 other_repo = remote_repo.clone(other_repo_dir, shared=False)
252 remote_repo_url = "git://localhost%s" % remote_repo.git_dir
253 remote_repo_url = "git://localhost:%s%s" % (GIT_DAEMON_PORT, remote_repo.git_dir)
253254
254255 # put origin to git-url
255256 other_origin = other_repo.remotes.origin
312313 self._do_test_push_result(res, remote)
313314
314315 # invalid refspec
315 res = remote.push("hellothere")
316 assert len(res) == 0
316 self.failUnlessRaises(GitCommandError, remote.push, "hellothere")
317317
318318 # push new tags
319319 progress = TestRemoteProgress()
493493 fetch_info_line_fmt = "c437ee5deb8d00cf02f03720693e4c802e99f390 not-for-merge %s '0.3' of "
494494 fetch_info_line_fmt += "git://github.com/gitpython-developers/GitPython"
495495 remote_info_line_fmt = "* [new branch] nomatter -> %s"
496
497 self.failUnlessRaises(ValueError, FetchInfo._from_line, self.rorepo,
498 remote_info_line_fmt % "refs/something/branch",
499 "269c498e56feb93e408ed4558c8138d750de8893\t\t/Users/ben/test/foo\n")
500
496501 fi = FetchInfo._from_line(self.rorepo,
497502 remote_info_line_fmt % "local/master",
498503 fetch_info_line_fmt % 'remote-tracking branch')
0 #-*-coding:utf-8-*-
01 # test_repo.py
12 # Copyright (C) 2008, 2009 Michael Trier (mtrier@gmail.com) and contributors
23 #
4041 import sys
4142 import tempfile
4243 import shutil
44 import itertools
4345 from io import BytesIO
4446
4547
323325 assert len(res) == 1
324326 assert len(res[0][1]) == 83, "Unexpected amount of parsed blame lines"
325327
326 def test_untracked_files(self):
327 base = self.rorepo.working_tree_dir
328 files = (join_path_native(base, "__test_myfile"),
329 join_path_native(base, "__test_other_file"))
330 num_recently_untracked = 0
331 try:
328 @with_rw_repo('HEAD', bare=False)
329 def test_untracked_files(self, rwrepo):
330 for (run, repo_add) in enumerate((rwrepo.index.add, rwrepo.git.add)):
331 base = rwrepo.working_tree_dir
332 files = (join_path_native(base, u"%i_test _myfile" % run),
333 join_path_native(base, "%i_test_other_file" % run),
334 join_path_native(base, u"%i__çava verböten" % run),
335 join_path_native(base, u"%i_çava-----verböten" % run))
336
337 num_recently_untracked = 0
332338 for fpath in files:
333339 fd = open(fpath, "wb")
334340 fd.close()
335341 # END for each filename
336 untracked_files = self.rorepo.untracked_files
342 untracked_files = rwrepo.untracked_files
337343 num_recently_untracked = len(untracked_files)
338344
339345 # assure we have all names - they are relative to the git-dir
341347 for utfile in untracked_files:
342348 num_test_untracked += join_path_native(base, utfile) in files
343349 assert len(files) == num_test_untracked
344 finally:
345 for fpath in files:
346 if os.path.isfile(fpath):
347 os.remove(fpath)
348 # END handle files
349
350 assert len(self.rorepo.untracked_files) == (num_recently_untracked - len(files))
350
351 repo_add(untracked_files)
352 assert len(rwrepo.untracked_files) == (num_recently_untracked - len(files))
353 # end for each run
351354
352355 def test_config_reader(self):
353356 reader = self.rorepo.config_reader() # all config files
762765
763766 # Test for no merge base - can't do as we have
764767 self.failUnlessRaises(GitCommandError, repo.merge_base, c1, 'ffffff')
768
769 def test_is_ancestor(self):
770 repo = self.rorepo
771 c1 = 'f6aa8d1'
772 c2 = '763ef75'
773 self.assertTrue(repo.is_ancestor(c1, c1))
774 self.assertTrue(repo.is_ancestor("master", "master"))
775 self.assertTrue(repo.is_ancestor(c1, c2))
776 self.assertTrue(repo.is_ancestor(c1, "master"))
777 self.assertFalse(repo.is_ancestor(c2, c1))
778 self.assertFalse(repo.is_ancestor("master", c1))
779 for i, j in itertools.permutations([c1, 'ffffff', ''], r=2):
780 self.assertRaises(GitCommandError, repo.is_ancestor, i, j)
660660 # end for each checkout mode
661661
662662 @with_rw_directory
663 def test_git_submodules(self, rwdir):
663 def test_git_submodules_and_add_sm_with_new_commit(self, rwdir):
664664 parent = git.Repo.init(os.path.join(rwdir, 'parent'))
665665 parent.git.submodule('add', self._small_repo_url(), 'module')
666666 parent.index.commit("added submodule")
684684
685685 sm.move(sm.path + '_moved')
686686 sm2.move(sm2.path + '_moved')
687
688 parent.index.commit("moved submodules")
689
690 smm = sm.module()
691 fp = os.path.join(smm.working_tree_dir, 'empty-file')
692 with open(fp, 'w'):
693 pass
694 smm.git.add(fp)
695 smm.git.commit(m="new file added")
696
697 # submodules are retrieved from the current commit's tree, therefore we can't really get a new submodule
698 # object pointing to the new submodule commit
699 sm_too = parent.submodules['module_moved']
700 assert parent.head.commit.tree[sm.path].binsha == sm.binsha
701 assert sm_too.binsha == sm.binsha, "cached submodule should point to the same commit as updated one"
702
703 added_bies = parent.index.add([sm]) # addded base-index-entries
704 assert len(added_bies) == 1
705 parent.index.commit("add same submodule entry")
706 commit_sm = parent.head.commit.tree[sm.path]
707 assert commit_sm.binsha == added_bies[0].binsha
708 assert commit_sm.binsha == sm.binsha
709
710 sm_too.binsha = sm_too.module().head.commit.binsha
711 added_bies = parent.index.add([sm_too])
712 assert len(added_bies) == 1
713 parent.index.commit("add new submodule entry")
714 commit_sm = parent.head.commit.tree[sm.path]
715 assert commit_sm.binsha == added_bies[0].binsha
716 assert commit_sm.binsha == sm_too.binsha
717 assert sm_too.binsha != sm.binsha
687718
688719 @with_rw_directory
689720 def test_git_submodule_compatibility(self, rwdir):
1212 import platform
1313 import getpass
1414 import threading
15 import logging
1516
1617 # NOTE: Some of the unused imports might be used/imported by others.
1718 # Handle once test-cases are back up and running.
18 from .exc import (
19 GitCommandError,
20 InvalidGitRepositoryError
21 )
19 from .exc import InvalidGitRepositoryError
2220
2321 from .compat import (
2422 MAXSIZE,
153151
154152 def finalize_process(proc):
155153 """Wait for the process (clone, fetch, pull or push) and handle its errors accordingly"""
156 try:
157 proc.wait()
158 except GitCommandError:
159 # if a push has rejected items, the command has non-zero return status
160 # a return status of 128 indicates a connection error - reraise the previous one
161 if proc.poll() == 128:
162 raise
163 pass
164 # END exception handling
154 proc.wait()
165155
166156 #} END utilities
167157
174164 Handler providing an interface to parse progress information emitted by git-push
175165 and git-fetch and to dispatch callbacks allowing subclasses to react to the progress.
176166 """
177 _num_op_codes = 7
178 BEGIN, END, COUNTING, COMPRESSING, WRITING, RECEIVING, RESOLVING = [1 << x for x in range(_num_op_codes)]
167 _num_op_codes = 8
168 BEGIN, END, COUNTING, COMPRESSING, WRITING, RECEIVING, RESOLVING, FINDING_SOURCES = \
169 [1 << x for x in range(_num_op_codes)]
179170 STAGE_MASK = BEGIN | END
180171 OP_MASK = ~STAGE_MASK
181172
237228 op_code |= self.RECEIVING
238229 elif op_name == 'Resolving deltas':
239230 op_code |= self.RESOLVING
231 elif op_name == 'Finding sources':
232 op_code |= self.FINDING_SOURCES
240233 else:
241234 # Note: On windows it can happen that partial lines are sent
242235 # Hence we get something like "CompreReceiving objects", which is
245238 # to make sure we get informed in case the process spits out new
246239 # commands at some point.
247240 self.line_dropped(sline)
248 sys.stderr.write("Operation name %r unknown - skipping line '%s'" % (op_name, sline))
249241 # Note: Don't add this line to the failed lines, as we have to silently
250242 # drop it
251243 return failed_lines
760752 while self.count > 0:
761753 self.cv.wait()
762754 self.cv.release()
755
756
757 class NullHandler(logging.Handler):
758 def emit(self, record):
759 pass
760
761 # In Python 2.6, there is no NullHandler yet. Let's monkey-patch it for a workaround.
762 if not hasattr(logging, 'NullHandler'):
763 logging.NullHandler = NullHandler