Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

git-cola-4.6.1-1.1 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: git-cola Distribution: openSUSE Tumbleweed
Version: 4.6.1 Vendor: openSUSE
Release: 1.1 Build date: Sun Mar 17 18:33:09 2024
Group: Development/Tools/Version Control Build host: reproducible
Size: 5843485 Source RPM: git-cola-4.6.1-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://git-cola.github.io/
Summary: A GUI for Git
git-cola is a graphical user interface for Git that provides a way to
interact with Git repositories.

Provides

Requires

License

GPL-2.0-or-later

Changelog

* Sun Mar 17 2024 Dirk Müller <dmueller@suse.com>
  - update to 4.6.1:
    * launchable tags were added to the flatpak app metainfo files.
    * The Rebase editor (git-cola-sequence-editor) can now add
      "remarks" to commits. Remarks are simple numbered flags (0-9)
      that allow you to mark commits. This lets you visually
      highlight commits to aid you when rebasing and grouping
      related commits across a large patch series. Remarks can be
      added to a single commit or to all commits that touch a file.
      (#1375)
    * Invalid commit.template configuration is now reported in the
      Console tool instead of presenting an error traceback dialog
      via a UsageError exception.
    * The file system monitor was corrected to catch
      PermissionError exceptions. (bz #2260155)
    * If the polib module (e.g. sudo apt install python3-polib) is
      installed then it will be used instead of the vendored
      cola.polib module. This makes it easier for distributions to
      remove the vendored module from the cola namespace. polib is
      now listed as an install requirement in pyproject.toml. (bz
      [#2264526])
    * The flatpak metainfo now contains the required developer name
      field.
    * The "actions/cache" and "styfle/cancel-workflow-action"
      github actions were upgraded.
    * The test suite now uses ruff to validate python code. pylint
      is no longer used. (#1353)
* Sat Jan 27 2024 Marcin Bajor <marcin.bajor@gmail.com>
  - Update to 4.5.0
  - Usability, bells and whistles
    * "Stage Modified" was added to the available toolbar actions.
      https://github.com/git-cola/git-cola/issues/1371
    * "Stage Untracked" no longer stages modified files when the list of
      untracked files to stage is empty.
      https://github.com/git-cola/git-cola/issues/1371
    * `Ctrl + Space` can now be used to display the autocomplete options in input fields
      that provide autocompletion.
    * The Diff widget now displays the currently selected filename.
      Uncheck the "Show filenames" option in the Diff widget's tool menu
      to disable this feature.
      https://github.com/git-cola/git-cola/issues/1367
    * The "Fetch", "Push" and "Pull" dialogs now have an embedded progress bar instead
      of displaying a progress bar in a separate popup window.
    * The "Fetch", "Push" and "Pull" dialogs will now stay open after the remote
      operation completes when the "Close on completion" checkbox is unchecked.
      These dialogs closed themselves unconditionally before this change.
  - Fixes
    * PyQt6 compatibility for the "Find in diff" feature.
    * PyQt6 compatibility for the ``git dag`` Gravatar icons.
  - Translations
    * Updated Polish translation.
      https://github.com/git-cola/git-cola/pull/1368
  - Packaging and Dependencies
    * The vendored `qtpy` library was updated to `v2.4.1`.
    * The documentation no longer depends on `jaraco.packaging`.
  - Development
    * upload-artifact and setup-python github actions were upgraded.
* Sat Nov 25 2023 Dirk Müller <dmueller@suse.com>
  - update to 4.4.1:
    * Usability, bells and whistles
    * The remote messages dialog is now displayed for the Pull and
      Push actions in the
    * Branches widget only. This dialog is disabled by default and
      enabled in the
    * main Push and Pull dialog settings.
    * The whole-file staging actions in the Diff widget's right-
      click menu are now listed
    * after the selection and hunk staging actions. This helps
      prevent accidental clicks
    * from clobbering the index for the entire file.
    * The completion popup no longer reappears after an item is
      selected in the
    * "Checkout Branch" action and similar dialogs.
    * Fixes
    * PyQt6 compatibility was improved.
  - switch to PyQt6
* Sat Nov 18 2023 Dirk Müller <dmueller@suse.com>
  - update to 4.4.0:
    * Git Cola now preserves `# commentary` in commit messages by
      default.
    * `git dag` now includes completions for `git log` options in
      the text input field.
    * `git dag` now provides convenient search filters when right-
      clicking in the text input field.
    * A `1.25 x` Hi-DPI magnification option mode is now available
      in the Appearance settings.
    * Git Cola now runs `git commit` in the background and feedback
      is provided while the commit is running. This prevents the
      UI from freezing when running pre-commit hooks that can make
      `git commit` take a long time to run.
    * The Diff context menu was reworked to reduce visual clutter
      and better match the Status context menu.
    * The standalone `git cola tag` tool now autocompletes the tag
      name field.
    * The "Branches" dock widget now has a "Visualize" right-click
      menu option.
    * The "Stash" dialog learned to rename stashes.
    * The "Fetch", "Push" and "Pull" dialogs can now display remote
      messages from the server.
    * `git dag` fixed how it was handling refspec arguments.
    * `git dag` will now properly refresh itself when remote
      branches are updated.
    * Git Cola's python code style. We were previously disabling
      quote normalization when using `black`. Use of `cercis`
      allows us to enable quote normalization under its default
      single-quote settings.
    * Compatibility with Sphinx 7.2.0 was added to the
      `sphinxtogithub` sphinx documentation plugin.
* Sat Sep 02 2023 Marcin Bajor <marcin.bajor@gmail.com>
  - Update to 4.3.2
  - Usability, bells and whistles
    * The minimum font size can now be set lower, which is helpful for Hi-DPI displays.
      https://github.com/git-cola/git-cola/pull/1342
  - Fixes
    * `git dag` was not displaying history when refspecs were specified.
      https://github.com/git-cola/git-cola/issues/1334
  - Development
    * Compatibility with Sphinx 7.2.0 was added to the `sphinxtogithub`
      sphinx documentation plugin.
      https://github.com/git-cola/git-cola/pull/1336
* Tue Aug 22 2023 Marcin Bajor <marcin.bajor@gmail.com>
  - Update to 4.3.1
  - Fixes
    * The pypi wheel was fixed to include entry_points.txt.
    * The "Revert" command was throwing an exception after succesfully completing.
* Sun Aug 13 2023 Marcin Bajor <marcin.bajor@gmail.com>
  - Update to 4.3.0
  - Usability, bells and whistles
    * `git dag` now displays commit metadata more similarly to `git log`.
      The commit date is now displayed and the subject field is displayed
      directly above the extended description.
    * `git dag` now supports a `cola.logdate` configuration for controlling
      the date format. The configured value is passed to `git log --date=<format>`.
      https://github.com/git-cola/git-cola/pull/1319
      https://github.com/git-cola/git-cola/issues/1312
    * The default `patches` directory that is used when exporting patches
      is now configurable using the `cola.patchesdirectory` configuration
      variable and the Preferences dialog.
    * The Diff Editor can now export the diff selection, or the current
      diff hunk, to a `*.patch` file from the `Patches` context menu action.
    * Existing patches can be appended to by choosing a patch file from
      the `Append Patch` sub-menu in the `Patches` context menu action.
    * Patches can now be applied by dragging and dropping patches files from
      a file browser onto the diff editor. The "Apply Patches" dialog is
      launched with the drag-and-dropped patch files.
    * Shell completions for zsh are now provided in the source distribution.
      See the `contrib/_git-cola` zsh completion file for more details
  - Fixes
    * ``QApplication::desktop()`` is no longer available on PyQt6.
      Git Cola no longer relies on this method.
  - Packaging
    * Git Cola can now be installed on Windows using `winget`.
      See the ``README.md`` file for more details.
      https://github.com/git-cola/git-cola/pull/1318
* Mon Apr 03 2023 Marcin Bajor <marcin.bajor@gmail.com>
  - Update to 4.2.1
  - Fixes
    * Diffs for repositories with a single commit have been fixed.
    https://github.com/git-cola/git-cola/issues/1306
    * The toolbars follow the Qt toolbar style, as they did prior to `v4.2.0`.
    https://github.com/git-cola/git-cola/issues/1307
    * The "Checkout Branch" dialog was fixed to display all completions when first shown.
    https://github.com/git-cola/git-cola/issues/1308
* Mon Mar 27 2023 Marcin Bajor <marcin.bajor@gmail.com>
  - Update to 4.2.0
  - Usability, bells and whistles
    * The Diff Editor can now send diffs to your favorite editor before the diffs are applied.
    The right-click "Edit Diff ..." menu actions and the `Ctrl + Shift + S` /
    `Ctrl + Shift + U` hotkeys send the current diff hunk, or the selected diff, to your
    editor before they are applied to the worktree / staging area.
    https://github.com/git-cola/git-cola/pull/1290
    https://github.com/git-cola/git-cola/issues/794
    * The Diff Editor and DAG viewer can now search within their diffs using
    `Ctrl + F` and `Ctrl + G` hotkeys.
    https://github.com/git-cola/git-cola/issues/1116
    * A new *Diff Mode* can be used to diff and unstage edits relative to any commit.
    https://github.com/git-cola/git-cola/issues/816
    * The Commit Message Editor can now spell-check the summary field. Previously only the
    "Extended Description..." field supported spell checking.
    https://github.com/git-cola/git-cola/issues/633
    https://github.com/git-cola/git-cola/issues/1070
    * Repositories in your "Recents" and "Favorites" can now be searched using the new
    "Search" tool button. Quickly switch between these repositories using the `Alt + P`
    hotkey and "Quick Open..." File menu action.
    https://github.com/git-cola/git-cola/pull/1282
    * "Favorites", "Recents" and the startup dialog now display a case-insensitively
    sorted list of repositories.
    https://github.com/git-cola/git-cola/issues/1047
    * The startup dialog now has a right-click context menu that allows you to prune
    stale entries and other actions that were not previously accessible from
    the startup dialog.
    https://github.com/git-cola/git-cola/issues/1199
    https://github.com/git-cola/git-cola/pull/1280
    * The "Copy Leading Paths" action in the Status tool's right-click "Copy" sub-menu
    can now strip off an arbitrary number of leading paths.
    https://github.com/git-cola/git-cola/issues/784
    * The "Cherry-Pick" action now reports errors when "git cherry-pick" fails.
    A new "Abort Cherry-Pick" action has been added for aborting a failed cherry-pick.
    https://github.com/git-cola/git-cola/issues/1062
    * The diff text can now be quickly zoomed using `Ctrl + Mouse wheel` scroll.
    This will quickly change the text size within the current session only.
    https://github.com/git-cola/git-cola/issues/1029
    * The Console and Diff widgets learned to open URLs. Right-click on a line
    that contains http URLs and context-menu actions for opening each URL
    using your default web browser will be displayed.
    https://github.com/git-cola/git-cola/issues/1139
    * Drag-and-drop has been improved when dragging filenames from the Status tool.
    Dragging multiple files requires special handling to improve usability.
    Some terminals (such as `kitty`) consume multiple file URLs by separating paths with
    newlines. This is useful when you'd like to capture raw filenames but is less
    convenient when dropping  filenames onto a command-line. Drag with the `Alt`-modifier
    held down to drag-and-drop filenames for command-line use. Using the `Alt` modifier
    omits URLs so that the drag-and-drop payload includes only space-delimited,
    shell-quoted paths.
    https://github.com/git-cola/git-cola/issues/719
    * The DAG viewer now displays the diff between the start and end commits when
    multiple commits are selected. The diffs are displayed in the DAG's diff viewer.
    https://github.com/git-cola/git-cola/issues/552
    * The DAG viewer learned to checkout branches and initiate rebases from its right-click menu.
    https://github.com/git-cola/git-cola/issues/1113
    * The DAG diff viewer learned to word-wrap the diff text.
    https://github.com/git-cola/git-cola/issues/1242
    * The spelling dictionaries are now discovered dynamically at runtime.
    `dict/words` and `dict/propernames` are now discovered via `$XDG_DATA_DIRS`
    by the spell checker. This allows a spelling dictionary to be placed in eg.
    `~/.local/share/dict/words` to override the default `/usr/share/dict/words`.
    https://github.com/git-cola/git-cola/issues/873
    * The File menu now has a "Patches" sub-menu with a full set of "git am" Patch actions.
    * The Diff Editor and various Diff widgets now have a "Copy Diff" action with an
    `Alt + Shift + C` hotkey that copies the selected diff text to the clipboard with the
    `+`, `-` and `<Space>` diff prefix characters removed.
    https://github.com/git-cola/git-cola/issues/1288
    * The "Revert" action for reverting commits from the DAG tool now displays error
    messages when ``git revert`` fails.
    https://github.com/git-cola/git-cola/issues/885
    * The Diff Editor now uses an easier-to-see *block cursor* by default.
    Disable `cola.blockcursor <https://git-cola.readthedocs.io/en/latest/git-cola.html#cola-blockcursor>`_
    to continue using original *line cursor* by running
    ``git config --global cola.blockcursor false``, or by editing the settings in the menu.
    * The "Unmerged" header item in the Status tool now displays a summary list of unmerged files.
    * The hotkeys documentation has been updated to clarify that the "Copy Commit ID"
    action is available in several tools.
    https://github.com/git-cola/git-cola/issues/779
    * Saving files when using "Browse Other Branch" now displays errors from
    ``git show`` when saving files from arbitrary commits.
    https://github.com/git-cola/git-cola/issues/1065
    * The Apply Patches dialog now reports errors when patches fail to apply.
    https://github.com/git-cola/git-cola/issues/673
    * The "Status" tool now disables "Copy" actions in its context menu when no
    files have been selected.
    https://github.com/git-cola/git-cola/issues/697
    * The "Unstage" menu item in the Status tool now uses a "Remove" icon.
    https://github.com/git-cola/git-cola/pull/1289
  - Development
    * The vendored `qtpy` module was modified to sever its dependency on the
    `packaging.version` module. This mostly affects users that want to run
    Git Cola directly from the the source tree outside of any virtualenv.
    https://github.com/git-cola/git-cola/issues/1286
* Wed Feb 15 2023 Илья Индиго <ilya@ilya.cf>
  - Added python3-qt5 to requires.
* Tue Dec 27 2022 Marcin Bajor <marcin.bajor@gmail.com>
  - Update to 4.1.0
  - Usability, bells and whistles
    * The rebase editor was taught to handle stacked branch workflows enabled by
    ``git rebase --update-refs``. The `git cola rebase` sub-command now has
    an `--update-refs` option and the menu actions display a prompt that allows
    you to enable the updating of stacked branches.
    https://github.com/git-cola/git-cola/pull/1261
    https://github.com/git-cola/git-cola/issues/571
    * The status widget now respects `diff.ignoreSubmodules`.
    https://github.com/git-cola/git-cola/issues/1269
  - Packaging and Dependencies
    * PyQt6 is now officially supported.
    https://github.com/git-cola/git-cola/issues/1211
    https://github.com/git-cola/git-cola/issues/1273
    * The vendored `qtpy` library was updated to `v2.3.0`.
  - Development
    * Fixes and updates to Git Cola's CI actions.
    https://github.com/git-cola/git-cola/pull/1278
    https://github.com/git-cola/git-cola/issues/1277
* Thu Nov 24 2022 Marcin Bajor <marcin.bajor@gmail.com>
  - Update to 4.0.4
  - Fixes
    * The "T" hotkey for "Find Files" was removed to avoid issues in some configurations.
    https://github.com/git-cola/git-cola/issues/1270
    * Some context menus entries were erroring out on binary files.
    https://github.com/git-cola/git-cola/pull/1271
* Fri Nov 11 2022 Marcin Bajor <marcin.bajor@gmail.com>
  - Update to 4.0.3
  - Usability, bells and whistles
    * The branches widget no longer loses its selection state in response to
    notifications and UI actions.
    https://github.com/git-cola/git-cola/issues/1221
    * The use of ``gravatar.com`` to fetch icons associated with author emails
    can now be disabled by setting `git config --global cola.gravatar false`.
    https://github.com/git-cola/git-cola/issues/933
  - Fixes
    * The config reader has been revamped to better read settings when git config
    files are located in unexpected locations.
    https://github.com/git-cola/git-cola/issues/927
    https://github.com/git-cola/git-cola/issues/1264
    * The preferences dialog no longer throws an error when the editor has not
    been configured.
    https://github.com/git-cola/git-cola/issues/1263
    * Context menu actions for staging files has been added when diffing images.
    https://github.com/git-cola/git-cola/issues/1265
    * The stash editor now properly displays stashes with slashes ("/") in
    their names or messsages.
    https://github.com/git-cola/git-cola/pull/1267
    * The settings file is now written-to and read-from in a robust manner to avoid data
    loss when doing an ACPI shutdown or forced shutdown of a machine.
    https://github.com/git-cola/git-cola/issues/1241
    * Git Cola now displays an error message when attempting to open a repository that
    cannot be accessed due to the new `safe.directory` protections in Git v2.30.3.
    https://github.com/git-cola/git-cola/issues/1243
  - Translations
    * The .po and .pot files now contain location information.
    https://github.com/git-cola/git-cola/issues/880
* Thu Sep 29 2022 Marcin Bajor <marcin.bajor@gmail.com>
  - Update to 4.0.2
  - Usability, bells and whistles
    * The Rebase editor (`git-cola-sequence-editor`) now supports multi-select.
    Use `Shift-{Up,Down}` to select multiple lines and the keyboard hotkeys
    listed in the `?` dialog to drive the UI.
    https://github.com/git-cola/git-cola/pull/1257
    * The `$GIT_VISUAL` and `$VISUAL` environment variable are now consulted in addition
    to `$GIT_EDITOR` and `$EDITOR` when the `gui.editor` configuration is unset.
    https://github.com/git-cola/git-cola/pull/1237
    * The application window icon is now enabled when running on Wayland.
    https://github.com/git-cola/git-cola/pull/1240
    * The Status widget now has an "Open Worktree" action.
    https://github.com/git-cola/git-cola/pull/1245
    * The "Open Using Default Application", "Open Directory",
    "Open Parent Directory" and "Open Worktree" actions are now available on Windows.
    * The dialog for opening repositories is now a read-only dialog that omits the
    ability to create folders and modify the filesystem.
    https://github.com/git-cola/git-cola/issues/1168
    * A few more `git` calls have been eliminated from the startup sequence.
    This further improved the startup time for Git Cola.
    https://github.com/git-cola/git-cola/pull/1259
  - Fixes
    * Documentation rendering errors have been fixed.
    https://github.com/git-cola/git-cola/pull/1256
    * Use of a `~/.config/git-cola/language` file to override the language has been fixed.
    https://github.com/git-cola/git-cola/issues/1246
    * We no longer write the `cola.spellcheck` configuration value on launch.
    https://github.com/git-cola/git-cola/pull/1238
  - Translations
    * Updated Spanish translation.
    https://github.com/git-cola/git-cola/pull/1244
    * Updated Japanese translation.
    https://github.com/git-cola/git-cola/pull/1249
  - Packaging
    * Building documentation offline is supported again.
    https://github.com/git-cola/git-cola/issues/1250
    * The Appstream Metadata files were missing in the v4.0.0 release are included again.
    https://github.com/git-cola/git-cola/pull/1254
    https://github.com/git-cola/git-cola/issues/1253
* Sat Jun 11 2022 Marcin Bajor <marcin.bajor@gmail.com>
  - Update to 4.0.1
  - Usability, bells and whistles
    * Double-clicking dock widgets no longer creates sub-windows when the layout is locked.
    https://github.com/git-cola/git-cola/issues/1176
    https://github.com/git-cola/git-cola/pull/1198
  - Fixes
    * We now guard against `locale.getdefaultlocale()` returning `None` in some
    configurations, notably on macOS if none of 'LC_ALL', 'LC_CTYPE', 'LANG' or 'LANGUAGE'
    are defined.
    https://github.com/git-cola/git-cola/issues/1234
    * The preferences dialog has been fixed to properly handle booleans.
    https://github.com/git-cola/git-cola/issues/1235
    * The `docs/` directory was restructured to avoid missing `setup.py` errors.
    `share/doc/git-cola` is now a symlink pointing to `docs/`.
    https://github.com/git-cola/git-cola/issues/1230
    * Message boxes could sometimes display off-screen or using geometry that is larger
    than the current desktop. Message box sizes are now clamped to the desktop size.
    https://github.com/git-cola/git-cola/issues/1228
* Sat May 28 2022 Marcin Bajor <marcin.bajor@gmail.com>
  - Update to 4.0.0
  - These changes are primarily breaking changes for packagers of Git Cola.
    For example, Linux distribution and Homebrew package maintainers may need to
    be aware of these changes.
    Changes have been made build infrastructure and the resulting filesystem artifacts.
    * The build system is now Python3-only and has been modernized for PEP-517/518.
    While Git Cola still builds and runs under Python2, it is no longer officially
    supported and may stop working in a future release without notice.
    https://github.com/git-cola/git-cola/issues/1201
    * The `#!/usr/bin/env python` shebang lines in the `git-cola` and `git-dag` wrapper
    scripts have been updated to use `python3`.
    https://github.com/git-cola/git-cola/pull/1204
    * The build system was switched to `setuptools` and no longer depends on `distutils`.
    ``python setup.py {build,install,build_pot,build_mo}`` are no longer provided.
    Use the https://pypa-build.readthedocs.io/en/stable/installation.html
    ``python -m build`` tool to generate sdist and wheel distributions,
    and ``pip install .`` to install Git Cola from source.
    https://github.com/git-cola/git-cola/pull/1204
    * The `git-cola`, `git-dag` and `git-cola-sequence-editor` commands are now installed
    using setuptools entry points.
    * The `bin/` wrapper scripts in the source tree continue to be provided for convenience
    but they are not the scripts that get installed.
    * The `qtpy` Python package is no longer installed alongside the `cola` Python package.
    * The `cola` package is now installed into the standard Python site-packages location.
    * The `share/git-cola/lib` private Python modules directory no longer exists.
    * The `NO_VENDOR_LIBS` and `NO_PRIVATE_LIBS` Makefile options are no longer necessary.
    * The `share/git-cola` filesystem namespace no longer exists. All of cola's package data
    is distributed alongside the `cola` module as package data.
    * Building the Sphinx documentation now also requires the `jaraco.packaging` and
    `rst.linker` packages. See `requirements/requirements-dev.txt` for the package
    requirement details.
  - Usability, bells and whistles
    * Custom UI themes
    https://git-cola.readthedocs.io/en/latest/git-cola.html#custom-themes
    can be used by adding `*.qss` Qt stylesheet files to `~/.config/git-cola/themes/`.
    https://github.com/git-cola/git-cola/pull/1222
    https://github.com/git-cola/git-cola/pull/1226
    * Git Cola now keeps track of child Browser windows and will close all of them when
    the main window is closed.
    https://github.com/git-cola/git-cola/pull/1200
  - Fixes
    * Staging conflicted binary files has been fixed to avoid Unicode decoding errors.
    https://github.com/git-cola/git-cola/issues/1189
    * Ensure that secure permissions are used when creating temporary files.
    https://github.com/git-cola/git-cola/pull/1209
    * The line numbering in the diff viewer was corrected when displaying merge diffs.
    https://github.com/git-cola/git-cola/pull/1208
    * Documentation typofixes.
    https://github.com/git-cola/git-cola/pull/1193
    * Git Cola was revamped to use Qt signals and slots for all of its notifications.
    This made its notification system more robust.
    https://github.com/git-cola/git-cola/pull/1202
    https://github.com/git-cola/git-cola/pull/1203
    https://github.com/git-cola/git-cola/pull/1205
    https://github.com/git-cola/git-cola/pull/1206
  - Packaging
    * `vcruntime140.dll` and `msvcp140.dll` are now included in the Windows installation.
    https://github.com/git-cola/git-cola/pull/1207
* Thu Jan 20 2022 Marcin Bajor <marcin.bajor@gmail.com>
  - Update to 3.12.0
  - Usability, bells and whistles
    * The git config guitool action can now be grouped under user-defined menus.
    This is done by using slash (``/``) delimiters in the action name.
    Entries before the final slash are treated like submenus inside the
    top-level ``Actions`` menu.
    https://github.com/git-cola/git-cola/issues/1150
    * Toolbars now have a full set of icons. The icons follow the system theme
    and can be configured to display text, just icons, or text and icons.
    https://github.com/git-cola/git-cola/pull/1171
    * The startup dialog will now open the selected repository when the "enter"
    key is pressed.
    https://github.com/git-cola/git-cola/issues/1162
    * ``S`` is stages selected lines (in addition to ``s``).
    https://github.com/git-cola/git-cola/issues/1187
  - Fixes
    * The vendored qtpy library was patched to retain Python2 compatibility.
    * The "Unstage" toolbar action was fixed.
    https://github.com/git-cola/git-cola/issues/1178
    * We now avoid `setWidth(float)` for compatibility with newer Qt versions.
    https://github.com/git-cola/git-cola/pull/1183
    * Documentation typofixes.
    https://github.com/git-cola/git-cola/pull/1185
  - Translations
    * Updated Polish translation.
    https://github.com/git-cola/git-cola/pull/1184
  - Development
    * Git Cola now uses Github Actions for running its continuous integration tests.
    https://github.com/git-cola/git-cola/pull/1179
* Wed Oct 20 2021 Marcin Bajor <marcin.bajor@gmail.com>
  - Update to 3.11.0
  - Usability, bells and whistles
    * The Status tool was improved to better retain selected files when
    the state changes and the display is refreshed.
    https://github.com/git-cola/git-cola/issues/1130
    https://github.com/git-cola/git-cola/pull/1131
    * The Diff editor can now stage selected lines for untracked files.
    Git Cola will detect when a file is untracked and will allow you to
    partially stage it, just like existing tracked files.
    https://github.com/git-cola/git-cola/pull/1146
    https://github.com/git-cola/git-cola/issues/1084
    * Diffing of staged files has been implemented for repositories that contain
    no commits.
    https://github.com/git-cola/git-cola/pull/1149
    https://github.com/git-cola/git-cola/issues/1110
    * Documentation improvements and typofixes.
    https://github.com/git-cola/git-cola/pull/1163
    https://github.com/git-cola/git-cola/pull/1164
  - Security
    * The `FIPS security mode` -
    https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/FIPS_Mode_-_an_explanation
    is now supported by Git Cola when running on FIPS-enabled Python
    (Python 3.9+ or centos8/rhel8's patched Python 3.6).
    https://github.com/git-cola/git-cola/issues/1157
  - Fixes
    * The `argparse` usage was adjusted to remain compatible with older Pythons.
    https://github.com/git-cola/git-cola/issues/1155
    * The window restoration logic was fixed to properly save/restore settings
    when different languages are used.
    https://github.com/git-cola/git-cola/issues/1071
    https://github.com/git-cola/git-cola/issues/1161
    https://github.com/git-cola/git-cola/issues/382
    * `git dag` no longer passes floats to `QPen::setWidth()` for better compatibility.
    https://bugzilla.redhat.com/show_bug.cgi?id=2014950
  - Packaging
    * The Windows installer was slimmed down by removing unused Qt DLLs.
    https://github.com/git-cola/git-cola/pull/1152
* Thu Jul 15 2021 Marcin Bajor <marcin.bajor@gmail.com>
  - Update to 3.10.1
  - Patch release to fix a typo in the Interactive Rebase feature.
* Thu Jul 15 2021 Marcin Bajor <marcin.bajor@gmail.com>
  - Update to 3.10
  - Usability, bells and whistles
    * The git config reader now supports the `include.path` directive
    for including config files.
    https://github.com/git-cola/git-cola/issues/1136
    https://github.com/git-cola/git-cola/pull/1137
    * The dialog for selecting commits now support filtering.
    https://github.com/git-cola/git-cola/pull/1121
    * The diff editor now wraps long lines by default. The diff options
    menu can be used to enable/disable line wrapping.
    https://github.com/git-cola/git-cola/pull/1123
    * Git Cola now honors `core.hooksPath` for configuring custom Git hooks,
    which was introduced in Git v2.9.
    https://github.com/git-cola/git-cola/issues/1118
    * A new `Ctrl + Shift + S` hotkey was added for staging/unstaging all
    files, both modified and untracked.
    * The `Status` tool now supports `Ctrl + A` for selecting all files and
    it behaves more predictably when performing operations when multiple
    categories of files are selected (eg. when both modified and untracked
    header items are selected).
    https://github.com/git-cola/git-cola/issues/1117
  - Translations
    * Updated Hungarian translation.
    https://github.com/git-cola/git-cola/pull/1135
  - Fixes
    * The "Interactive Rebase" feature was updated to work with Windows.
    * `make install-man` was updated to support Sphinx 4.0.
    https://github.com/git-cola/git-cola/issues/1141
    * `git cola --help-commands` was updated for newer versions of argparse.
    https://github.com/git-cola/git-cola/issues/1133
  - Development
    * Git Cola can now be started as a Python module.
    https://github.com/git-cola/git-cola/pull/1119
* Fri Feb 19 2021 Marcin Bajor <marcin.bajor@gmail.com>
  - Update to 3.9
  - Usability, bells and whistles
    * The startup dialog now detects when Recent and Favorite repositories no
    longer exist on disk, and offers to remove these entries when selected.
    https://github.com/git-cola/git-cola/pull/1089
    * The startup dialog now includes a simpler and more condensed folder view
    that can be used for selecting Favorites and Recent repositories.
    https://github.com/git-cola/git-cola/pull/1086
    * The "Commit" menu now includes an "Undo Last Commit" action.
    https://github.com/git-cola/git-cola/issues/890
    * The "Reset" menu was revamped to expose all of Git's reset modes alongside a
    new "Restore Worktree" action that updates the worktree using "git read-tree".
    https://github.com/git-cola/git-cola/issues/890
  - Translations
    * Updated Polish translation.
    https://github.com/git-cola/git-cola/pull/1107
    * Updated Japanese translation.
    https://github.com/git-cola/git-cola/pull/1098
    * Updated Brazilian translation.
    https://github.com/git-cola/git-cola/pull/1091
  - Packaging
    * The ``--use-env-python`` option for ``setup.py`` is now Python3 compatible.
    https://github.com/git-cola/git-cola/issues/1102

Files

/usr/bin/cola
/usr/bin/git-cola
/usr/bin/git-cola-sequence-editor
/usr/bin/git-dag
/usr/lib/python3.11/site-packages/cola
/usr/lib/python3.11/site-packages/cola/__init__.py
/usr/lib/python3.11/site-packages/cola/__main__.py
/usr/lib/python3.11/site-packages/cola/__pycache__
/usr/lib/python3.11/site-packages/cola/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/__pycache__/__main__.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/__pycache__/_version.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/__pycache__/actions.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/__pycache__/app.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/__pycache__/cmd.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/__pycache__/cmds.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/__pycache__/compat.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/__pycache__/core.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/__pycache__/dag.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/__pycache__/decorators.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/__pycache__/diffparse.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/__pycache__/difftool.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/__pycache__/display.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/__pycache__/editpatch.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/__pycache__/fsmonitor.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/__pycache__/git.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/__pycache__/gitcfg.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/__pycache__/gitcmds.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/__pycache__/gravatar.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/__pycache__/guicmds.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/__pycache__/hidpi.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/__pycache__/hotkeys.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/__pycache__/i18n.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/__pycache__/icons.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/__pycache__/inotify.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/__pycache__/interaction.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/__pycache__/main.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/__pycache__/polib.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/__pycache__/qtcompat.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/__pycache__/qtutils.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/__pycache__/resources.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/__pycache__/sequenceeditor.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/__pycache__/settings.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/__pycache__/spellcheck.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/__pycache__/textwrap.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/__pycache__/themes.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/__pycache__/utils.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/__pycache__/version.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/_version.py
/usr/lib/python3.11/site-packages/cola/actions.py
/usr/lib/python3.11/site-packages/cola/app.py
/usr/lib/python3.11/site-packages/cola/bin
/usr/lib/python3.11/site-packages/cola/bin/ssh-askpass
/usr/lib/python3.11/site-packages/cola/bin/ssh-askpass-darwin
/usr/lib/python3.11/site-packages/cola/cmd.py
/usr/lib/python3.11/site-packages/cola/cmds.py
/usr/lib/python3.11/site-packages/cola/compat.py
/usr/lib/python3.11/site-packages/cola/core.py
/usr/lib/python3.11/site-packages/cola/dag.py
/usr/lib/python3.11/site-packages/cola/decorators.py
/usr/lib/python3.11/site-packages/cola/diffparse.py
/usr/lib/python3.11/site-packages/cola/difftool.py
/usr/lib/python3.11/site-packages/cola/display.py
/usr/lib/python3.11/site-packages/cola/editpatch.py
/usr/lib/python3.11/site-packages/cola/fsmonitor.py
/usr/lib/python3.11/site-packages/cola/git.py
/usr/lib/python3.11/site-packages/cola/gitcfg.py
/usr/lib/python3.11/site-packages/cola/gitcmds.py
/usr/lib/python3.11/site-packages/cola/gravatar.py
/usr/lib/python3.11/site-packages/cola/guicmds.py
/usr/lib/python3.11/site-packages/cola/hidpi.py
/usr/lib/python3.11/site-packages/cola/hotkeys.py
/usr/lib/python3.11/site-packages/cola/i18n
/usr/lib/python3.11/site-packages/cola/i18n.py
/usr/lib/python3.11/site-packages/cola/i18n/README.md
/usr/lib/python3.11/site-packages/cola/i18n/cs.po
/usr/lib/python3.11/site-packages/cola/i18n/de.po
/usr/lib/python3.11/site-packages/cola/i18n/es.po
/usr/lib/python3.11/site-packages/cola/i18n/fr.po
/usr/lib/python3.11/site-packages/cola/i18n/git-cola.pot
/usr/lib/python3.11/site-packages/cola/i18n/hu.po
/usr/lib/python3.11/site-packages/cola/i18n/id_ID.po
/usr/lib/python3.11/site-packages/cola/i18n/it.po
/usr/lib/python3.11/site-packages/cola/i18n/ja.po
/usr/lib/python3.11/site-packages/cola/i18n/pl.po
/usr/lib/python3.11/site-packages/cola/i18n/pt_BR.po
/usr/lib/python3.11/site-packages/cola/i18n/ru.po
/usr/lib/python3.11/site-packages/cola/i18n/sv.po
/usr/lib/python3.11/site-packages/cola/i18n/tr_TR.po
/usr/lib/python3.11/site-packages/cola/i18n/uk.po
/usr/lib/python3.11/site-packages/cola/i18n/zh_CN.po
/usr/lib/python3.11/site-packages/cola/i18n/zh_TW.po
/usr/lib/python3.11/site-packages/cola/icons
/usr/lib/python3.11/site-packages/cola/icons.py
/usr/lib/python3.11/site-packages/cola/icons/a-z-order.svg
/usr/lib/python3.11/site-packages/cola/icons/arrow-down.svg
/usr/lib/python3.11/site-packages/cola/icons/arrow-up.svg
/usr/lib/python3.11/site-packages/cola/icons/check.svg
/usr/lib/python3.11/site-packages/cola/icons/circle-slash-red.svg
/usr/lib/python3.11/site-packages/cola/icons/circle-slash.svg
/usr/lib/python3.11/site-packages/cola/icons/dark
/usr/lib/python3.11/site-packages/cola/icons/dark/a-z-order.svg
/usr/lib/python3.11/site-packages/cola/icons/dark/arrow-down.svg
/usr/lib/python3.11/site-packages/cola/icons/dark/arrow-up.svg
/usr/lib/python3.11/site-packages/cola/icons/dark/check.svg
/usr/lib/python3.11/site-packages/cola/icons/dark/circle-slash-red.svg
/usr/lib/python3.11/site-packages/cola/icons/dark/circle-slash.svg
/usr/lib/python3.11/site-packages/cola/icons/dark/desktop-download.svg
/usr/lib/python3.11/site-packages/cola/icons/dark/diff.svg
/usr/lib/python3.11/site-packages/cola/icons/dark/document-save-symbolic.svg
/usr/lib/python3.11/site-packages/cola/icons/dark/edit-copy.svg
/usr/lib/python3.11/site-packages/cola/icons/dark/edit-cut.svg
/usr/lib/python3.11/site-packages/cola/icons/dark/edit-paste.svg
/usr/lib/python3.11/site-packages/cola/icons/dark/edit-redo.svg
/usr/lib/python3.11/site-packages/cola/icons/dark/edit-select-all.svg
/usr/lib/python3.11/site-packages/cola/icons/dark/edit-undo.svg
/usr/lib/python3.11/site-packages/cola/icons/dark/ellipsis.svg
/usr/lib/python3.11/site-packages/cola/icons/dark/eye.svg
/usr/lib/python3.11/site-packages/cola/icons/dark/file-binary.svg
/usr/lib/python3.11/site-packages/cola/icons/dark/file-code.svg
/usr/lib/python3.11/site-packages/cola/icons/dark/file-directory.svg
/usr/lib/python3.11/site-packages/cola/icons/dark/file-download.svg
/usr/lib/python3.11/site-packages/cola/icons/dark/file-media.svg
/usr/lib/python3.11/site-packages/cola/icons/dark/file-text.svg
/usr/lib/python3.11/site-packages/cola/icons/dark/file-zip.svg
/usr/lib/python3.11/site-packages/cola/icons/dark/fold.svg
/usr/lib/python3.11/site-packages/cola/icons/dark/folder-new.svg
/usr/lib/python3.11/site-packages/cola/icons/dark/folder.svg
/usr/lib/python3.11/site-packages/cola/icons/dark/gear.svg
/usr/lib/python3.11/site-packages/cola/icons/dark/git-branch.svg
/usr/lib/python3.11/site-packages/cola/icons/dark/git-cola.svg
/usr/lib/python3.11/site-packages/cola/icons/dark/git-commit.svg
/usr/lib/python3.11/site-packages/cola/icons/dark/git-compare.svg
/usr/lib/python3.11/site-packages/cola/icons/dark/git-merge.svg
/usr/lib/python3.11/site-packages/cola/icons/dark/last-first-order.svg
/usr/lib/python3.11/site-packages/cola/icons/dark/link-external.svg
/usr/lib/python3.11/site-packages/cola/icons/dark/modified.svg
/usr/lib/python3.11/site-packages/cola/icons/dark/partial.svg
/usr/lib/python3.11/site-packages/cola/icons/dark/pencil.svg
/usr/lib/python3.11/site-packages/cola/icons/dark/play.svg
/usr/lib/python3.11/site-packages/cola/icons/dark/plus.svg
/usr/lib/python3.11/site-packages/cola/icons/dark/primitive-dot.svg
/usr/lib/python3.11/site-packages/cola/icons/dark/question-plain.svg
/usr/lib/python3.11/site-packages/cola/icons/dark/question.svg
/usr/lib/python3.11/site-packages/cola/icons/dark/repo-pull.svg
/usr/lib/python3.11/site-packages/cola/icons/dark/repo-push.svg
/usr/lib/python3.11/site-packages/cola/icons/dark/repo.svg
/usr/lib/python3.11/site-packages/cola/icons/dark/screen-full.svg
/usr/lib/python3.11/site-packages/cola/icons/dark/search.svg
/usr/lib/python3.11/site-packages/cola/icons/dark/staged.svg
/usr/lib/python3.11/site-packages/cola/icons/dark/star.svg
/usr/lib/python3.11/site-packages/cola/icons/dark/sync.svg
/usr/lib/python3.11/site-packages/cola/icons/dark/tag.svg
/usr/lib/python3.11/site-packages/cola/icons/dark/telescope.svg
/usr/lib/python3.11/site-packages/cola/icons/dark/terminal.svg
/usr/lib/python3.11/site-packages/cola/icons/dark/three-bars.svg
/usr/lib/python3.11/site-packages/cola/icons/dark/trashcan.svg
/usr/lib/python3.11/site-packages/cola/icons/dark/unfold.svg
/usr/lib/python3.11/site-packages/cola/icons/dark/upstream.svg
/usr/lib/python3.11/site-packages/cola/icons/dark/x.svg
/usr/lib/python3.11/site-packages/cola/icons/dark/zoom-fit-best.svg
/usr/lib/python3.11/site-packages/cola/icons/dark/zoom-in.svg
/usr/lib/python3.11/site-packages/cola/icons/dark/zoom-out.svg
/usr/lib/python3.11/site-packages/cola/icons/desktop-download.svg
/usr/lib/python3.11/site-packages/cola/icons/diff.svg
/usr/lib/python3.11/site-packages/cola/icons/document-save-symbolic.svg
/usr/lib/python3.11/site-packages/cola/icons/edit-copy.svg
/usr/lib/python3.11/site-packages/cola/icons/edit-cut.svg
/usr/lib/python3.11/site-packages/cola/icons/edit-paste.svg
/usr/lib/python3.11/site-packages/cola/icons/edit-redo.svg
/usr/lib/python3.11/site-packages/cola/icons/edit-select-all.svg
/usr/lib/python3.11/site-packages/cola/icons/edit-undo.svg
/usr/lib/python3.11/site-packages/cola/icons/ellipsis.svg
/usr/lib/python3.11/site-packages/cola/icons/eye.svg
/usr/lib/python3.11/site-packages/cola/icons/file-binary.svg
/usr/lib/python3.11/site-packages/cola/icons/file-code.svg
/usr/lib/python3.11/site-packages/cola/icons/file-directory.svg
/usr/lib/python3.11/site-packages/cola/icons/file-download.svg
/usr/lib/python3.11/site-packages/cola/icons/file-media.svg
/usr/lib/python3.11/site-packages/cola/icons/file-text.svg
/usr/lib/python3.11/site-packages/cola/icons/file-zip.svg
/usr/lib/python3.11/site-packages/cola/icons/fold.svg
/usr/lib/python3.11/site-packages/cola/icons/folder-new.svg
/usr/lib/python3.11/site-packages/cola/icons/folder.svg
/usr/lib/python3.11/site-packages/cola/icons/gear.svg
/usr/lib/python3.11/site-packages/cola/icons/git-branch.svg
/usr/lib/python3.11/site-packages/cola/icons/git-cola.svg
/usr/lib/python3.11/site-packages/cola/icons/git-commit.svg
/usr/lib/python3.11/site-packages/cola/icons/git-compare.svg
/usr/lib/python3.11/site-packages/cola/icons/git-merge.svg
/usr/lib/python3.11/site-packages/cola/icons/last-first-order.svg
/usr/lib/python3.11/site-packages/cola/icons/link-external.svg
/usr/lib/python3.11/site-packages/cola/icons/modified.svg
/usr/lib/python3.11/site-packages/cola/icons/partial.svg
/usr/lib/python3.11/site-packages/cola/icons/pencil.svg
/usr/lib/python3.11/site-packages/cola/icons/play.svg
/usr/lib/python3.11/site-packages/cola/icons/plus.svg
/usr/lib/python3.11/site-packages/cola/icons/primitive-dot.svg
/usr/lib/python3.11/site-packages/cola/icons/question-plain.svg
/usr/lib/python3.11/site-packages/cola/icons/question.svg
/usr/lib/python3.11/site-packages/cola/icons/repo-pull.svg
/usr/lib/python3.11/site-packages/cola/icons/repo-push.svg
/usr/lib/python3.11/site-packages/cola/icons/repo.svg
/usr/lib/python3.11/site-packages/cola/icons/screen-full.svg
/usr/lib/python3.11/site-packages/cola/icons/search.svg
/usr/lib/python3.11/site-packages/cola/icons/staged.svg
/usr/lib/python3.11/site-packages/cola/icons/star.svg
/usr/lib/python3.11/site-packages/cola/icons/sync.svg
/usr/lib/python3.11/site-packages/cola/icons/tag.svg
/usr/lib/python3.11/site-packages/cola/icons/telescope.svg
/usr/lib/python3.11/site-packages/cola/icons/terminal.svg
/usr/lib/python3.11/site-packages/cola/icons/three-bars.svg
/usr/lib/python3.11/site-packages/cola/icons/trashcan.svg
/usr/lib/python3.11/site-packages/cola/icons/unfold.svg
/usr/lib/python3.11/site-packages/cola/icons/upstream.svg
/usr/lib/python3.11/site-packages/cola/icons/x.svg
/usr/lib/python3.11/site-packages/cola/icons/zoom-fit-best.svg
/usr/lib/python3.11/site-packages/cola/icons/zoom-in.svg
/usr/lib/python3.11/site-packages/cola/icons/zoom-out.svg
/usr/lib/python3.11/site-packages/cola/inotify.py
/usr/lib/python3.11/site-packages/cola/interaction.py
/usr/lib/python3.11/site-packages/cola/main.py
/usr/lib/python3.11/site-packages/cola/models
/usr/lib/python3.11/site-packages/cola/models/__init__.py
/usr/lib/python3.11/site-packages/cola/models/__pycache__
/usr/lib/python3.11/site-packages/cola/models/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/models/__pycache__/browse.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/models/__pycache__/dag.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/models/__pycache__/main.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/models/__pycache__/prefs.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/models/__pycache__/selection.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/models/__pycache__/stash.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/models/browse.py
/usr/lib/python3.11/site-packages/cola/models/dag.py
/usr/lib/python3.11/site-packages/cola/models/main.py
/usr/lib/python3.11/site-packages/cola/models/prefs.py
/usr/lib/python3.11/site-packages/cola/models/selection.py
/usr/lib/python3.11/site-packages/cola/models/stash.py
/usr/lib/python3.11/site-packages/cola/polib.py
/usr/lib/python3.11/site-packages/cola/qtcompat.py
/usr/lib/python3.11/site-packages/cola/qtutils.py
/usr/lib/python3.11/site-packages/cola/resources.py
/usr/lib/python3.11/site-packages/cola/sequenceeditor.py
/usr/lib/python3.11/site-packages/cola/settings.py
/usr/lib/python3.11/site-packages/cola/spellcheck.py
/usr/lib/python3.11/site-packages/cola/textwrap.py
/usr/lib/python3.11/site-packages/cola/themes.py
/usr/lib/python3.11/site-packages/cola/utils.py
/usr/lib/python3.11/site-packages/cola/version.py
/usr/lib/python3.11/site-packages/cola/widgets
/usr/lib/python3.11/site-packages/cola/widgets/__init__.py
/usr/lib/python3.11/site-packages/cola/widgets/__pycache__
/usr/lib/python3.11/site-packages/cola/widgets/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/widgets/__pycache__/about.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/widgets/__pycache__/action.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/widgets/__pycache__/archive.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/widgets/__pycache__/bookmarks.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/widgets/__pycache__/branch.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/widgets/__pycache__/browse.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/widgets/__pycache__/cfgactions.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/widgets/__pycache__/clone.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/widgets/__pycache__/commitmsg.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/widgets/__pycache__/common.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/widgets/__pycache__/compare.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/widgets/__pycache__/completion.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/widgets/__pycache__/createbranch.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/widgets/__pycache__/createtag.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/widgets/__pycache__/dag.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/widgets/__pycache__/defs.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/widgets/__pycache__/diff.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/widgets/__pycache__/editremotes.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/widgets/__pycache__/filelist.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/widgets/__pycache__/filetree.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/widgets/__pycache__/finder.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/widgets/__pycache__/gitignore.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/widgets/__pycache__/grep.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/widgets/__pycache__/highlighter.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/widgets/__pycache__/imageview.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/widgets/__pycache__/log.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/widgets/__pycache__/main.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/widgets/__pycache__/merge.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/widgets/__pycache__/prefs.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/widgets/__pycache__/recent.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/widgets/__pycache__/remote.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/widgets/__pycache__/search.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/widgets/__pycache__/selectcommits.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/widgets/__pycache__/spellcheck.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/widgets/__pycache__/standard.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/widgets/__pycache__/startup.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/widgets/__pycache__/stash.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/widgets/__pycache__/status.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/widgets/__pycache__/submodules.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/widgets/__pycache__/switcher.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/widgets/__pycache__/text.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/widgets/__pycache__/toolbar.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/widgets/__pycache__/toolbarcmds.cpython-311.pyc
/usr/lib/python3.11/site-packages/cola/widgets/about.py
/usr/lib/python3.11/site-packages/cola/widgets/action.py
/usr/lib/python3.11/site-packages/cola/widgets/archive.py
/usr/lib/python3.11/site-packages/cola/widgets/bookmarks.py
/usr/lib/python3.11/site-packages/cola/widgets/branch.py
/usr/lib/python3.11/site-packages/cola/widgets/browse.py
/usr/lib/python3.11/site-packages/cola/widgets/cfgactions.py
/usr/lib/python3.11/site-packages/cola/widgets/clone.py
/usr/lib/python3.11/site-packages/cola/widgets/commitmsg.py
/usr/lib/python3.11/site-packages/cola/widgets/common.py
/usr/lib/python3.11/site-packages/cola/widgets/compare.py
/usr/lib/python3.11/site-packages/cola/widgets/completion.py
/usr/lib/python3.11/site-packages/cola/widgets/createbranch.py
/usr/lib/python3.11/site-packages/cola/widgets/createtag.py
/usr/lib/python3.11/site-packages/cola/widgets/dag.py
/usr/lib/python3.11/site-packages/cola/widgets/defs.py
/usr/lib/python3.11/site-packages/cola/widgets/diff.py
/usr/lib/python3.11/site-packages/cola/widgets/editremotes.py
/usr/lib/python3.11/site-packages/cola/widgets/filelist.py
/usr/lib/python3.11/site-packages/cola/widgets/filetree.py
/usr/lib/python3.11/site-packages/cola/widgets/finder.py
/usr/lib/python3.11/site-packages/cola/widgets/gitignore.py
/usr/lib/python3.11/site-packages/cola/widgets/grep.py
/usr/lib/python3.11/site-packages/cola/widgets/highlighter.py
/usr/lib/python3.11/site-packages/cola/widgets/imageview.py
/usr/lib/python3.11/site-packages/cola/widgets/log.py
/usr/lib/python3.11/site-packages/cola/widgets/main.py
/usr/lib/python3.11/site-packages/cola/widgets/merge.py
/usr/lib/python3.11/site-packages/cola/widgets/prefs.py
/usr/lib/python3.11/site-packages/cola/widgets/recent.py
/usr/lib/python3.11/site-packages/cola/widgets/remote.py
/usr/lib/python3.11/site-packages/cola/widgets/search.py
/usr/lib/python3.11/site-packages/cola/widgets/selectcommits.py
/usr/lib/python3.11/site-packages/cola/widgets/spellcheck.py
/usr/lib/python3.11/site-packages/cola/widgets/standard.py
/usr/lib/python3.11/site-packages/cola/widgets/startup.py
/usr/lib/python3.11/site-packages/cola/widgets/stash.py
/usr/lib/python3.11/site-packages/cola/widgets/status.py
/usr/lib/python3.11/site-packages/cola/widgets/submodules.py
/usr/lib/python3.11/site-packages/cola/widgets/switcher.py
/usr/lib/python3.11/site-packages/cola/widgets/text.py
/usr/lib/python3.11/site-packages/cola/widgets/toolbar.py
/usr/lib/python3.11/site-packages/cola/widgets/toolbarcmds.py
/usr/lib/python3.11/site-packages/git_cola-4.6.1.dist-info
/usr/lib/python3.11/site-packages/git_cola-4.6.1.dist-info/COPYING
/usr/lib/python3.11/site-packages/git_cola-4.6.1.dist-info/INSTALLER
/usr/lib/python3.11/site-packages/git_cola-4.6.1.dist-info/METADATA
/usr/lib/python3.11/site-packages/git_cola-4.6.1.dist-info/RECORD
/usr/lib/python3.11/site-packages/git_cola-4.6.1.dist-info/REQUESTED
/usr/lib/python3.11/site-packages/git_cola-4.6.1.dist-info/WHEEL
/usr/lib/python3.11/site-packages/git_cola-4.6.1.dist-info/direct_url.json
/usr/lib/python3.11/site-packages/git_cola-4.6.1.dist-info/entry_points.txt
/usr/lib/python3.11/site-packages/git_cola-4.6.1.dist-info/top_level.txt
/usr/share/applications/git-cola-folder-handler.desktop
/usr/share/applications/git-cola.desktop
/usr/share/applications/git-dag.desktop
/usr/share/doc/git-cola
/usr/share/doc/git-cola/hotkeys.html
/usr/share/doc/git-cola/hotkeys_de.html
/usr/share/doc/git-cola/hotkeys_zh_CN.html
/usr/share/doc/git-cola/hotkeys_zh_TW.html
/usr/share/icons/hicolor
/usr/share/icons/hicolor/scalable
/usr/share/icons/hicolor/scalable/apps
/usr/share/icons/hicolor/scalable/apps/git-cola.svg
/usr/share/man/man1/git-cola.1.gz
/usr/share/man/man1/git-dag.1.gz
/usr/share/metainfo/git-cola.appdata.xml
/usr/share/metainfo/git-dag.appdata.xml


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 30 23:40:51 2024