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

git-cola-4.14.0-1.1 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: git-cola Distribution: openSUSE Tumbleweed
Version: 4.14.0 Vendor: openSUSE
Release: 1.1 Build date: Fri Aug 15 13:35:49 2025
Group: Development/Tools/Version Control Build host: reproducible
Size: 6291026 Source RPM: git-cola-4.14.0-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

* Fri Aug 15 2025 Marcin Bajor <marcin.bajor@gmail.com>
  - Update to 4.14.0
  - Usability, bells and whistles
    * The clone dialog now defaults to cloning into the parent
      directory by default. (#1402)
    * The Reset actions now remember the last value used. (#1406)
    * git dag --follow <filename> is now supported for viewing
      the history of files that have been renamed. (#1328)
    * HTTP proxies are now automatically configured on Gnome and
      KDE Desktop Environments. (#1420) (#1431)
    * The Git http.proxy configuration can now be edited on
      the settings page. (#1420)
    * The NO_COLOR environment variable is now set to 1 when running
      the git commit, git fetch, git push and git pull commands.
      This is done to disable ANSI color output in third-party tools
      that can be integrated into these commands via git hooks.
      TERM is also set to dumb for tools that do not honor this
      variable. (#1426)
    * The commit message editor now has a “Set Commit Date” option
      that allows you to override the recorded date and time when
      authoring commits. (#1429)
    * The DAG’s automatic column resizing behavior has been improved.
      (#1432)
    * The “Copy Commit” Alt + Ctrl + C action was added to the main
      menu. (#1430)
    * The DAG and main interfaces have been streamlined to reduce
      visual clutter.
    * The DAG viewer now displays staged and modified changes
      alongside other commits. (#1428) (#1439)
    * The commit message’s Summary field now resizes itself to match
      the size of the configured font. (#1301) (#1435)
    * Git Cola refreshes Git’s “index” (.git/index) automatically on
      startup by default. This can now be disabled by configuring
      cola.updateindex to false. (#1438)
    * The “Set Upstream Branch” menu in the “Branches” tool can grow
      too large to fit on screen when repositories contain many
      remote branches. A new dialog with autocomplete and scrollable
      entry fields was added for selecting a new upstream branch.
      (#1440)
    * The DAG viewer will now copy text into the your clipboard when
      any of the commit ID, author, date or summary fields are
      clicked in the commit diff view. (#1456)
    * The DAG viewer now has an option to disable the display of
      staged and modified changes.
    * The commit message line length warning is no longer dependent
      on the cursor position. The longest line in the commit message
      is now used to enable the warning. (#1448)
    * Most users will now default to editing the per-repo config by
      default when opening the settings dialog. New users that do not
      have the user.name and user.email settings configured will
      default to editing the global user settings, which was
      previously the default behavior for all users. (#1460)
    * The rebase tool now honors the rebase.updateRefs git
      configuration. The tool will only prompt you whether or not to
      update stacked branches / refs when this configuration is
      unset. (#1458)
    * The rebase.updateRefs configuration can now be configured
      through the “Update stacked branches/refs when rebasing”
      checkbox in the settings.
    * The branches tool would previously make its branches and tags
      bold when text was input into its filter field. This behavior
      has been changed so that the branches and tags are now filtered
      so that only the matching branches and tags are displayed.
      (#1457)
    * The value of the Force checkbox, which causes git push --force
      to be used in the Push tool, now persists across sessions.
      (#1461)
    * The push dialog will now prompt when creating new remote
      branches when the local branch name does not match the new
      remote branch name.
    * The diff viewer now displays the number of removed (-) and
      added (+) lines when the “Show filenames” tool menu option is
      enabled. (#1471)
    * The commit tool has a new “Set Commit Author” tool menu action
      that temporarily switches between author identities independent
      of your git config settings. The value specified in the dialog
      is passed directly to git commit --author=.... (#1469)
    * Widget layouts can now be saved and loaded to *.layout files.
      Layouts are saved to ~/.config/git-cola/layouts by default and
      can be saved and loaded using the View > Layouts menu actions.
      (#1467)
    * The status tool has been updated to launch editors with
      multiple files when invoking its “Edit” action.
    * The commit date tool now has a button to set the time and date
      to the current time.
    * The commit message editor now moves up and down visually when
      word-wrapping is enabled. The cursor previously jumped to the
      beginning and end of a word-wrapped line when Up and Down were
      pressed.
  - Fixes
    * Qt6 support was improved for the right-click context menus.
      (#1409) (#1410)
    * The Ctrl+C “Copy Diff” hotkey was restored in the DAG diff
      viewer. (#1412)
    * The repository selection startup dialog was updated to work on
      Qt6/PyQt6. (#1422)
    * “Open Using Default Application” now handles paths inside
      a subdirectory correctly. (#1419)
    * Qt6 support was improved for the Recent and Favorites filters.
    * A regression in the tab order when tabbing from the Summary
      field into the Extended Description field has been fixed.
      (#1436)
    * The file system monitoring was made more resilient on Windows
      when using WSL. (#1441)
    * A regression in the rebase editor which prevented the display
      of commits was fixed. (#1442)
    * File system monitoring on Windows when using WSL was further
      improved. (#1441)
    * The DAG view now updates itself when merging branches using
      the “Branches” tool. (#1454)
    * Proxy autodetection on KDE was improved to correctly handle
      the host and port output from kreadconfig*. (#1450) (#1451)
      (#1452) (#1453)
    * Various widgets were made more resilient to errors when
      the Git worktree is externally deleted while Git Cola has it
      open. (#1445)
    * Cosmetic typos were fixed in the documentation, translations,
      docstrings and command-line help messages. (#1446)
    * The push dialog was fixed to use the correct refspec arguments
      when pushing a local branch into a differently-named remote
      branch. (#1462)
    * The commit message length warning was not being updated in some
      scenarios. (#1459)
    * The “Ambiguous shortcut warning” that could be triggered in
      rare scenarios when using the Amend hotkey has been eliminated.
    * The “Set Upstream Branch” action in the Branches tool was fixed
      so that it is robust to scenarios where the upstream branch is
      renamed. (#1475)
    * The “Prune Missing Entries” action in the startup dialog and
      the Bookmarks and Recent tools now save the settings after
      pruning. (#1479)
    * The default history viewer on Windows, used by the “Visualize
      Current Branch…” and “Visualize All Branches…” actions, was
      updated to avoid issues when settings are edited. (#1496)
  - Packaging and Dependencies
    * The setup.cfg file has been removed and pyproject.toml has been
      updated to handle all of the packaging configuration. pip will
      no longer install data files such as share/applications,
      share/metainfo, and the hotkey html files, so the garden.yaml
      and Makefile commands have been updated to provide this
      functionality instead. The html files installed in the
      cola/data/ python package area are necessary for Git Cola’s ?
      hotkey window and should not be relocated.
    * notify2 <https://pypi.org/project/notify2>
      (sudo apt install python3-notify2) is now supported and
      preferred over notify-py for sending desktop notifications.
      This is an optional dependency that enables additional features
      when installed. notify-py will continue to be used if only it
      is installed, but only notify2 will be used when both are
      available. Support for the current notifypy API will be kept
      around for now but if a breaking change is ever introduced then
      support for notify-py will be dropped in favor of supporting
      notify2 exclusively.
    * Improved support for PySide6. PySide2 has some breaking
      divergences from PyQt6.
    * The vendored qtpy library was updated to v2.4.2.
    * The Windows installer now uses Python 3.12 and PyQt 6.9.
  - Translations
    * Updated Japanese translation. (#1411)
    * Updated Chinese (Taiwan) translations. (#1424)
    * Updated Japanese translation. (#1472)
    * New Tamil translation. (#1478)
  - Development
    * The version number reported by git cola version and the “About”
      dialog was made more accurate when Git Cola is run directly
      from a Git worktree. (#1425)
* Sat Jun 29 2024 Dirk Müller <dmueller@suse.com>
  - update to 4.8.0:
    * The Rebase editor is now aware of the drop, break, label,
      merge and reset commands that were added in recent versions
      of Git.
    * Desktop notifications can now be enabled when pushing remotes
      by enabling the "Notify on Push" option in the preferences.
    * Faster and easier commit hash copying in DAG. Left-clicking
      on the Commit ID will now copy it directly into the clipboard
      without any further action.
    * "Grab File from Parent Commit" actions have been added to the
      DAG.
    * The Unstage Selected action was added to the context menu for
      unmerged files.
    * git cola rebase now provides  a --rebase-merges option and
      passes the same option to git rebase when Git v1.18.0 or
      newer is detected.
    * Pre-commits hooks were updated.
* Sun May 05 2024 Andreas Stieger <andreas.stieger@gmx.de>
  - update to 4.7.1:
    * The Fetch dialog can now fetch directly into a remote tracking
      branch
    * The Fetch, Push and Pull dialogs now remember the selected
      remotes, and now display the git commands that will be run.
    * The Pull dialog now selects the remote branch automatically.
    * The cola.refreshonfocus and cola.inotify configuration settings
      are now accessible from the git cola config settings dialog
* 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

Files

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