LICENSE
MANIFEST.in
README.md
install.json
package.json
pyproject.toml
setup.py
tsconfig.json
jupyter-config/jupyter_notebook_config.d/jupyterlab_git.json
jupyter-config/jupyter_server_config.d/jupyterlab_git.json
jupyterlab_git/labextension/package.json
jupyterlab_git/labextension/schemas/@jupyterlab/git/package.json.orig
jupyterlab_git/labextension/schemas/@jupyterlab/git/plugin.json
jupyterlab_git/labextension/static/114.58bfd46b7e255fab2493.js
jupyterlab_git/labextension/static/172.aeca84bf05404145e465.js
jupyterlab_git/labextension/static/266.a72bfd329f30526903f4.js
jupyterlab_git/labextension/static/27.f4e05badfaa92dc098f1.js
jupyterlab_git/labextension/static/392.1a1ef0d661b4701fd265.js
jupyterlab_git/labextension/static/534.4115814409bff72c2830.js
jupyterlab_git/labextension/static/554.dec85e1f2f69ea0d52b1.js
jupyterlab_git/labextension/static/566.a99c1a305361be173e6a.js
jupyterlab_git/labextension/static/566.a99c1a305361be173e6a.js.LICENSE.txt
jupyterlab_git/labextension/static/703.8591dc5c74e98194e681.js
jupyterlab_git/labextension/static/728.b0cda115c0ba87a60523.js
jupyterlab_git/labextension/static/813.42f36bdcedefa7f4f6db.js
jupyterlab_git/labextension/static/912.0f408c5ed17a59945ccf.js
jupyterlab_git/labextension/static/912.0f408c5ed17a59945ccf.js.LICENSE.txt
jupyterlab_git/labextension/static/remoteEntry.8a00a6d4da8ad17d9cf5.js
jupyterlab_git/labextension/static/style.js
jupyterlab_git_newland/__init__.py
jupyterlab_git_newland/_version.py
jupyterlab_git_newland/git.py
jupyterlab_git_newland/handlers.py
jupyterlab_git_newland/log.py
jupyterlab_git_newland.egg-info/PKG-INFO
jupyterlab_git_newland.egg-info/SOURCES.txt
jupyterlab_git_newland.egg-info/dependency_links.txt
jupyterlab_git_newland.egg-info/not-zip-safe
jupyterlab_git_newland.egg-info/requires.txt
jupyterlab_git_newland.egg-info/top_level.txt
jupyterlab_git_newland/labextension/package.json
jupyterlab_git_newland/labextension/schemas/@jupyterlab/git/package.json.orig
jupyterlab_git_newland/labextension/schemas/@jupyterlab/git/plugin.json
jupyterlab_git_newland/labextension/static/114.58bfd46b7e255fab2493.js
jupyterlab_git_newland/labextension/static/172.aeca84bf05404145e465.js
jupyterlab_git_newland/labextension/static/266.a72bfd329f30526903f4.js
jupyterlab_git_newland/labextension/static/27.f4e05badfaa92dc098f1.js
jupyterlab_git_newland/labextension/static/392.1a1ef0d661b4701fd265.js
jupyterlab_git_newland/labextension/static/534.4115814409bff72c2830.js
jupyterlab_git_newland/labextension/static/554.dec85e1f2f69ea0d52b1.js
jupyterlab_git_newland/labextension/static/566.a99c1a305361be173e6a.js
jupyterlab_git_newland/labextension/static/566.a99c1a305361be173e6a.js.LICENSE.txt
jupyterlab_git_newland/labextension/static/703.8591dc5c74e98194e681.js
jupyterlab_git_newland/labextension/static/728.b0cda115c0ba87a60523.js
jupyterlab_git_newland/labextension/static/813.42f36bdcedefa7f4f6db.js
jupyterlab_git_newland/labextension/static/912.0f408c5ed17a59945ccf.js
jupyterlab_git_newland/labextension/static/912.0f408c5ed17a59945ccf.js.LICENSE.txt
jupyterlab_git_newland/labextension/static/remoteEntry.8a00a6d4da8ad17d9cf5.js
jupyterlab_git_newland/labextension/static/style.js
jupyterlab_git_newland/tests/__init__.py
jupyterlab_git_newland/tests/conftest.py
jupyterlab_git_newland/tests/test_branch.py
jupyterlab_git_newland/tests/test_clone.py
jupyterlab_git_newland/tests/test_config.py
jupyterlab_git_newland/tests/test_detailed_log.py
jupyterlab_git_newland/tests/test_diff.py
jupyterlab_git_newland/tests/test_execute.py
jupyterlab_git_newland/tests/test_handlers.py
jupyterlab_git_newland/tests/test_hybridcontents.py
jupyterlab_git_newland/tests/test_ignore.py
jupyterlab_git_newland/tests/test_init.py
jupyterlab_git_newland/tests/test_integrations.py
jupyterlab_git_newland/tests/test_pushpull.py
jupyterlab_git_newland/tests/test_remote.py
jupyterlab_git_newland/tests/test_settings.py
jupyterlab_git_newland/tests/test_single_file_log.py
jupyterlab_git_newland/tests/test_status.py
jupyterlab_git_newland/tests/test_tag.py
jupyterlab_git_newland/tests/testutils.py
src/commandsAndMenu.tsx
src/git.ts
src/index.ts
src/logger.ts
src/model.ts
src/server.ts
src/svg.d.ts
src/taskhandler.ts
src/tokens.ts
src/utils.ts
src/version.ts
src/components/ActionButton.tsx
src/components/Alert.tsx
src/components/BranchMenu.tsx
src/components/CommitBox.tsx
src/components/CommitMessage.tsx
src/components/Feedback.tsx
src/components/FileItem.tsx
src/components/FileList.tsx
src/components/FilePath.tsx
src/components/GitPanel.tsx
src/components/GitStage.tsx
src/components/HistorySideBar.tsx
src/components/NewBranchDialog.tsx
src/components/PastCommitNode.tsx
src/components/ResetRevertDialog.tsx
src/components/SinglePastCommitInfo.tsx
src/components/StatusWidget.tsx
src/components/SuspendModal.tsx
src/components/TagMenu.tsx
src/components/Toolbar.tsx
src/components/diff/NotebookDiff.ts
src/components/diff/PlainTextDiff.ts
src/components/diff/mergeview.ts
src/components/diff/model.ts
src/style/ActionButtonStyle.ts
src/style/BranchMenu.ts
src/style/CommitBox.ts
src/style/FileItemStyle.ts
src/style/FileListStyle.ts
src/style/FilePathStyle.ts
src/style/GitPanel.ts
src/style/GitStageStyle.ts
src/style/GitWidgetStyle.ts
src/style/HistorySideBarStyle.ts
src/style/NewBranchDialog.ts
src/style/PastCommitNode.ts
src/style/ResetRevertDialog.ts
src/style/SinglePastCommitInfo.ts
src/style/StatusWidget.ts
src/style/SuspendModal.ts
src/style/Toolbar.ts
src/style/common.ts
src/style/icons.ts
src/widgets/AuthorBox.ts
src/widgets/CredentialsBox.tsx
src/widgets/GitCloneForm.ts
src/widgets/GitWidget.tsx
src/widgets/gitClone.tsx
style/base.css
style/diff-common.css
style/diff-nb.css
style/diff-text.css
style/index.css
style/index.js
style/variables.css
style/icons/add.svg
style/icons/branch.svg
style/icons/clock.svg
style/icons/clone.svg
style/icons/deletions.svg
style/icons/desktop.svg
style/icons/diff.svg
style/icons/discard.svg
style/icons/git.svg
style/icons/insertions.svg
style/icons/open-file.svg
style/icons/plus.svg
style/icons/pull.svg
style/icons/push.svg
style/icons/remove.svg
style/icons/rewind.svg
style/icons/tag.svg
style/icons/trash.svg
style/icons/vertical-more.svg