redcar 0.3.10.1dev → 0.4
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGES +12 -2
- data/README.md +1 -2
- data/Rakefile +1 -1
- data/bin/redcar +4 -4
- data/lib/redcar.rb +3 -3
- data/lib/redcar/installer.rb +3 -3
- data/lib/redcar/runner.rb +5 -1
- data/lib/redcar/usage.rb +2 -1
- data/plugins/application/features/step_definitions/tree_steps.rb +20 -9
- data/plugins/application/features/support/env.rb +27 -8
- data/plugins/application/lib/application/command/executor.rb +5 -1
- data/plugins/application/lib/application/menu/builder/group.rb +4 -0
- data/plugins/application/lib/application/menu/item.rb +17 -2
- data/plugins/application/spec/application/command/executor_spec.rb +5 -0
- data/plugins/application_swt/lib/application_swt/event_loop.rb +10 -5
- data/plugins/application_swt/lib/application_swt/menu.rb +30 -19
- data/plugins/application_swt/lib/application_swt/swt_wrapper.rb +2 -0
- data/plugins/application_swt/lib/application_swt/window.rb +43 -43
- data/plugins/core/lib/core/gui.rb +6 -1
- data/plugins/core/lib/core/observable.rb +1 -1
- data/plugins/core/spec/core/task_queue_spec.rb +2 -5
- data/plugins/declarations/lib/declarations.rb +5 -1
- data/plugins/declarations/lib/declarations/file.rb +1 -1
- data/plugins/declarations/lib/declarations/parser.rb +60 -16
- data/plugins/edit_view/features/step_definitions/tab_steps.rb +4 -0
- data/plugins/edit_view/features/step_definitions/window_steps.rb +1 -1
- data/plugins/edit_view/features/support/env.rb +5 -0
- data/plugins/edit_view/lib/edit_view.rb +3 -1
- data/plugins/edit_view/lib/edit_view/document.rb +10 -0
- data/plugins/edit_view/lib/edit_view/document/mirror.rb +1 -1
- data/plugins/edit_view_swt/lib/edit_view_swt.rb +3 -0
- data/plugins/find-in-project/README.md +9 -0
- data/plugins/find-in-project/TODO.md +8 -0
- data/plugins/find-in-project/lib/find_in_project.rb +58 -0
- data/plugins/find-in-project/lib/find_in_project/commands.rb +43 -0
- data/plugins/find-in-project/lib/find_in_project/controllers.rb +108 -0
- data/plugins/find-in-project/lib/find_in_project/engines/ack.rb +42 -0
- data/plugins/find-in-project/lib/find_in_project/engines/grep.rb +52 -0
- data/plugins/find-in-project/lib/find_in_project/images/collapsed.png +0 -0
- data/plugins/find-in-project/lib/find_in_project/images/expanded.png +0 -0
- data/plugins/find-in-project/lib/find_in_project/stylesheets/style.css +205 -0
- data/plugins/find-in-project/lib/find_in_project/views/_results.html.erb +50 -0
- data/plugins/find-in-project/lib/find_in_project/views/index.html.erb +120 -0
- data/plugins/find-in-project/plugin.rb +10 -0
- data/plugins/html_view/features/step_definitions/html_view_steps.rb +20 -0
- data/plugins/html_view/features/support/env.rb +0 -0
- data/plugins/html_view/lib/html_view.rb +3 -1
- data/plugins/outline_view/lib/outline_view.rb +64 -0
- data/plugins/outline_view/lib/outline_view/commands.rb +13 -0
- data/plugins/outline_view/plugin.rb +10 -0
- data/plugins/outline_view_swt/lib/icons/alias.png +0 -0
- data/plugins/outline_view_swt/lib/icons/assignment.png +0 -0
- data/plugins/outline_view_swt/lib/icons/attribute.png +0 -0
- data/plugins/outline_view_swt/lib/icons/class.png +0 -0
- data/plugins/outline_view_swt/lib/icons/interface.png +0 -0
- data/plugins/outline_view_swt/lib/icons/method.png +0 -0
- data/plugins/outline_view_swt/lib/outline_view_swt.rb +81 -0
- data/plugins/outline_view_swt/plugin.rb +7 -0
- data/plugins/pair_highlighter/lib/pair_highlighter.rb +34 -0
- data/plugins/pair_highlighter/lib/pair_highlighter/document_controller.rb +185 -0
- data/plugins/pair_highlighter/plugin.rb +9 -0
- data/plugins/project/features/open_directory_tree.feature +1 -1
- data/plugins/project/features/refresh_directory_tree.feature +8 -8
- data/plugins/project/features/step_definitions/file_steps.rb +2 -2
- data/plugins/project/lib/project.rb +8 -4
- data/plugins/project/lib/project/adapters/remote_protocols/ftp.rb +0 -4
- data/plugins/project/lib/project/adapters/remote_protocols/protocol.rb +0 -4
- data/plugins/project/lib/project/adapters/remote_protocols/sftp.rb +0 -1
- data/plugins/project/lib/project/manager.rb +0 -2
- data/plugins/project/spec/project/adapters/remote_protocols/ftp_spec.rb +4 -0
- data/plugins/project/spec/project/adapters/remote_protocols/sftp_spec.rb +3 -0
- data/plugins/redcar/plugin.rb +2 -1
- data/plugins/redcar/redcar.rb +149 -138
- data/plugins/redcar_debug/lib/redcar_debug.rb +7 -0
- data/plugins/runnables/features/command_tree.feature +25 -0
- data/plugins/runnables/features/run_command_tab.feature +46 -0
- data/plugins/runnables/features/step_definitions/runnable_steps.rb +22 -0
- data/plugins/runnables/features/support/env.rb +67 -0
- data/plugins/runnables/lib/runnables.rb +55 -18
- data/plugins/runnables/lib/runnables/command_output_controller.rb +82 -28
- data/plugins/runnables/views/command_output.html.erb +16 -37
- data/plugins/runnables/views/default.css +68 -0
- data/plugins/runnables/views/indicator.gif +0 -0
- data/plugins/runnables/views/redcar_small_icon.png +0 -0
- data/plugins/runnables/views/reset.css +53 -0
- data/plugins/runnables/views/running_test.html +41 -0
- data/plugins/runnables/views/wedgeDown.png +0 -0
- data/plugins/runnables/views/wedgeRight.png +0 -0
- data/plugins/scm/icons/ATTRIBUTION +5 -0
- data/plugins/scm/icons/folder--arrow.png +0 -0
- data/plugins/scm/icons/folder--exclamation.png +0 -0
- data/plugins/scm/icons/folder--minus.png +0 -0
- data/plugins/scm/icons/folder--pencil.png +0 -0
- data/plugins/scm/icons/folder--plus.png +0 -0
- data/plugins/scm/icons/notebook--arrow.png +0 -0
- data/plugins/scm/icons/notebook--exclamation.png +0 -0
- data/plugins/scm/icons/notebook--minus.png +0 -0
- data/plugins/scm/icons/notebook--pencil.png +0 -0
- data/plugins/scm/icons/notebook--plus.png +0 -0
- data/plugins/scm/lib/scm.rb +278 -0
- data/plugins/scm/lib/scm/commit_mirror.rb +72 -0
- data/plugins/scm/lib/scm/diff_mirror.rb +31 -0
- data/plugins/scm/lib/scm/errors.rb +8 -0
- data/plugins/scm/lib/scm/model.rb +254 -0
- data/plugins/scm/lib/scm/scm_changes_controller.rb +94 -0
- data/plugins/scm/lib/scm/scm_changes_mirror.rb +51 -0
- data/plugins/scm/lib/scm/scm_changes_mirror/change.rb +61 -0
- data/plugins/scm/lib/scm/scm_changes_mirror/changes_node.rb +47 -0
- data/plugins/scm/lib/scm/scm_changes_mirror/drag_controller.rb +78 -0
- data/plugins/scm/lib/scm/scm_commits_controller.rb +49 -0
- data/plugins/scm/lib/scm/scm_commits_mirror.rb +36 -0
- data/plugins/scm/lib/scm/scm_commits_mirror/commit.rb +26 -0
- data/plugins/scm/lib/scm/scm_commits_mirror/commits_node.rb +38 -0
- data/plugins/scm/plugin.rb +8 -0
- data/plugins/scm/spec/spec_helper.rb +5 -0
- data/plugins/scm/vendor/ruby-blockcache/LICENSE +21 -0
- data/plugins/scm/vendor/ruby-blockcache/README.md +44 -0
- data/plugins/scm/vendor/ruby-blockcache/lib/blockcache.rb +120 -0
- data/plugins/scm_git/lib/scm_git.rb +478 -0
- data/plugins/scm_git/lib/scm_git/change.rb +127 -0
- data/plugins/scm_git/lib/scm_git/commit.rb +18 -0
- data/plugins/scm_git/lib/scm_git/config_file.rb +31 -0
- data/plugins/scm_git/plugin.rb +7 -0
- data/plugins/scm_git/vendor/ruby-git/History.txt +21 -0
- data/plugins/scm_git/vendor/ruby-git/LICENSE +21 -0
- data/plugins/scm_git/vendor/ruby-git/README +240 -0
- data/plugins/scm_git/vendor/ruby-git/Rakefile +51 -0
- data/plugins/scm_git/vendor/ruby-git/TODO +27 -0
- data/plugins/scm_git/vendor/ruby-git/VERSION +1 -0
- data/plugins/scm_git/vendor/ruby-git/benchmark.rb +157 -0
- data/plugins/scm_git/vendor/ruby-git/camping/gitweb.rb +555 -0
- data/plugins/scm_git/vendor/ruby-git/git.gemspec +53 -0
- data/plugins/scm_git/vendor/ruby-git/lib/git.rb +156 -0
- data/plugins/scm_git/vendor/ruby-git/lib/git/author.rb +14 -0
- data/plugins/scm_git/vendor/ruby-git/lib/git/base.rb +479 -0
- data/plugins/scm_git/vendor/ruby-git/lib/git/branch.rb +104 -0
- data/plugins/scm_git/vendor/ruby-git/lib/git/branches.rb +48 -0
- data/plugins/scm_git/vendor/ruby-git/lib/git/diff.rb +146 -0
- data/plugins/scm_git/vendor/ruby-git/lib/git/index.rb +5 -0
- data/plugins/scm_git/vendor/ruby-git/lib/git/lib.rb +730 -0
- data/plugins/scm_git/vendor/ruby-git/lib/git/log.rb +117 -0
- data/plugins/scm_git/vendor/ruby-git/lib/git/object.rb +273 -0
- data/plugins/scm_git/vendor/ruby-git/lib/git/path.rb +27 -0
- data/plugins/scm_git/vendor/ruby-git/lib/git/remote.rb +40 -0
- data/plugins/scm_git/vendor/ruby-git/lib/git/repository.rb +4 -0
- data/plugins/scm_git/vendor/ruby-git/lib/git/stash.rb +27 -0
- data/plugins/scm_git/vendor/ruby-git/lib/git/stashes.rb +44 -0
- data/plugins/scm_git/vendor/ruby-git/lib/git/status.rb +127 -0
- data/plugins/scm_git/vendor/ruby-git/lib/git/working_directory.rb +4 -0
- data/plugins/scm_git/vendor/ruby-git/ruby-git.gemspec +15 -0
- data/plugins/scm_git/vendor/ruby-git/tests/all_tests.rb +4 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/index +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/FETCH_HEAD +1 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/HEAD +1 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/config +13 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/description +1 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/hooks/applypatch-msg +15 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/hooks/commit-msg +21 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/hooks/post-commit +8 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/hooks/post-receive +16 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/hooks/post-update +8 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/hooks/pre-applypatch +14 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/hooks/pre-commit +70 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/hooks/pre-rebase +150 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/hooks/update +78 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/index +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/info/exclude +6 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/logs/HEAD +75 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/logs/refs/heads/git_grep +5 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/logs/refs/heads/master +64 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/logs/refs/heads/test +3 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/logs/refs/heads/test_branches +1 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/logs/refs/heads/test_object +2 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/logs/refs/remotes/working/master +1 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/00/62cdf4c1e63069eececf54325535e91fd57c42 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/00/ea60e1331b184386392037a7267dfb4a7c7d86 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/01/0b7b79019cb510d8c5849704fd10541655916d +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/01/dd46ebe07fc30c10c85c2e926c70f2d7058a6b +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/02/b2a02844d00574c234d17bec6294e832f3c4c1 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/06/f4e8a840d23fc0ab94895a5d16827a19f75fb7 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/0b/2fe00801b62b7760c23d554796b05abc16af92 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/0b/5262f6ee3552a99b7081a317e8289d6a4d8e72 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/0b/c0d846cf80b079e763e35c3af273171bf01fca +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/0d/2c47f07277b3ea30b0884f8e3acd68440507c8 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/0d/519ca9c2eddc44431efe135d0fc8df00e0b975 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/0f/845a0a981bc2f61354fcdd2b6eafe2b2c55c2d +3 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/0f/f4a0357c3d7221a2ef1e4c6b7d5c46d97fe250 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/12/eb889f49f1464b32a51424d7724fb16f6c3a31 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/15/34a65657edf4e5caaa5ce35652dca5e4c7d316 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/15/378a1f3eafe4c5ab4f890883356df917ee5539 +2 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/16/9e6db43d4c09cd610179a7b9826483b4d94123 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/16/d1f96acfd92d09c4f1f56d3441ac55dd30500e +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/16/ee5335538f11b4ffcc17b051f8d5db7570a055 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/17/9ef0e0209e90af00f544ff414e0674dfb5f5c7 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/19/9d2f8e60fddd1bb2a1b0bddedde35e5aa8b03f +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/1c/c8667014381e2788a94777532a788307f38d26 +1 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/1c/fcfba04eb4e461e9f930d22f528023ab1ddefc +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/1d/7be4117ded4534789d85c42ab579644cd3fa12 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/1d/9e4767a95047ca5e395714985afaedb186f4cd +1 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/1f/09f2edb9c0d9275d15960771b363ca6940fbe3 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/1f/691b879df15cf6742502ffc59833b4a40e7aef +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/23/751ef6c1fed1304ae1d07020aa73da6f2b93b0 +1 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/24/5582a71306d7360e40c07cd7d849a1aa14a31e +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/26/3e3c527004e7b742ed1f747c1bfb7e11825d7a +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/27/c0c003dda3e59ba236f53f6661faaf74432b5c +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/29/1b6be488d6abc586d3ee03ca61238766625a75 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/2a/f6f7d51b7afdd404a871581ebb3b6ac07fb8cc +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/2c/ef51480d44dcc262d16be2812c692d940d5f29 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/2e/20132e8fd40cb3e82248919a10900d31f1816a +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/2e/939fd37bbd2da971faa27c3e3de7d5aad40507 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/2f/53e667d1d88e75b3fa300f9ab6e2d8ffd32a15 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/32/4968b9dc40253f2c52a8e3856398c761dea856 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/33/8ecb0183d507498aedb669b796b4f9e8880f00 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/33/edabb4334cbe849a477a0d2893cdb768fa3091 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/34/a566d193dc4702f03149969a2aad1443231560 +1 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/36/fe213c328fd280f33abe00069c4b92eb5a88d1 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/39/66e9fa0e0b9fe9d3ef2fdaa6933f3d0bb82bc3 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/3a/9f195756f5bd26b67c5e1fffd92d68d61be14e +2 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/3a/ac4b445017a8fc07502670ec2dbf744213dd48 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/3b/6eeed9ce43ea893cf48d263da93448edae9f1c +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/3c/644f22b9b8edb06e7e298ecac8e71b133061f1 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/3c/c71b13d906e445da52785ddeff40dad1163d49 +2 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/3c/f35bd14cf5f2dd08bbeef8698d700f3a038e5c +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/3d/331db92a8ead0565679efb76f328ae69ed1b77 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/44/88516c3c936db58ea485ec2213dab9d13e6628 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/44/987dd95c338fb573726541f270f1a7b55c9d51 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/45/20c29b885e9db9b0df3c7bab7870157e1d00c3 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/45/b983be36b73c0788dc9cbcb76cbb80fc7bb057 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/46/00557506be20eb1501a4f15a52e684d4b9ee61 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/46/a60232117527e7b57ac0dd5ea4af2cd3fdb696 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/47/0f6a87fa51dd25f6db0f4725ae37791d449356 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/47/2650d42fa9454e2e61e3da9f5c158b8af6d298 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/47/8e5ee111572790b248eaa99140c5a8f728abc7 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/48/bbf0db7e813affab7d8dd2842b8455ff9876be +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/49/b352299735fda3a333c69c6273178b0c3dfa08 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/4a/1e3e4500962c3631a479726bf2e40469594cba +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/4a/2bee50944e9285e8f82216c9b0b8a7d3cdd315 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/4a/4e676afe275afecf23130390fe96d0e6d00057 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/4a/de99433ac3e4bcc874cd7de488de29399e9096 +1 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/4b/7c90536eaa830d8c1f6ff49a7885b581d6acef +1 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/4c/411dc8e6ea6fcba0ed56e84aa7707f881d24c7 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/4c/ce9432b2f80461324a61611f6143f8544cd80f +1 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/4c/e44a75510cbfe200b131fdbcc56a86f1b2dc08 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/4d/35ba97a858072c240d327e3ce30c28b333a1b0 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/4d/ff9ef38ef09cbf0e36031bbee22b7cf0c7a8fc +1 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/4e/aafb1d843aec4f8f1612d03de46a08c2143ea9 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/4e/ebc1b62c53241b7fbf7fb33b5230362595bfdd +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/4f/4065121cb78fe6116ae7e3075f5c5a446bd08b +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/50/3d77289b054742f507d8a8ce7cc51d3841d5b9 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/52/4038b20b297f40d78e7d83e04e38049457312b +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/53/a72df554e585e239e41cb1fc498d5aee9bb164 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/54/0200385c3b0b299c7a87ecf59ca94c32fbbe99 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/54/5c81a2e8d1112d5f7356f840a22e8f6abcef8f +2 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/54/5ffc79786f268524c35e1e05b1770c7c74faf1 +3 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/54/6bec6f8872efa41d5d97a369f669165ecda0de +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/54/7a4bae347658f0d9eed0d35d31b4561aea7cf8 +2 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/56/195ef83e9e20ca75dddef0630633fc8060ed11 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/57/7ddd894033c46a5fcf2c6f3c4e71cc72f86909 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/58/501cbd0fc5ce832f6b34d37243a520dc19a6cc +1 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/58/73a650a91eb238005444d2c637b451f687951b +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/5a/28efd2fcf55b7b58eb7cc66b5db836155bc2bb +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/5b/0be7da7cc9ecdb6c2de5f818c30a42fbd2c9fa +1 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/5c/16fb8b958b51f6008f9722b279b1fde0defb76 +3 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/5d/4606820736043f9eed2a6336661d6892c820a5 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/5e/392652a881999392c2757cf9b783c5d47b67f7 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/5e/53019b3238362144c2766f02a2c00d91fcc023 +2 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/62/70c7f48ca41e6fb41b745ddc1bffe521d83194 +2 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/62/7e1097cda3b2e3ad6ba4d3772c0985e1ff349c +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/62/bb94c53efae4d53fd0649d129baef4aca87af7 +3 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/62/c9331ffe97bb6388fb7968662b4e97d121e2da +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/63/1446ec50808846e31fff786c065e69da2c673b +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/64/d0c52ac4c061cf1705e3005dfd86fb70374a14 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/66/80a909b0e02b297bedbe143ef789d297235358 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/6b/790ddc5eab30f18cabdd0513e8f8dac0d2d3ed +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/6c/2d312ebd67eed4c7e97e3923b3667764e7360e +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/6d/e8fb35c2e4a69addd030f2dbb4f73fd4742b5b +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/6e/d281c757a969ffe22f3dcfa5830c532479c726 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/70/714b02913c1a249a5ab05021742f0bc7065df7 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/71/894b736711ea0a5def4f536009364d07ee4db3 +2 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/71/c9a23879ff0ac8c49b92d107f3f89c6d1b2d92 +1 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/73/b171450704ea4350f9f884426389fe04c6cd51 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/74/32b657191a10587335e74ae6f0966a7eed2976 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/79/e5b9e6ee5a1e6c52676a6332fe9163adaa92cb +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/7c/076f209839d7f910e8c84e41cc94898287ef45 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/7c/60c6ab64c74d52f973d18cd1933318a8d9ae2e +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/7c/ac4f8d519d524ed025732ee220f6451665a770 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/7f/5625f6b3c7213287a12c89017361248ed88936 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/7f/86d16e0254f64f784198c6a55ef9bf7adbe7ce +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/7f/bfee9f8882ada1ec45c4925baf5649d96c4a16 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/81/25fbe8605d2884e732a185c9a24abcc0d12a1f +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/81/d4d5e9b6db474d0f432aa31d44bf690d841e94 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/81/f545324202466d44115656ea463a5bb114345f +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/82/d331cf4d3d4ee537c4f866cab2633b46a8d090 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/83/c6a1f0d7d8df18a9d9bfe917707aec37868418 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/85/8f46dd7496faf7af72102ca15cccff832b5377 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/87/c56502c73149f006631129f85dff697e000356 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/88/cf23d06f519bec7b824acd52b87a729555f2e7 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/8a/3fb747983bf2a7f4ef136af4bfcf7993a19307 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/8b/00d915a0ee5aeb32e0b166e1054c2901338c9d +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/8c/e3ee48a7e7ec697a99ee33700ec624548ad9e8 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/8d/ae07ab9d98b5fe04d4d7ed804cc36441b68dab +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/8d/c79ae7616abf1e2d4d5d97d566f2b2f6cee043 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/92/4dec9203af851c3b3e564697ab3004b35b3c2f +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/93/06c056ba3ef9dca6f6365af38148c71196533a +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/93/5badc874edd62a8629aaf103418092c73f0a56 +1 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/94/c827875e2cadb8bc8d4cdd900f19aa9e8634c7 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/95/ef665df6ebd69842c5e74a24cb8a12225dee3e +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/98/fb6a686563963b8f7e552d747158adbc1c2bd6 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/99/3dd9b1cdeab53e305886c91dbcbc8929eff22e +1 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/9a/e1fbd7636c99d34fdd395cf9bb21ad51417ce7 +1 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/9b/5149aa4ace4ef69461803b0ccbb21139e12626 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/9d/3ad2f09cb7a1d4f4c91182c96f2be537fbc4ff +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/9d/6f937544dc3b936d6ee1466d6e216ba18d5686 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/9f/a43bcd45af28e109e6f7b9a6ccd26e8e193a63 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/a0/b3f35b3c39cfb12c4cc819bffe1cf54efb3642 +2 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/a1/15413501949f4f09811fd1aaecf136c012c7d7 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/a1/a3069efcc64330fb6c66004e69b870da3d6186 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/a3/62d30d5fe1021cabc4c90f073ba2511d5a43a1 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/a3/c1f067074cdc9aa998cb5f3cad46a6f17aab2d +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/a3/db7143944dcfa006fefe7fb49c48793cb29ade +2 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/a4/4a5e945176ff31be83ffca3e7c68a8b6a45ea5 +1 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/a5/1546fabf88ddef5a9fd91b3989dd8ccae2edf3 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/a6/b25c4b27ee99f93fd611154202af5f9e3c99de +2 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/a7/88a1cba299638a2c898fcfaae1f69a1549853d +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/a8/98e8a6b143188022863bc1cab0b5f7514624ba +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/a8/b607b221454c4cd7bc7831b2d19712bb4ff888 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/a9/e2d9b71b616531f04a65ae5b972ba5d1f2cb93 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/a9/e2f17562ae78a75dc855bb3dc9e87364195dcf +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/ab/16bc1812fd6226780a841300a2432dfd0c6719 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/ac/8f48bbb7b31c945ba6a4fbe6950d009a5d8373 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/ae/21cabd23aee99a719fc828977c0df9e8b19363 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/b0/3003311ad3fa368b475df58390353868e13c91 +2 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/b0/ee249c5e5cc9464f3bc0034ab05632dcb87a23 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/b1/288f8beeaa6cf048c3a9f578d4e266fab8820e +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/b1/5336206c9040f4c52660b3f3c76ee02ccece56 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/b1/b18f5bea24648a1b08e5bba88728c15ec3cb50 +2 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/b4/5724ee906d2561901208ba924add09ab95ccb3 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/b5/d8fc3cb740eb643c66eb5f4a97345fdb806259 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/b6/153b8fe540288d66b974ae05113338ab1a61f0 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/b6/987bc1201ad19774c43c0ea8078f6f51d76bcb +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/b6/9e6acd87e5f9114ce6580b095ef1057a8fe5bb +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/b9/8f4909807c8c84a1dc1b62b4a339ae1777f369 +3 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/ba/492c62b6227d7f3507b4dcc6e6d5f13790eabf +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/ba/c335cb9dc058a477d04cde34c07d1f70d16fb9 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/bb/0850568bb43049031a38b01ddb60e4a487f823 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/be/b14380ef26540efcad06bedcd0e302b6bce70e +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/c1/3142dd26a1f6f38403a17f6c411cb621b9a1cd +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/c1/8b4e9b0829411705d7fa9a1570a20d88780817 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/c5/a3fdb33f052b8f17dac83c533b62244226f4ba +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/c6/567e2feccce3893ae0aaac2bf97807338aa8d4 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/cb/45eef6fa1ad913137d91c6b81d2b42d69094a6 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/cd/0d59357b36a447ff27a7c176b46e0a319b42df +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/cd/4291452a61ff8b57cf5510addc8ddc5630748e +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/cf/7135368cc3bf4920ceeaeebd083e098cfad355 +4 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/cf/b9952c3a28831144a0fac7ea5a2d8517f466c4 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/d0/0491fd7e5bb6fa28c517a0bb32b8b506539d4d +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/d1/4cbc09cc34fb6450b2e96432102be51c8292b8 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/d3/d171221e87a30e059d638f155f899595d96b71 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/d5/b9587b65731e25216743b0caca72051a760211 +2 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/d6/a3aab3e38bc16688b4e636a91e462434210878 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/d6/f31c35d7e010e50568c0d605227028aa7bac66 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/d7/875788aeafdd8e317880c00e3372f683cad91e +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/d7/d8a71a719e2a4ca501991a66dab47df804f6ad +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/d7/e844eec32d74a3d37c4ce02d7138658e1035d6 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/da/597fb7fba247a5b59d917e90342cf4b9695905 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/da/7b788b1575936a4381050610a37737c70b55a0 +1 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/de/996da0ef3dcee1a28aef9243aa3e255eb825b5 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/de/d54b45e4d49816f6d4256e74d45ba2bb351357 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/e3/6f723934fd1d67c7d21538751f0b1e941141db +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/e3/ebef76525fe9e6e8dc739934a08512dff777c0 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/e5/0fa6835cb99747346f19fea5f1ba939da4205f +2 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/e5/650a5c9c4b5a4415195bfb01d4d8dccbc8221b +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/e5/76bdfc9ed4627ac954f9390cf7a6151ad2a73e +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/e6/9de29bb2d1d6434b8b29ae775ad8c2e48c5391 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/e7/ea5938f9c009d32235050bca991d0b9533e440 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/e8/183f05f5db68b3934e93f4bf6bed2bb664e0b5 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/e8/bd03b163f82fba4560c11839d49361a78dec85 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/e9/0de8268373e4fd5ab13310b7745d47ec16813c +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/ec/16a327a6a98367d03369b4e998baf3db379313 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/ec/1e3d44e160e18dbfbaa80b5b0780ccc03e678e +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/ed/551aa66cf0c6f1a078832f80899faff0ae88dc +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/f1/25480ee106989ec4d86554c0d5a1487ad4336a +1 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/f1/410f8735f6f73d3599eb9b5cdd2fb70373335c +3 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/f2/02cb755135d4263589602783b04fb32a079d88 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/f2/ff401fb3fc81f8abb3ca15247aadc1e22b6288 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/f5/501de98279c6454f510188873476f3ead0cee6 +4 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/f7/5f313ca30e534aa9c42463e85108e682d3a14a +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/f8/e9c6748331411c0d3511f90bd4e0a1a30acff0 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/f9/bce8995109cfab475d043a7dd9156d5e574ed3 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/fa/6312f71abb153ada6a0399ad710d21bb61e4d8 +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/fb/8e78840d79085abf50edebf5b9d6b73ee0fb4c +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/fc/b49fa99454f804799a12095292edbca48779ab +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/objects/fe/b2ccf88397c2d93f381176067be2727eba330b +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/refs/heads/git_grep +1 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/refs/heads/master +1 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/refs/heads/test +1 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/refs/heads/test_branches +1 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/refs/heads/test_object +1 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/refs/remotes/working/master +1 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/refs/tags/gitsearch1 +1 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/refs/tags/v2.5 +1 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/refs/tags/v2.6 +1 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/refs/tags/v2.7 +1 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/dot_git/refs/tags/v2.8 +1 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/ex_dir/ex.txt +0 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/example.txt +1 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/scott/newfile +1 -0
- data/plugins/scm_git/vendor/ruby-git/tests/files/working/scott/text.txt +8 -0
- data/plugins/scm_git/vendor/ruby-git/tests/test_helper.rb +67 -0
- data/plugins/scm_git/vendor/ruby-git/tests/units/test_archive.rb +55 -0
- data/plugins/scm_git/vendor/ruby-git/tests/units/test_bare.rb +41 -0
- data/plugins/scm_git/vendor/ruby-git/tests/units/test_branch.rb +92 -0
- data/plugins/scm_git/vendor/ruby-git/tests/units/test_config.rb +31 -0
- data/plugins/scm_git/vendor/ruby-git/tests/units/test_diff.rb +88 -0
- data/plugins/scm_git/vendor/ruby-git/tests/units/test_each_conflict.rb +49 -0
- data/plugins/scm_git/vendor/ruby-git/tests/units/test_git_path.rb +45 -0
- data/plugins/scm_git/vendor/ruby-git/tests/units/test_index_ops.rb +94 -0
- data/plugins/scm_git/vendor/ruby-git/tests/units/test_init.rb +75 -0
- data/plugins/scm_git/vendor/ruby-git/tests/units/test_lib.rb +168 -0
- data/plugins/scm_git/vendor/ruby-git/tests/units/test_log.rb +69 -0
- data/plugins/scm_git/vendor/ruby-git/tests/units/test_logger.rb +38 -0
- data/plugins/scm_git/vendor/ruby-git/tests/units/test_merge.rb +104 -0
- data/plugins/scm_git/vendor/ruby-git/tests/units/test_object.rb +138 -0
- data/plugins/scm_git/vendor/ruby-git/tests/units/test_remotes.rb +85 -0
- data/plugins/scm_git/vendor/ruby-git/tests/units/test_repack.rb +30 -0
- data/plugins/scm_git/vendor/ruby-git/tests/units/test_stashes.rb +36 -0
- data/plugins/scm_git/vendor/ruby-git/tests/units/test_tags.rb +35 -0
- data/plugins/scm_git/vendor/ruby-git/tests/units/test_tree_ops.rb +121 -0
- data/plugins/scm_hg/lib/scm_hg.rb +30 -0
- data/plugins/scm_hg/plugin.rb +7 -0
- data/plugins/scm_svn/lib/scm_svn.rb +30 -0
- data/plugins/scm_svn/plugin.rb +7 -0
- data/plugins/strip_trailing_spaces/lib/strip_trailing_spaces.rb +10 -5
- data/plugins/textmate/ATTRIBUTION +4 -0
- data/plugins/textmate/features/bundle_tree.feature +23 -0
- data/plugins/textmate/features/step_definitions/tree_steps.rb +57 -0
- data/plugins/textmate/features/support/env.rb +19 -0
- data/plugins/textmate/features/support/test_bundle.tmbundle/Snippets/If.tmSnippet +18 -0
- data/plugins/textmate/features/support/test_bundle.tmbundle/Snippets/If__Else.tmSnippet +20 -0
- data/plugins/textmate/features/support/test_bundle.tmbundle/Snippets/Include.tmSnippet +16 -0
- data/plugins/textmate/features/support/test_bundle.tmbundle/Snippets/Loop.tmSnippet +18 -0
- data/plugins/textmate/features/support/test_bundle.tmbundle/Snippets/Unless.tmSnippet +18 -0
- data/plugins/textmate/features/support/test_bundle.tmbundle/Snippets/Var.tmSnippet +16 -0
- data/plugins/textmate/features/support/test_bundle.tmbundle/Snippets/next_If__Else.tmSnippet +20 -0
- data/plugins/textmate/features/support/test_bundle.tmbundle/info.plist +26 -0
- data/plugins/textmate/icons/document-snippet.png +0 -0
- data/plugins/textmate/icons/tree_mode.gif +0 -0
- data/plugins/textmate/icons/ui-menu-blue.png +0 -0
- data/plugins/textmate/lib/textmate.rb +82 -27
- data/plugins/textmate/lib/textmate/bundle.rb +32 -28
- data/plugins/textmate/lib/textmate/commands.rb +79 -0
- data/plugins/textmate/lib/textmate/tree_mirror.rb +205 -0
- data/plugins/todo_list/README.md +22 -0
- data/plugins/todo_list/lib/todo_list.rb +41 -0
- data/plugins/todo_list/lib/todo_list/file_parser.rb +54 -0
- data/plugins/todo_list/lib/todo_list/todo_controller.rb +137 -0
- data/plugins/todo_list/plugin.rb +11 -0
- data/plugins/todo_list/views/index.html.erb +22 -0
- data/plugins/tree_view_swt/lib/tree_view_swt.rb +3 -1
- metadata +4595 -4174
@@ -0,0 +1,51 @@
|
|
1
|
+
require 'rubygems'
|
2
|
+
|
3
|
+
begin
|
4
|
+
require 'jeweler'
|
5
|
+
Jeweler::Tasks.new do |gem|
|
6
|
+
gem.name = "git"
|
7
|
+
gem.summary = %Q{Ruby/Git is a Ruby library that can be used to create, read and manipulate Git repositories by wrapping system calls to the git binary}
|
8
|
+
gem.email = "schacon@gmail.com"
|
9
|
+
gem.homepage = "http://github.com/schacon/ruby-git"
|
10
|
+
gem.authors = "Scott Chacon"
|
11
|
+
gem.rubyforge_project = "git"
|
12
|
+
gem.files = FileList["lib/**/*.rb"]
|
13
|
+
gem.test_files = FileList["test/*.rb"]
|
14
|
+
gem.extra_rdoc_files = ["README"]
|
15
|
+
gem.requirements << 'git 1.6.0.0, or greater'
|
16
|
+
|
17
|
+
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
|
18
|
+
end
|
19
|
+
|
20
|
+
Jeweler::RubyforgeTasks.new
|
21
|
+
rescue LoadError
|
22
|
+
puts "Jeweler (or a dependency) not available. Install it with: sudo gem install jeweler"
|
23
|
+
end
|
24
|
+
|
25
|
+
|
26
|
+
desc "Upload Docs"
|
27
|
+
task :upload_docs do |t|
|
28
|
+
system('rsync -rv --delete doc/ git.rubyforge.org:/var/www/gforge-projects/git')
|
29
|
+
end
|
30
|
+
|
31
|
+
desc "Run Unit Tests"
|
32
|
+
task :test do |t|
|
33
|
+
$VERBOSE = true
|
34
|
+
require File.dirname(__FILE__) + '/tests/all_tests.rb'
|
35
|
+
end
|
36
|
+
|
37
|
+
require 'rake/rdoctask'
|
38
|
+
Rake::RDocTask.new do |rdoc|
|
39
|
+
if File.exist?('VERSION.yml')
|
40
|
+
config = YAML.load(File.read('VERSION.yml'))
|
41
|
+
version = "#{config[:major]}.#{config[:minor]}.#{config[:patch]}"
|
42
|
+
else
|
43
|
+
version = ""
|
44
|
+
end
|
45
|
+
|
46
|
+
rdoc.rdoc_dir = 'rdoc'
|
47
|
+
rdoc.title = "ruby-git #{version}"
|
48
|
+
rdoc.rdoc_files.include('README*')
|
49
|
+
rdoc.rdoc_files.include('lib/**/*.rb')
|
50
|
+
end
|
51
|
+
|
@@ -0,0 +1,27 @@
|
|
1
|
+
* more documentation
|
2
|
+
|
3
|
+
* git revert, rebase
|
4
|
+
|
5
|
+
* diff additions
|
6
|
+
- annotate, blame
|
7
|
+
|
8
|
+
* submodule support
|
9
|
+
|
10
|
+
* repository admin
|
11
|
+
- prune, fsck, pack-refs, count-objects, unpack-objects
|
12
|
+
|
13
|
+
* email/patch integration
|
14
|
+
- request-pull(email_address), git-am, git-apply
|
15
|
+
|
16
|
+
|
17
|
+
* compatible with git 1.4
|
18
|
+
|
19
|
+
* More Error Examples
|
20
|
+
|
21
|
+
* More Git::Status methods
|
22
|
+
|
23
|
+
|
24
|
+
* Speed up through pure ruby
|
25
|
+
|
26
|
+
* Speed up through C bindings to libgit-thin
|
27
|
+
|
@@ -0,0 +1 @@
|
|
1
|
+
1.2.5
|
@@ -0,0 +1,157 @@
|
|
1
|
+
require 'fileutils'
|
2
|
+
require 'benchmark'
|
3
|
+
require 'rubygems'
|
4
|
+
require 'ruby-prof'
|
5
|
+
#require_gem 'git', '1.0.3'
|
6
|
+
require 'lib/git'
|
7
|
+
|
8
|
+
def main
|
9
|
+
@wbare = File.expand_path(File.join('tests', 'files', 'working.git'))
|
10
|
+
|
11
|
+
in_temp_dir do
|
12
|
+
g = Git.clone(@wbare, 'test')
|
13
|
+
g.chdir do
|
14
|
+
|
15
|
+
n = 40
|
16
|
+
result = RubyProf.profile do
|
17
|
+
puts "<pre>"
|
18
|
+
|
19
|
+
Benchmark.bm(8) do |x|
|
20
|
+
run_code(x, 'objects') do
|
21
|
+
@commit = g.gcommit('1cc8667014381')
|
22
|
+
@tree = g.gtree('1cc8667014381^{tree}')
|
23
|
+
@blob = g.gblob('v2.5:example.txt')
|
24
|
+
@obj = g.object('v2.5:example.txt')
|
25
|
+
end
|
26
|
+
|
27
|
+
|
28
|
+
x.report('config ') do
|
29
|
+
n.times do
|
30
|
+
c = g.config
|
31
|
+
c = g.config('user.email')
|
32
|
+
c = g.config('user.email', 'schacon@gmail.com')
|
33
|
+
end
|
34
|
+
end
|
35
|
+
|
36
|
+
x.report('diff ') do
|
37
|
+
n.times do
|
38
|
+
g.diff('gitsearch1', 'v2.5').lines
|
39
|
+
g.diff('gitsearch1', 'v2.5').stats
|
40
|
+
g.diff('gitsearch1', 'v2.5').patch
|
41
|
+
end
|
42
|
+
end
|
43
|
+
|
44
|
+
x.report('path ') do
|
45
|
+
n.times do
|
46
|
+
g.dir.readable?
|
47
|
+
g.index.readable?
|
48
|
+
g.repo.readable?
|
49
|
+
end
|
50
|
+
end
|
51
|
+
|
52
|
+
#------------------
|
53
|
+
x.report('status ') do
|
54
|
+
n.times do
|
55
|
+
g.status['example.txt'].mode_index
|
56
|
+
s = g.status
|
57
|
+
s.added
|
58
|
+
s.added
|
59
|
+
end
|
60
|
+
end
|
61
|
+
|
62
|
+
#------------------
|
63
|
+
x.report('log ') do
|
64
|
+
n.times do
|
65
|
+
log = g.log.between('v2.5').object('example.txt')
|
66
|
+
log.size
|
67
|
+
log.size
|
68
|
+
log.first
|
69
|
+
g.log.between('v2.5').object('example.txt').map { |c| c.message }
|
70
|
+
g.log.since("2 years ago").map { |c| c.message }
|
71
|
+
end
|
72
|
+
end
|
73
|
+
|
74
|
+
#------------------
|
75
|
+
x.report('branch ') do
|
76
|
+
for i in 1..10 do
|
77
|
+
g.checkout('master')
|
78
|
+
g.branch('new_branch' + i.to_s).in_branch('test') do
|
79
|
+
g.current_branch
|
80
|
+
new_file('new_file_' + i.to_s, 'hello')
|
81
|
+
g.add
|
82
|
+
true
|
83
|
+
end
|
84
|
+
g.branch('new_branch').merge('new_branch' + i.to_s)
|
85
|
+
g.checkout('new_branch')
|
86
|
+
end
|
87
|
+
end
|
88
|
+
|
89
|
+
#------------------
|
90
|
+
x.report('tree ') do
|
91
|
+
for i in 1..10 do
|
92
|
+
tr = g.with_temp_index do
|
93
|
+
g.read_tree('new_branch' + i.to_s)
|
94
|
+
index = g.ls_files
|
95
|
+
g.write_tree
|
96
|
+
end
|
97
|
+
end
|
98
|
+
end rescue nil
|
99
|
+
|
100
|
+
x.report('archive ') do
|
101
|
+
n.times do
|
102
|
+
f = g.gcommit('v2.6').archive # returns path to temp file
|
103
|
+
end
|
104
|
+
end rescue nil
|
105
|
+
|
106
|
+
|
107
|
+
end
|
108
|
+
|
109
|
+
end
|
110
|
+
|
111
|
+
# Print a graph profile to text
|
112
|
+
puts "</pre>"
|
113
|
+
printer = RubyProf::GraphHtmlPrinter.new(result)
|
114
|
+
printer.print(STDOUT, 1)
|
115
|
+
printer = RubyProf::FlatPrinter.new(result)
|
116
|
+
puts "<pre>"
|
117
|
+
printer.print(STDOUT, 1)
|
118
|
+
puts "</pre>"
|
119
|
+
end
|
120
|
+
end
|
121
|
+
end
|
122
|
+
|
123
|
+
|
124
|
+
def run_code(x, name, times = 30)
|
125
|
+
#result = RubyProf.profile do
|
126
|
+
|
127
|
+
x.report(name) do
|
128
|
+
for i in 1..times do
|
129
|
+
yield i
|
130
|
+
end
|
131
|
+
end
|
132
|
+
|
133
|
+
#end
|
134
|
+
|
135
|
+
# Print a graph profile to text
|
136
|
+
#printer = RubyProf::FlatPrinter.new(result)
|
137
|
+
#printer.print(STDOUT, 0)
|
138
|
+
end
|
139
|
+
|
140
|
+
def new_file(name, contents)
|
141
|
+
File.open(name, 'w') do |f|
|
142
|
+
f.puts contents
|
143
|
+
end
|
144
|
+
end
|
145
|
+
|
146
|
+
|
147
|
+
def in_temp_dir(remove_after = true)
|
148
|
+
filename = 'git_test' + Time.now.to_i.to_s + rand(300).to_s.rjust(3, '0')
|
149
|
+
tmp_path = File.join("/tmp/", filename)
|
150
|
+
FileUtils.mkdir(tmp_path)
|
151
|
+
Dir.chdir tmp_path do
|
152
|
+
yield tmp_path
|
153
|
+
end
|
154
|
+
FileUtils.rm_r(tmp_path) if remove_after
|
155
|
+
end
|
156
|
+
|
157
|
+
main()
|
@@ -0,0 +1,555 @@
|
|
1
|
+
require 'rubygems'
|
2
|
+
require 'camping'
|
3
|
+
require 'lib/git'
|
4
|
+
|
5
|
+
#
|
6
|
+
# gitweb is a web frontend on git
|
7
|
+
# there is no user auth, so don't run this anywhere that anyone can use it
|
8
|
+
# it's read only, but anyone can remove or add references to your repos
|
9
|
+
#
|
10
|
+
# everything but the archive and diff functions are now in pure ruby
|
11
|
+
#
|
12
|
+
# install dependencies
|
13
|
+
# sudo gem install camping-omnibus --source http://code.whytheluckystiff.net
|
14
|
+
#
|
15
|
+
# todo
|
16
|
+
# - diff/patch between any two objects
|
17
|
+
# - expand patch to entire file
|
18
|
+
# - set title properly
|
19
|
+
# - grep / search function
|
20
|
+
# - prettify : http://projects.wh.techno-weenie.net/changesets/3030
|
21
|
+
# - add user model (add/remove repos)
|
22
|
+
# - implement http-push for authenticated users
|
23
|
+
#
|
24
|
+
# author : scott chacon
|
25
|
+
#
|
26
|
+
|
27
|
+
Camping.goes :GitWeb
|
28
|
+
|
29
|
+
module GitWeb::Models
|
30
|
+
class Repository < Base; end
|
31
|
+
|
32
|
+
class CreateGitWeb < V 0.1
|
33
|
+
def self.up
|
34
|
+
create_table :gitweb_repositories, :force => true do |t|
|
35
|
+
t.column :name, :string
|
36
|
+
t.column :path, :string
|
37
|
+
t.column :bare, :boolean
|
38
|
+
end
|
39
|
+
end
|
40
|
+
end
|
41
|
+
end
|
42
|
+
|
43
|
+
module GitWeb::Helpers
|
44
|
+
def inline_data(identifier)
|
45
|
+
section = "__#{identifier.to_s.upcase}__"
|
46
|
+
@@inline_data ||= File.read(__FILE__).gsub(/.*__END__/m, '')
|
47
|
+
data = @@inline_data.match(/(#{section}.)(.*?)((__)|(\Z))/m)
|
48
|
+
data ? data[2] : nil # return nil if no second found
|
49
|
+
end
|
50
|
+
end
|
51
|
+
|
52
|
+
module GitWeb::Controllers
|
53
|
+
|
54
|
+
class Stylesheet < R '/css/highlight.css'
|
55
|
+
def get
|
56
|
+
@headers['Content-Type'] = 'text/css'
|
57
|
+
inline_data(:css)
|
58
|
+
end
|
59
|
+
end
|
60
|
+
|
61
|
+
class JsHighlight < R '/js/highlight.js'
|
62
|
+
def get
|
63
|
+
@headers['Content-Type'] = 'text/javascript'
|
64
|
+
inline_data(:js)
|
65
|
+
end
|
66
|
+
end
|
67
|
+
|
68
|
+
|
69
|
+
class Index < R '/'
|
70
|
+
def get
|
71
|
+
@repos = Repository.find :all
|
72
|
+
render :index
|
73
|
+
end
|
74
|
+
end
|
75
|
+
|
76
|
+
class Add < R '/add'
|
77
|
+
def get
|
78
|
+
@repo = Repository.new
|
79
|
+
render :add
|
80
|
+
end
|
81
|
+
def post
|
82
|
+
if Git.bare(input.repository_path)
|
83
|
+
repo = Repository.create :name => input.repo_name, :path => input.repo_path, :bare => input.repo_bare
|
84
|
+
redirect View, repo
|
85
|
+
else
|
86
|
+
redirect Index
|
87
|
+
end
|
88
|
+
end
|
89
|
+
end
|
90
|
+
|
91
|
+
class RemoveRepo < R '/remove/(\d+)'
|
92
|
+
def get repo_id
|
93
|
+
@repo = Repository.find repo_id
|
94
|
+
@repo.destroy
|
95
|
+
@repos = Repository.find :all
|
96
|
+
render :index
|
97
|
+
end
|
98
|
+
end
|
99
|
+
|
100
|
+
|
101
|
+
class View < R '/view/(\d+)'
|
102
|
+
def get repo_id
|
103
|
+
@repo = Repository.find repo_id
|
104
|
+
@git = Git.bare(@repo.path)
|
105
|
+
render :view
|
106
|
+
end
|
107
|
+
end
|
108
|
+
|
109
|
+
class Fetch < R '/git/(\d+)/(.*)'
|
110
|
+
def get repo_id, path
|
111
|
+
@repo = Repository.find repo_id
|
112
|
+
@git = Git.bare(@repo.path)
|
113
|
+
File.read(File.join(@git.repo.path, path))
|
114
|
+
end
|
115
|
+
end
|
116
|
+
|
117
|
+
class Commit < R '/commit/(\d+)/(\w+)'
|
118
|
+
def get repo_id, sha
|
119
|
+
@repo = Repository.find repo_id
|
120
|
+
@git = Git.bare(@repo.path)
|
121
|
+
@commit = @git.gcommit(sha)
|
122
|
+
render :commit
|
123
|
+
end
|
124
|
+
end
|
125
|
+
|
126
|
+
class Tree < R '/tree/(\d+)/(\w+)'
|
127
|
+
def get repo_id, sha
|
128
|
+
@repo = Repository.find repo_id
|
129
|
+
@git = Git.bare(@repo.path)
|
130
|
+
@tree = @git.gtree(sha)
|
131
|
+
render :tree
|
132
|
+
end
|
133
|
+
end
|
134
|
+
|
135
|
+
class Blob < R '/blob/(\d+)/(.*?)/(\w+)'
|
136
|
+
def get repo_id, file, sha
|
137
|
+
@repo = Repository.find repo_id
|
138
|
+
|
139
|
+
#logger = Logger.new('/tmp/git.log')
|
140
|
+
#logger.level = Logger::INFO
|
141
|
+
#@git = Git.bare(@repo.path, :log => logger)
|
142
|
+
|
143
|
+
@git = Git.bare(@repo.path)
|
144
|
+
@blob = @git.gblob(sha)
|
145
|
+
@file = file
|
146
|
+
render :blob
|
147
|
+
end
|
148
|
+
end
|
149
|
+
|
150
|
+
class BlobRaw < R '/blob/(\d+)/(\w+)'
|
151
|
+
def get repo_id, sha
|
152
|
+
@repo = Repository.find repo_id
|
153
|
+
@git = Git.bare(@repo.path)
|
154
|
+
@blob = @git.gblob(sha)
|
155
|
+
@blob.contents
|
156
|
+
end
|
157
|
+
end
|
158
|
+
|
159
|
+
class Archive < R '/archive/(\d+)/(\w+)'
|
160
|
+
def get repo_id, sha
|
161
|
+
@repo = Repository.find repo_id
|
162
|
+
@git = Git.bare(@repo.path)
|
163
|
+
|
164
|
+
file = @git.gtree(sha).archive
|
165
|
+
@headers['Content-Type'] = 'application/zip'
|
166
|
+
@headers["Content-Disposition"] = "attachment; filename=archive.zip"
|
167
|
+
File.new(file).read
|
168
|
+
end
|
169
|
+
end
|
170
|
+
|
171
|
+
class Download < R '/download/(\d+)/(.*?)/(\w+)'
|
172
|
+
def get repo_id, file, sha
|
173
|
+
@repo = Repository.find repo_id
|
174
|
+
@git = Git.bare(@repo.path)
|
175
|
+
@headers["Content-Disposition"] = "attachment; filename=#{file}"
|
176
|
+
@git.gblob(sha).contents
|
177
|
+
end
|
178
|
+
end
|
179
|
+
|
180
|
+
class Diff < R '/diff/(\d+)/(\w+)/(\w+)'
|
181
|
+
def get repo_id, tree1, tree2
|
182
|
+
@repo = Repository.find repo_id
|
183
|
+
@git = Git.bare(@repo.path)
|
184
|
+
@tree1 = tree1
|
185
|
+
@tree2 = tree2
|
186
|
+
@diff = @git.diff(tree2, tree1)
|
187
|
+
render :diff
|
188
|
+
end
|
189
|
+
end
|
190
|
+
|
191
|
+
class Patch < R '/patch/(\d+)/(\w+)/(\w+)'
|
192
|
+
def get repo_id, tree1, tree2
|
193
|
+
@repo = Repository.find repo_id
|
194
|
+
@git = Git.bare(@repo.path)
|
195
|
+
@diff = @git.diff(tree1, tree2).patch
|
196
|
+
end
|
197
|
+
end
|
198
|
+
|
199
|
+
end
|
200
|
+
|
201
|
+
module GitWeb::Views
|
202
|
+
def layout
|
203
|
+
html do
|
204
|
+
head do
|
205
|
+
title 'test'
|
206
|
+
link :href=>R(Stylesheet), :rel=>'stylesheet', :type=>'text/css'
|
207
|
+
script '', :type => "text/javascript", :language => "JavaScript", :src => R(JsHighlight)
|
208
|
+
end
|
209
|
+
style <<-END, :type => 'text/css'
|
210
|
+
body { font-family: verdana, arial, helvetica, sans-serif; color: #333;
|
211
|
+
font-size: 13px;
|
212
|
+
line-height: 18px;}
|
213
|
+
|
214
|
+
h1 { background: #cce; padding: 10px; margin: 3px; }
|
215
|
+
h3 { background: #aea; padding: 5px; margin: 3px; }
|
216
|
+
.options { float: right; margin: 10px; }
|
217
|
+
p { padding: 5px; }
|
218
|
+
.odd { background: #eee; }
|
219
|
+
.tag { margin: 5px; padding: 1px 3px; border: 1px solid #8a8; background: #afa;}
|
220
|
+
.indent { padding: 0px 15px;}
|
221
|
+
table tr td { font-size: 13px; }
|
222
|
+
table.shortlog { width: 100%; }
|
223
|
+
.timer { color: #666; padding: 10px; margin-top: 10px; }
|
224
|
+
END
|
225
|
+
body :onload => "sh_highlightDocument();" do
|
226
|
+
before = Time.now().usec
|
227
|
+
self << yield
|
228
|
+
self << '<br/>' + ((Time.now().usec - before).to_f / 60).to_s + ' sec'
|
229
|
+
end
|
230
|
+
end
|
231
|
+
end
|
232
|
+
|
233
|
+
# git repo views
|
234
|
+
|
235
|
+
def view
|
236
|
+
h1 @repo.name
|
237
|
+
h2 @repo.path
|
238
|
+
|
239
|
+
gtags = @git.tags
|
240
|
+
@tags = {}
|
241
|
+
gtags.each { |tag| @tags[tag.sha] ||= []; @tags[tag.sha] << tag.name }
|
242
|
+
|
243
|
+
url = 'http:' + URL(Fetch, @repo.id, '').to_s
|
244
|
+
|
245
|
+
h3 'info'
|
246
|
+
table.info do
|
247
|
+
tr { td 'owner: '; td @git.config('user.name') }
|
248
|
+
tr { td 'email: '; td @git.config('user.email') }
|
249
|
+
tr { td 'url: '; td { a url, :href => url } }
|
250
|
+
end
|
251
|
+
|
252
|
+
h3 'shortlog'
|
253
|
+
table.shortlog do
|
254
|
+
@git.log.each do |log|
|
255
|
+
tr do
|
256
|
+
td log.date.strftime("%Y-%m-%d")
|
257
|
+
td { code log.sha[0, 8] }
|
258
|
+
td { em log.author.name }
|
259
|
+
td do
|
260
|
+
span.message log.message[0, 60]
|
261
|
+
@tags[log.sha].each do |t|
|
262
|
+
span.space ' '
|
263
|
+
span.tag { code t }
|
264
|
+
end if @tags[log.sha]
|
265
|
+
end
|
266
|
+
td { a 'commit', :href => R(Commit, @repo, log.sha) }
|
267
|
+
td { a 'commit-diff', :href => R(Diff, @repo, log.sha, log.parent.sha) }
|
268
|
+
td { a 'tree', :href => R(Tree, @repo, log.gtree.sha) }
|
269
|
+
td { a 'archive', :href => R(Archive, @repo, log.gtree.sha) }
|
270
|
+
end
|
271
|
+
end
|
272
|
+
end
|
273
|
+
|
274
|
+
h3 'branches'
|
275
|
+
@git.branches.each do |branch|
|
276
|
+
li { a branch.full, :href => R(Commit, @repo, branch.gcommit.sha) }
|
277
|
+
end
|
278
|
+
|
279
|
+
h3 'tags'
|
280
|
+
gtags.each do |tag|
|
281
|
+
li { a tag.name, :href => R(Commit, @repo, tag.sha) }
|
282
|
+
end
|
283
|
+
|
284
|
+
end
|
285
|
+
|
286
|
+
def commit
|
287
|
+
a.options 'repo', :href => R(View, @repo)
|
288
|
+
h1 @commit.name
|
289
|
+
h3 'info'
|
290
|
+
table.info do
|
291
|
+
tr { td 'author: '; td @commit.author.name + ' <' + @commit.author.email + '>'}
|
292
|
+
tr { td ''; td { code @commit.author.date } }
|
293
|
+
tr { td 'committer: '; td @commit.committer.name + ' <' + @commit.committer.email + '>'}
|
294
|
+
tr { td ''; td { code @commit.committer.date } }
|
295
|
+
tr { td 'commit sha: '; td { code @commit.sha } }
|
296
|
+
tr do
|
297
|
+
td 'tree sha: '
|
298
|
+
td do
|
299
|
+
code { a @commit.gtree.sha, :href => R(Tree, @repo, @commit.gtree.sha) }
|
300
|
+
span.space ' '
|
301
|
+
a 'archive', :href => R(Archive, @repo, @commit.gtree.sha)
|
302
|
+
end
|
303
|
+
end
|
304
|
+
tr do
|
305
|
+
td 'parents: '
|
306
|
+
td do
|
307
|
+
@commit.parents.each do |p|
|
308
|
+
code { a p.sha, :href => R(Commit, @repo, p.sha) }
|
309
|
+
span.space ' '
|
310
|
+
a 'diff', :href => R(Diff, @repo, p.sha, @commit.sha)
|
311
|
+
span.space ' '
|
312
|
+
a 'archive', :href => R(Archive, @repo, p.gtree.sha)
|
313
|
+
br
|
314
|
+
end
|
315
|
+
end
|
316
|
+
end
|
317
|
+
end
|
318
|
+
h3 'commit message'
|
319
|
+
p @commit.message
|
320
|
+
end
|
321
|
+
|
322
|
+
def tree
|
323
|
+
a.options 'repo', :href => R(View, @repo)
|
324
|
+
h3 'tree : ' + @tree.sha
|
325
|
+
p { a 'archive tree', :href => R(Archive, @repo, @tree.sha) };
|
326
|
+
table do
|
327
|
+
@tree.children.each do |file, node|
|
328
|
+
tr :class => cycle('odd','even') do
|
329
|
+
td { code node.sha[0, 8] }
|
330
|
+
td node.mode
|
331
|
+
td file
|
332
|
+
if node.type == 'tree'
|
333
|
+
td { a node.type, :href => R(Tree, @repo, node.sha) }
|
334
|
+
td { a 'archive', :href => R(Archive, @repo, node.sha) }
|
335
|
+
else
|
336
|
+
td { a node.type, :href => R(Blob, @repo, file, node.sha) }
|
337
|
+
td { a 'raw', :href => R(BlobRaw, @repo, node.sha) }
|
338
|
+
end
|
339
|
+
end
|
340
|
+
end
|
341
|
+
end
|
342
|
+
end
|
343
|
+
|
344
|
+
def blob
|
345
|
+
ext = File.extname(@file).gsub('.', '')
|
346
|
+
|
347
|
+
case ext
|
348
|
+
when 'rb' : classnm = 'sh_ruby'
|
349
|
+
when 'js' : classnm = 'sh_javascript'
|
350
|
+
when 'html' : classnm = 'sh_html'
|
351
|
+
when 'css' : classnm = 'sh_css'
|
352
|
+
end
|
353
|
+
|
354
|
+
a.options 'repo', :href => R(View, @repo)
|
355
|
+
h3 'blob : ' + @blob.sha
|
356
|
+
h4 @file
|
357
|
+
|
358
|
+
a 'download file', :href => R(Download, @repo, @file, @blob.sha)
|
359
|
+
|
360
|
+
div.indent { pre @blob.contents, :class => classnm }
|
361
|
+
end
|
362
|
+
|
363
|
+
def diff
|
364
|
+
a.options 'repo', :href => R(View, @repo)
|
365
|
+
h1 "diff"
|
366
|
+
|
367
|
+
p { a 'download patch file', :href => R(Patch, @repo, @tree1, @tree2) }
|
368
|
+
|
369
|
+
p do
|
370
|
+
a @tree1, :href => R(Tree, @repo, @tree1)
|
371
|
+
span.space ' : '
|
372
|
+
a @tree2, :href => R(Tree, @repo, @tree2)
|
373
|
+
end
|
374
|
+
|
375
|
+
@diff.each do |file|
|
376
|
+
h3 file.path
|
377
|
+
div.indent { pre file.patch, :class => 'sh_diff' }
|
378
|
+
end
|
379
|
+
end
|
380
|
+
|
381
|
+
# repo management views
|
382
|
+
|
383
|
+
def add
|
384
|
+
_form(@repo)
|
385
|
+
end
|
386
|
+
|
387
|
+
def _form(repo)
|
388
|
+
form(:method => 'post') do
|
389
|
+
label 'Path', :for => 'repo_path'; br
|
390
|
+
input :name => 'repo_path', :type => 'text', :value => repo.path; br
|
391
|
+
|
392
|
+
label 'Name', :for => 'repo_name'; br
|
393
|
+
input :name => 'repo_name', :type => 'text', :value => repo.name; br
|
394
|
+
|
395
|
+
label 'Bare', :for => 'repo_bare'; br
|
396
|
+
input :type => 'checkbox', :name => 'repo_bare', :value => repo.bare; br
|
397
|
+
|
398
|
+
input :type => 'hidden', :name => 'repo_id', :value => repo.id
|
399
|
+
input :type => 'submit'
|
400
|
+
end
|
401
|
+
end
|
402
|
+
|
403
|
+
def index
|
404
|
+
@repos.each do | repo |
|
405
|
+
h1 repo.name
|
406
|
+
a 'remove', :href => R(RemoveRepo, repo.id)
|
407
|
+
span.space ' '
|
408
|
+
a repo.path, :href => R(View, repo.id)
|
409
|
+
end
|
410
|
+
br
|
411
|
+
br
|
412
|
+
a 'add new repo', :href => R(Add)
|
413
|
+
end
|
414
|
+
|
415
|
+
# convenience functions
|
416
|
+
|
417
|
+
def cycle(v1, v2)
|
418
|
+
(@value == v1) ? @value = v2 : @value = v1
|
419
|
+
@value
|
420
|
+
end
|
421
|
+
|
422
|
+
end
|
423
|
+
|
424
|
+
def GitWeb.create
|
425
|
+
GitWeb::Models.create_schema
|
426
|
+
end
|
427
|
+
|
428
|
+
# everything below this line is the css and javascript for syntax-highlighting
|
429
|
+
__END__
|
430
|
+
|
431
|
+
__CSS__
|
432
|
+
pre.sh_sourceCode {
|
433
|
+
background-color: white;
|
434
|
+
color: black;
|
435
|
+
font-style: normal;
|
436
|
+
font-weight: normal;
|
437
|
+
}
|
438
|
+
|
439
|
+
pre.sh_sourceCode .sh_keyword { color: blue; font-weight: bold; } /* language keywords */
|
440
|
+
pre.sh_sourceCode .sh_type { color: darkgreen; } /* basic types */
|
441
|
+
pre.sh_sourceCode .sh_string { color: red; font-family: monospace; } /* strings and chars */
|
442
|
+
pre.sh_sourceCode .sh_regexp { color: orange; font-family: monospace; } /* regular expressions */
|
443
|
+
pre.sh_sourceCode .sh_specialchar { color: pink; font-family: monospace; } /* e.g., \n, \t, \\ */
|
444
|
+
pre.sh_sourceCode .sh_comment { color: brown; font-style: italic; } /* comments */
|
445
|
+
pre.sh_sourceCode .sh_number { color: purple; } /* literal numbers */
|
446
|
+
pre.sh_sourceCode .sh_preproc { color: darkblue; font-weight: bold; } /* e.g., #include, import */
|
447
|
+
pre.sh_sourceCode .sh_symbol { color: darkred; } /* e.g., <, >, + */
|
448
|
+
pre.sh_sourceCode .sh_function { color: black; font-weight: bold; } /* function calls and declarations */
|
449
|
+
pre.sh_sourceCode .sh_cbracket { color: red; } /* block brackets (e.g., {, }) */
|
450
|
+
pre.sh_sourceCode .sh_todo { font-weight: bold; background-color: cyan; } /* TODO and FIXME */
|
451
|
+
|
452
|
+
/* for Perl, PHP, Prolog, Python, shell, Tcl */
|
453
|
+
pre.sh_sourceCode .sh_variable { color: darkgreen; }
|
454
|
+
|
455
|
+
/* line numbers (not yet implemented) */
|
456
|
+
pre.sh_sourceCode .sh_linenum { color: black; font-family: monospace; }
|
457
|
+
|
458
|
+
/* Internet related */
|
459
|
+
pre.sh_sourceCode .sh_url { color: blue; text-decoration: underline; font-family: monospace; }
|
460
|
+
|
461
|
+
/* for ChangeLog and Log files */
|
462
|
+
pre.sh_sourceCode .sh_date { color: blue; font-weight: bold; }
|
463
|
+
pre.sh_sourceCode .sh_time, pre.sh_sourceCode .sh_file { color: darkblue; font-weight: bold; }
|
464
|
+
pre.sh_sourceCode .sh_ip, pre.sh_sourceCode .sh_name { color: darkgreen; }
|
465
|
+
|
466
|
+
/* for LaTeX */
|
467
|
+
pre.sh_sourceCode .sh_italics { color: darkgreen; font-style: italic; }
|
468
|
+
pre.sh_sourceCode .sh_bold { color: darkgreen; font-weight: bold; }
|
469
|
+
pre.sh_sourceCode .sh_underline { color: darkgreen; text-decoration: underline; }
|
470
|
+
pre.sh_sourceCode .sh_fixed { color: green; font-family: monospace; }
|
471
|
+
pre.sh_sourceCode .sh_argument { color: darkgreen; }
|
472
|
+
pre.sh_sourceCode .sh_optionalargument { color: purple; }
|
473
|
+
pre.sh_sourceCode .sh_math { color: orange; }
|
474
|
+
pre.sh_sourceCode .sh_bibtex { color: blue; }
|
475
|
+
|
476
|
+
/* for diffs */
|
477
|
+
pre.sh_sourceCode .sh_oldfile { color: orange; }
|
478
|
+
pre.sh_sourceCode .sh_newfile { color: darkgreen; }
|
479
|
+
pre.sh_sourceCode .sh_difflines { color: blue; }
|
480
|
+
|
481
|
+
/* for css */
|
482
|
+
pre.sh_sourceCode .sh_selector { color: purple; }
|
483
|
+
pre.sh_sourceCode .sh_property { color: blue; }
|
484
|
+
pre.sh_sourceCode .sh_value { color: darkgreen; font-style: italic; }
|
485
|
+
|
486
|
+
__JS__
|
487
|
+
|
488
|
+
/* Copyright (C) 2007 gnombat@users.sourceforge.net */
|
489
|
+
/* License: http://shjs.sourceforge.net/doc/license.html */
|
490
|
+
|
491
|
+
function sh_highlightString(inputString,language,builder){var patternStack={_stack:[],getLength:function(){return this._stack.length;},getTop:function(){var stack=this._stack;var length=stack.length;if(length===0){return undefined;}
|
492
|
+
return stack[length-1];},push:function(state){this._stack.push(state);},pop:function(){if(this._stack.length===0){throw"pop on empty stack";}
|
493
|
+
this._stack.pop();}};var pos=0;var currentStyle=undefined;var output=function(s,style){var length=s.length;if(length===0){return;}
|
494
|
+
if(!style){var pattern=patternStack.getTop();if(pattern!==undefined&&!('state'in pattern)){style=pattern.style;}}
|
495
|
+
if(currentStyle!==style){if(currentStyle){builder.endElement();}
|
496
|
+
if(style){builder.startElement(style);}}
|
497
|
+
builder.text(s);pos+=length;currentStyle=style;};var endOfLinePattern=/\r\n|\r|\n/g;endOfLinePattern.lastIndex=0;var inputStringLength=inputString.length;while(pos<inputStringLength){var start=pos;var end;var startOfNextLine;var endOfLineMatch=endOfLinePattern.exec(inputString);if(endOfLineMatch===null){end=inputStringLength;startOfNextLine=inputStringLength;}
|
498
|
+
else{end=endOfLineMatch.index;startOfNextLine=endOfLinePattern.lastIndex;}
|
499
|
+
var line=inputString.substring(start,end);var matchCache=null;var matchCacheState=-1;for(;;){var posWithinLine=pos-start;var pattern=patternStack.getTop();var stateIndex=pattern===undefined?0:pattern.next;var state=language[stateIndex];var numPatterns=state.length;if(stateIndex!==matchCacheState){matchCache=[];}
|
500
|
+
var bestMatch=null;var bestMatchIndex=-1;for(var i=0;i<numPatterns;i++){var match;if(stateIndex===matchCacheState&&(matchCache[i]===null||posWithinLine<=matchCache[i].index)){match=matchCache[i];}
|
501
|
+
else{var regex=state[i].regex;regex.lastIndex=posWithinLine;match=regex.exec(line);matchCache[i]=match;}
|
502
|
+
if(match!==null&&(bestMatch===null||match.index<bestMatch.index)){bestMatch=match;bestMatchIndex=i;}}
|
503
|
+
matchCacheState=stateIndex;if(bestMatch===null){output(line.substring(posWithinLine),null);break;}
|
504
|
+
else{if(bestMatch.index>posWithinLine){output(line.substring(posWithinLine,bestMatch.index),null);}
|
505
|
+
pattern=state[bestMatchIndex];var newStyle=pattern.style;var matchedString;if(newStyle instanceof Array){for(var subexpression=0;subexpression<newStyle.length;subexpression++){matchedString=bestMatch[subexpression+1];output(matchedString,newStyle[subexpression]);}}
|
506
|
+
else{matchedString=bestMatch[0];output(matchedString,newStyle);}
|
507
|
+
if('next'in pattern){patternStack.push(pattern);}
|
508
|
+
else{if('exit'in pattern){patternStack.pop();}
|
509
|
+
if('exitall'in pattern){while(patternStack.getLength()>0){patternStack.pop();}}}}}
|
510
|
+
if(currentStyle){builder.endElement();}
|
511
|
+
currentStyle=undefined;if(endOfLineMatch){builder.text(endOfLineMatch[0]);}
|
512
|
+
pos=startOfNextLine;}}
|
513
|
+
function sh_getClasses(element){var result=[];var htmlClass=element.className;if(htmlClass&&htmlClass.length>0){var htmlClasses=htmlClass.split(" ");for(var i=0;i<htmlClasses.length;i++){if(htmlClasses[i].length>0){result.push(htmlClasses[i]);}}}
|
514
|
+
return result;}
|
515
|
+
function sh_addClass(element,name){var htmlClasses=sh_getClasses(element);for(var i=0;i<htmlClasses.length;i++){if(name.toLowerCase()===htmlClasses[i].toLowerCase()){return;}}
|
516
|
+
htmlClasses.push(name);element.className=htmlClasses.join(" ");}
|
517
|
+
function sh_getText(element){if(element.nodeType===3||element.nodeType===4){return element.data;}
|
518
|
+
else if(element.childNodes.length===1){return sh_getText(element.firstChild);}
|
519
|
+
else{var result='';for(var i=0;i<element.childNodes.length;i++){result+=sh_getText(element.childNodes.item(i));}
|
520
|
+
return result;}}
|
521
|
+
function sh_isEmailAddress(url){if(/^mailto:/.test(url)){return false;}
|
522
|
+
return url.indexOf('@')!==-1;}
|
523
|
+
var sh_builder={init:function(htmlDocument,element){while(element.hasChildNodes()){element.removeChild(element.firstChild);}
|
524
|
+
this._document=htmlDocument;this._element=element;this._currentText=null;this._documentFragment=htmlDocument.createDocumentFragment();this._currentParent=this._documentFragment;this._span=htmlDocument.createElement("span");this._a=htmlDocument.createElement("a");},startElement:function(style){if(this._currentText!==null){this._currentParent.appendChild(this._document.createTextNode(this._currentText));this._currentText=null;}
|
525
|
+
var span=this._span.cloneNode(true);span.className=style;this._currentParent.appendChild(span);this._currentParent=span;},endElement:function(){if(this._currentText!==null){if(this._currentParent.className==='sh_url'){var a=this._a.cloneNode(true);a.className='sh_url';var url=this._currentText;if(url.length>0&&url.charAt(0)==='<'&&url.charAt(url.length-1)==='>'){url=url.substr(1,url.length-2);}
|
526
|
+
if(sh_isEmailAddress(url)){url='mailto:'+url;}
|
527
|
+
a.setAttribute('href',url);a.appendChild(this._document.createTextNode(this._currentText));this._currentParent.appendChild(a);}
|
528
|
+
else{this._currentParent.appendChild(this._document.createTextNode(this._currentText));}
|
529
|
+
this._currentText=null;}
|
530
|
+
this._currentParent=this._currentParent.parentNode;},text:function(s){if(this._currentText===null){this._currentText=s;}
|
531
|
+
else{this._currentText+=s;}},close:function(){if(this._currentText!==null){this._currentParent.appendChild(this._document.createTextNode(this._currentText));this._currentText=null;}
|
532
|
+
this._element.appendChild(this._documentFragment);}};function sh_highlightElement(htmlDocument,element,language){sh_addClass(element,"sh_sourceCode");var inputString;if(element.childNodes.length===0){return;}
|
533
|
+
else{inputString=sh_getText(element);}
|
534
|
+
sh_builder.init(htmlDocument,element);sh_highlightString(inputString,language,sh_builder);sh_builder.close();}
|
535
|
+
function sh_highlightHTMLDocument(htmlDocument){if(!window.sh_languages){return;}
|
536
|
+
var nodeList=htmlDocument.getElementsByTagName("pre");for(var i=0;i<nodeList.length;i++){var element=nodeList.item(i);var htmlClasses=sh_getClasses(element);for(var j=0;j<htmlClasses.length;j++){var htmlClass=htmlClasses[j].toLowerCase();if(htmlClass==="sh_sourcecode"){continue;}
|
537
|
+
var prefix=htmlClass.substr(0,3);if(prefix==="sh_"){var language=htmlClass.substring(3);if(language in sh_languages){sh_highlightElement(htmlDocument,element,sh_languages[language]);}
|
538
|
+
else{throw"Found <pre> element with class='"+htmlClass+"', but no such language exists";}}}}}
|
539
|
+
function sh_highlightDocument(){sh_highlightHTMLDocument(document);}
|
540
|
+
|
541
|
+
if(!this.sh_languages){this.sh_languages={};}
|
542
|
+
sh_languages['css']=[[{'next':1,'regex':/\/\/\//g,'style':'sh_comment'},{'next':7,'regex':/\/\//g,'style':'sh_comment'},{'next':8,'regex':/\/\*\*/g,'style':'sh_comment'},{'next':14,'regex':/\/\*/g,'style':'sh_comment'},{'regex':/(?:\.|#)[A-Za-z0-9_]+/g,'style':'sh_selector'},{'next':15,'regex':/\{/g,'state':1,'style':'sh_cbracket'},{'regex':/~|!|%|\^|\*|\(|\)|-|\+|=|\[|\]|\\|:|;|,|\.|\/|\?|&|<|>|\|/g,'style':'sh_symbol'}],[{'exit':true,'regex':/$/g},{'regex':/(?:<?)[A-Za-z0-9_\.\/\-_]+@[A-Za-z0-9_\.\/\-_]+(?:>?)/g,'style':'sh_url'},{'regex':/(?:<?)[A-Za-z0-9_]+:\/\/[A-Za-z0-9_\.\/\-_]+(?:>?)/g,'style':'sh_url'},{'next':2,'regex':/<!DOCTYPE/g,'state':1,'style':'sh_preproc'},{'next':4,'regex':/<!--/g,'style':'sh_comment'},{'regex':/<(?:\/)?[A-Za-z][A-Za-z0-9]*(?:\/)?>/g,'style':'sh_keyword'},{'next':5,'regex':/<(?:\/)?[A-Za-z][A-Za-z0-9]*/g,'state':1,'style':'sh_keyword'},{'regex':/&(?:[A-Za-z0-9]+);/g,'style':'sh_preproc'},{'regex':/@[A-Za-z]+/g,'style':'sh_type'},{'regex':/(?:TODO|FIXME)(?:[:]?)/g,'style':'sh_todo'}],[{'exit':true,'regex':/>/g,'style':'sh_preproc'},{'next':3,'regex':/"/g,'style':'sh_string'}],[{'regex':/\\(?:\\|")/g},{'exit':true,'regex':/"/g,'style':'sh_string'}],[{'exit':true,'regex':/-->/g,'style':'sh_comment'},{'next':4,'regex':/<!--/g,'style':'sh_comment'}],[{'exit':true,'regex':/(?:\/)?>/g,'style':'sh_keyword'},{'regex':/[^=" \t>]+/g,'style':'sh_type'},{'regex':/=/g,'style':'sh_symbol'},{'next':6,'regex':/"/g,'style':'sh_string'}],[{'regex':/\\(?:\\|")/g},{'exit':true,'regex':/"/g,'style':'sh_string'}],[{'exit':true,'regex':/$/g}],[{'exit':true,'regex':/\*\//g,'style':'sh_comment'},{'next':8,'regex':/\/\*\*/g,'style':'sh_comment'},{'regex':/(?:<?)[A-Za-z0-9_\.\/\-_]+@[A-Za-z0-9_\.\/\-_]+(?:>?)/g,'style':'sh_url'},{'regex':/(?:<?)[A-Za-z0-9_]+:\/\/[A-Za-z0-9_\.\/\-_]+(?:>?)/g,'style':'sh_url'},{'next':9,'regex':/<!DOCTYPE/g,'state':1,'style':'sh_preproc'},{'next':11,'regex':/<!--/g,'style':'sh_comment'},{'regex':/<(?:\/)?[A-Za-z][A-Za-z0-9]*(?:\/)?>/g,'style':'sh_keyword'},{'next':12,'regex':/<(?:\/)?[A-Za-z][A-Za-z0-9]*/g,'state':1,'style':'sh_keyword'},{'regex':/&(?:[A-Za-z0-9]+);/g,'style':'sh_preproc'},{'regex':/@[A-Za-z]+/g,'style':'sh_type'},{'regex':/(?:TODO|FIXME)(?:[:]?)/g,'style':'sh_todo'}],[{'exit':true,'regex':/>/g,'style':'sh_preproc'},{'next':10,'regex':/"/g,'style':'sh_string'}],[{'regex':/\\(?:\\|")/g},{'exit':true,'regex':/"/g,'style':'sh_string'}],[{'exit':true,'regex':/-->/g,'style':'sh_comment'},{'next':11,'regex':/<!--/g,'style':'sh_comment'}],[{'exit':true,'regex':/(?:\/)?>/g,'style':'sh_keyword'},{'regex':/[^=" \t>]+/g,'style':'sh_type'},{'regex':/=/g,'style':'sh_symbol'},{'next':13,'regex':/"/g,'style':'sh_string'}],[{'regex':/\\(?:\\|")/g},{'exit':true,'regex':/"/g,'style':'sh_string'}],[{'exit':true,'regex':/\*\//g,'style':'sh_comment'},{'next':14,'regex':/\/\*/g,'style':'sh_comment'},{'regex':/(?:<?)[A-Za-z0-9_\.\/\-_]+@[A-Za-z0-9_\.\/\-_]+(?:>?)/g,'style':'sh_url'},{'regex':/(?:<?)[A-Za-z0-9_]+:\/\/[A-Za-z0-9_\.\/\-_]+(?:>?)/g,'style':'sh_url'},{'regex':/(?:TODO|FIXME)(?:[:]?)/g,'style':'sh_todo'}],[{'exit':true,'regex':/\}/g,'style':'sh_cbracket'},{'next':16,'regex':/\/\/\//g,'style':'sh_comment'},{'next':22,'regex':/\/\//g,'style':'sh_comment'},{'next':23,'regex':/\/\*\*/g,'style':'sh_comment'},{'next':29,'regex':/\/\*/g,'style':'sh_comment'},{'regex':/[A-Za-z0-9_-]+[ \t]*:/g,'style':'sh_property'},{'regex':/[.%A-Za-z0-9_-]+/g,'style':'sh_value'},{'regex':/#(?:[A-Za-z0-9_]+)/g,'style':'sh_string'}],[{'exit':true,'regex':/$/g},{'regex':/(?:<?)[A-Za-z0-9_\.\/\-_]+@[A-Za-z0-9_\.\/\-_]+(?:>?)/g,'style':'sh_url'},{'regex':/(?:<?)[A-Za-z0-9_]+:\/\/[A-Za-z0-9_\.\/\-_]+(?:>?)/g,'style':'sh_url'},{'next':17,'regex':/<!DOCTYPE/g,'state':1,'style':'sh_preproc'},{'next':19,'regex':/<!--/g,'style':'sh_comment'},{'regex':/<(?:\/)?[A-Za-z][A-Za-z0-9]*(?:\/)?>/g,'style':'sh_keyword'},{'next':20,'regex':/<(?:\/)?[A-Za-z][A-Za-z0-9]*/g,'state':1,'style':'sh_keyword'},{'regex':/&(?:[A-Za-z0-9]+);/g,'style':'sh_preproc'},{'regex':/@[A-Za-z]+/g,'style':'sh_type'},{'regex':/(?:TODO|FIXME)(?:[:]?)/g,'style':'sh_todo'}],[{'exit':true,'regex':/>/g,'style':'sh_preproc'},{'next':18,'regex':/"/g,'style':'sh_string'}],[{'regex':/\\(?:\\|")/g},{'exit':true,'regex':/"/g,'style':'sh_string'}],[{'exit':true,'regex':/-->/g,'style':'sh_comment'},{'next':19,'regex':/<!--/g,'style':'sh_comment'}],[{'exit':true,'regex':/(?:\/)?>/g,'style':'sh_keyword'},{'regex':/[^=" \t>]+/g,'style':'sh_type'},{'regex':/=/g,'style':'sh_symbol'},{'next':21,'regex':/"/g,'style':'sh_string'}],[{'regex':/\\(?:\\|")/g},{'exit':true,'regex':/"/g,'style':'sh_string'}],[{'exit':true,'regex':/$/g}],[{'exit':true,'regex':/\*\//g,'style':'sh_comment'},{'next':23,'regex':/\/\*\*/g,'style':'sh_comment'},{'regex':/(?:<?)[A-Za-z0-9_\.\/\-_]+@[A-Za-z0-9_\.\/\-_]+(?:>?)/g,'style':'sh_url'},{'regex':/(?:<?)[A-Za-z0-9_]+:\/\/[A-Za-z0-9_\.\/\-_]+(?:>?)/g,'style':'sh_url'},{'next':24,'regex':/<!DOCTYPE/g,'state':1,'style':'sh_preproc'},{'next':26,'regex':/<!--/g,'style':'sh_comment'},{'regex':/<(?:\/)?[A-Za-z][A-Za-z0-9]*(?:\/)?>/g,'style':'sh_keyword'},{'next':27,'regex':/<(?:\/)?[A-Za-z][A-Za-z0-9]*/g,'state':1,'style':'sh_keyword'},{'regex':/&(?:[A-Za-z0-9]+);/g,'style':'sh_preproc'},{'regex':/@[A-Za-z]+/g,'style':'sh_type'},{'regex':/(?:TODO|FIXME)(?:[:]?)/g,'style':'sh_todo'}],[{'exit':true,'regex':/>/g,'style':'sh_preproc'},{'next':25,'regex':/"/g,'style':'sh_string'}],[{'regex':/\\(?:\\|")/g},{'exit':true,'regex':/"/g,'style':'sh_string'}],[{'exit':true,'regex':/-->/g,'style':'sh_comment'},{'next':26,'regex':/<!--/g,'style':'sh_comment'}],[{'exit':true,'regex':/(?:\/)?>/g,'style':'sh_keyword'},{'regex':/[^=" \t>]+/g,'style':'sh_type'},{'regex':/=/g,'style':'sh_symbol'},{'next':28,'regex':/"/g,'style':'sh_string'}],[{'regex':/\\(?:\\|")/g},{'exit':true,'regex':/"/g,'style':'sh_string'}],[{'exit':true,'regex':/\*\//g,'style':'sh_comment'},{'next':29,'regex':/\/\*/g,'style':'sh_comment'},{'regex':/(?:<?)[A-Za-z0-9_\.\/\-_]+@[A-Za-z0-9_\.\/\-_]+(?:>?)/g,'style':'sh_url'},{'regex':/(?:<?)[A-Za-z0-9_]+:\/\/[A-Za-z0-9_\.\/\-_]+(?:>?)/g,'style':'sh_url'},{'regex':/(?:TODO|FIXME)(?:[:]?)/g,'style':'sh_todo'}]];
|
543
|
+
|
544
|
+
if(!this.sh_languages){this.sh_languages={};}
|
545
|
+
sh_languages['diff']=[[{'next':1,'regex':/(?=^[-]{3})/g,'state':1,'style':'sh_oldfile'},{'next':6,'regex':/(?=^[*]{3})/g,'state':1,'style':'sh_oldfile'},{'next':14,'regex':/(?=^[\d])/g,'state':1,'style':'sh_difflines'}],[{'next':2,'regex':/^[-]{3}/g,'style':'sh_oldfile'},{'next':3,'regex':/^[-]/g,'style':'sh_oldfile'},{'next':4,'regex':/^[+]/g,'style':'sh_newfile'},{'next':5,'regex':/^@@/g,'style':'sh_difflines'}],[{'exit':true,'regex':/$/g}],[{'exit':true,'regex':/$/g}],[{'exit':true,'regex':/$/g}],[{'exit':true,'regex':/$/g}],[{'next':7,'regex':/^[*]{3}[ \t]+[\d]/g,'style':'sh_oldfile'},{'next':9,'regex':/^[*]{3}/g,'style':'sh_oldfile'},{'next':10,'regex':/^[-]{3}[ \t]+[\d]/g,'style':'sh_newfile'},{'next':13,'regex':/^[-]{3}/g,'style':'sh_newfile'}],[{'next':8,'regex':/^[\s]/g,'style':'sh_normal'},{'exit':true,'regex':/(?=^[-]{3})/g,'style':'sh_newfile'}],[{'exit':true,'regex':/$/g}],[{'exit':true,'regex':/$/g}],[{'next':11,'regex':/^[\s]/g,'style':'sh_normal'},{'exit':true,'regex':/(?=^[*]{3})/g,'style':'sh_newfile'},{'exit':true,'next':12,'regex':/^diff/g,'style':'sh_normal'}],[{'exit':true,'regex':/$/g}],[{'exit':true,'regex':/$/g}],[{'exit':true,'regex':/$/g}],[{'next':15,'regex':/^[\d]/g,'style':'sh_difflines'},{'next':16,'regex':/^[<]/g,'style':'sh_oldfile'},{'next':17,'regex':/^[>]/g,'style':'sh_newfile'}],[{'exit':true,'regex':/$/g}],[{'exit':true,'regex':/$/g}],[{'exit':true,'regex':/$/g}]];
|
546
|
+
|
547
|
+
if(!this.sh_languages){this.sh_languages={};}
|
548
|
+
sh_languages['html']=[[{'next':1,'regex':/<!DOCTYPE/g,'state':1,'style':'sh_preproc'},{'next':3,'regex':/<!--/g,'style':'sh_comment'},{'regex':/<(?:\/)?[A-Za-z][A-Za-z0-9]*(?:\/)?>/g,'style':'sh_keyword'},{'next':4,'regex':/<(?:\/)?[A-Za-z][A-Za-z0-9]*/g,'state':1,'style':'sh_keyword'},{'regex':/&(?:[A-Za-z0-9]+);/g,'style':'sh_preproc'}],[{'exit':true,'regex':/>/g,'style':'sh_preproc'},{'next':2,'regex':/"/g,'style':'sh_string'}],[{'regex':/\\(?:\\|")/g},{'exit':true,'regex':/"/g,'style':'sh_string'}],[{'exit':true,'regex':/-->/g,'style':'sh_comment'},{'next':3,'regex':/<!--/g,'style':'sh_comment'}],[{'exit':true,'regex':/(?:\/)?>/g,'style':'sh_keyword'},{'regex':/[^=" \t>]+/g,'style':'sh_type'},{'regex':/=/g,'style':'sh_symbol'},{'next':5,'regex':/"/g,'style':'sh_string'}],[{'regex':/\\(?:\\|")/g},{'exit':true,'regex':/"/g,'style':'sh_string'}]];
|
549
|
+
|
550
|
+
if(!this.sh_languages){this.sh_languages={};}
|
551
|
+
sh_languages['javascript']=[[{'regex':/\b(?:import|package)\b/g,'style':'sh_preproc'},{'next':1,'regex':/\/\/\//g,'style':'sh_comment'},{'next':7,'regex':/\/\//g,'style':'sh_comment'},{'next':8,'regex':/\/\*\*/g,'style':'sh_comment'},{'next':14,'regex':/\/\*/g,'style':'sh_comment'},{'regex':/\b[+-]?(?:(?:0x[A-Fa-f0-9]+)|(?:(?:[\d]*\.)?[\d]+(?:[eE][+-]?[\d]+)?))u?(?:(?:int(?:8|16|32|64))|L)?\b/g,'style':'sh_number'},{'next':15,'regex':/"/g,'style':'sh_string'},{'next':16,'regex':/'/g,'style':'sh_string'},{'regex':/(\b(?:class|interface))([ \t]+)([$A-Za-z0-9]+)/g,'style':['sh_keyword','sh_normal','sh_type']},{'regex':/\b(?:abstract|break|case|catch|class|const|continue|debugger|default|delete|do|else|enum|export|extends|false|final|finally|for|function|goto|if|implements|in|instanceof|interface|native|new|null|private|protected|prototype|public|return|static|super|switch|synchronized|throw|throws|this|transient|true|try|typeof|var|volatile|while|with)\b/g,'style':'sh_keyword'},{'regex':/\b(?:int|byte|boolean|char|long|float|double|short|void)\b/g,'style':'sh_type'},{'regex':/~|!|%|\^|\*|\(|\)|-|\+|=|\[|\]|\\|:|;|,|\.|\/|\?|&|<|>|\|/g,'style':'sh_symbol'},{'regex':/\{|\}/g,'style':'sh_cbracket'},{'regex':/(?:[A-Za-z]|_)[A-Za-z0-9_]*[ \t]*(?=\()/g,'style':'sh_function'}],[{'exit':true,'regex':/$/g},{'regex':/(?:<?)[A-Za-z0-9_\.\/\-_]+@[A-Za-z0-9_\.\/\-_]+(?:>?)/g,'style':'sh_url'},{'regex':/(?:<?)[A-Za-z0-9_]+:\/\/[A-Za-z0-9_\.\/\-_]+(?:>?)/g,'style':'sh_url'},{'next':2,'regex':/<!DOCTYPE/g,'state':1,'style':'sh_preproc'},{'next':4,'regex':/<!--/g,'style':'sh_comment'},{'regex':/<(?:\/)?[A-Za-z][A-Za-z0-9]*(?:\/)?>/g,'style':'sh_keyword'},{'next':5,'regex':/<(?:\/)?[A-Za-z][A-Za-z0-9]*/g,'state':1,'style':'sh_keyword'},{'regex':/&(?:[A-Za-z0-9]+);/g,'style':'sh_preproc'},{'regex':/@[A-Za-z]+/g,'style':'sh_type'},{'regex':/(?:TODO|FIXME)(?:[:]?)/g,'style':'sh_todo'}],[{'exit':true,'regex':/>/g,'style':'sh_preproc'},{'next':3,'regex':/"/g,'style':'sh_string'}],[{'regex':/\\(?:\\|")/g},{'exit':true,'regex':/"/g,'style':'sh_string'}],[{'exit':true,'regex':/-->/g,'style':'sh_comment'},{'next':4,'regex':/<!--/g,'style':'sh_comment'}],[{'exit':true,'regex':/(?:\/)?>/g,'style':'sh_keyword'},{'regex':/[^=" \t>]+/g,'style':'sh_type'},{'regex':/=/g,'style':'sh_symbol'},{'next':6,'regex':/"/g,'style':'sh_string'}],[{'regex':/\\(?:\\|")/g},{'exit':true,'regex':/"/g,'style':'sh_string'}],[{'exit':true,'regex':/$/g}],[{'exit':true,'regex':/\*\//g,'style':'sh_comment'},{'next':8,'regex':/\/\*\*/g,'style':'sh_comment'},{'regex':/(?:<?)[A-Za-z0-9_\.\/\-_]+@[A-Za-z0-9_\.\/\-_]+(?:>?)/g,'style':'sh_url'},{'regex':/(?:<?)[A-Za-z0-9_]+:\/\/[A-Za-z0-9_\.\/\-_]+(?:>?)/g,'style':'sh_url'},{'next':9,'regex':/<!DOCTYPE/g,'state':1,'style':'sh_preproc'},{'next':11,'regex':/<!--/g,'style':'sh_comment'},{'regex':/<(?:\/)?[A-Za-z][A-Za-z0-9]*(?:\/)?>/g,'style':'sh_keyword'},{'next':12,'regex':/<(?:\/)?[A-Za-z][A-Za-z0-9]*/g,'state':1,'style':'sh_keyword'},{'regex':/&(?:[A-Za-z0-9]+);/g,'style':'sh_preproc'},{'regex':/@[A-Za-z]+/g,'style':'sh_type'},{'regex':/(?:TODO|FIXME)(?:[:]?)/g,'style':'sh_todo'}],[{'exit':true,'regex':/>/g,'style':'sh_preproc'},{'next':10,'regex':/"/g,'style':'sh_string'}],[{'regex':/\\(?:\\|")/g},{'exit':true,'regex':/"/g,'style':'sh_string'}],[{'exit':true,'regex':/-->/g,'style':'sh_comment'},{'next':11,'regex':/<!--/g,'style':'sh_comment'}],[{'exit':true,'regex':/(?:\/)?>/g,'style':'sh_keyword'},{'regex':/[^=" \t>]+/g,'style':'sh_type'},{'regex':/=/g,'style':'sh_symbol'},{'next':13,'regex':/"/g,'style':'sh_string'}],[{'regex':/\\(?:\\|")/g},{'exit':true,'regex':/"/g,'style':'sh_string'}],[{'exit':true,'regex':/\*\//g,'style':'sh_comment'},{'next':14,'regex':/\/\*/g,'style':'sh_comment'},{'regex':/(?:<?)[A-Za-z0-9_\.\/\-_]+@[A-Za-z0-9_\.\/\-_]+(?:>?)/g,'style':'sh_url'},{'regex':/(?:<?)[A-Za-z0-9_]+:\/\/[A-Za-z0-9_\.\/\-_]+(?:>?)/g,'style':'sh_url'},{'regex':/(?:TODO|FIXME)(?:[:]?)/g,'style':'sh_todo'}],[{'exit':true,'regex':/"/g,'style':'sh_string'},{'regex':/\\./g,'style':'sh_specialchar'}],[{'exit':true,'regex':/'/g,'style':'sh_string'},{'regex':/\\./g,'style':'sh_specialchar'}]];
|
552
|
+
|
553
|
+
if(!this.sh_languages){this.sh_languages={};}
|
554
|
+
sh_languages['ruby']=[[{'regex':/\b(?:require)\b/g,'style':'sh_preproc'},{'next':1,'regex':/#/g,'style':'sh_comment'},{'regex':/\b[+-]?(?:(?:0x[A-Fa-f0-9]+)|(?:(?:[\d]*\.)?[\d]+(?:[eE][+-]?[\d]+)?))u?(?:(?:int(?:8|16|32|64))|L)?\b/g,'style':'sh_number'},{'next':2,'regex':/"/g,'style':'sh_string'},{'next':3,'regex':/'/g,'style':'sh_string'},{'next':4,'regex':/</g,'style':'sh_string'},{'regex':/\/[^\n]*\//g,'style':'sh_regexp'},{'regex':/(%r)(\{(?:\\\}|#\{[A-Za-z0-9]+\}|[^}])*\})/g,'style':['sh_symbol','sh_regexp']},{'regex':/\b(?:alias|begin|BEGIN|break|case|defined|do|else|elsif|end|END|ensure|for|if|in|include|loop|next|raise|redo|rescue|retry|return|super|then|undef|unless|until|when|while|yield|false|nil|self|true|__FILE__|__LINE__|and|not|or|def|class|module|catch|fail|load|throw)\b/g,'style':'sh_keyword'},{'next':5,'regex':/(?:^\=begin)/g,'style':'sh_comment'},{'regex':/(?:\$[#]?|@@|@)(?:[A-Za-z0-9_]+|'|\"|\/)/g,'style':'sh_type'},{'regex':/[A-Za-z0-9]+(?:\?|!)/g,'style':'sh_normal'},{'regex':/~|!|%|\^|\*|\(|\)|-|\+|=|\[|\]|\\|:|;|,|\.|\/|\?|&|<|>|\|/g,'style':'sh_symbol'},{'regex':/(#)(\{)/g,'style':['sh_symbol','sh_cbracket']},{'regex':/\{|\}/g,'style':'sh_cbracket'}],[{'exit':true,'regex':/$/g}],[{'exit':true,'regex':/$/g},{'regex':/\\(?:\\|")/g},{'exit':true,'regex':/"/g,'style':'sh_string'}],[{'exit':true,'regex':/$/g},{'regex':/\\(?:\\|')/g},{'exit':true,'regex':/'/g,'style':'sh_string'}],[{'exit':true,'regex':/$/g},{'exit':true,'regex':/>/g,'style':'sh_string'}],[{'exit':true,'regex':/^(?:\=end)/g,'style':'sh_comment'}]];
|
555
|
+
|