Revisions of git-cola

buildservice-autocommit accepted request 873694 from Marcin Bajor's avatar Marcin Bajor (marcinbajor) (revision 118)
baserev update by copy to link target
Marcin Bajor's avatar Marcin Bajor (marcinbajor) committed (revision 117)
- 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
buildservice-autocommit accepted request 847628 from Marcin Bajor's avatar Marcin Bajor (marcinbajor) (revision 116)
baserev update by copy to link target
Marcin Bajor's avatar Marcin Bajor (marcinbajor) committed (revision 115)
Marcin Bajor's avatar Marcin Bajor (marcinbajor) committed (revision 114)
Marcin Bajor's avatar Marcin Bajor (marcinbajor) committed (revision 113)
- Update to 3.8
- Usability, bells and whistles
* The submodules widget can now be used to add submodules.
  Submodules are now updated recursively.
  https://github.com/git-cola/git-cola/issues/534
* The image diff viewer can now be toggled between text and image modes.
  This is helpful when, for example, diffing .svg files where it can be useful
  to see diffs in both an image and text representation.
  https://github.com/git-cola/git-cola/issues/859
  https://github.com/git-cola/git-cola/pull/1035
* The default `ssh-askpass` username + password dialog included with Git Cola
  can now toggle between showing and masking the password input field.
  https://github.com/git-cola/git-cola/pull/1069
- Translations
* Updated Polish translation.
  https://github.com/git-cola/git-cola/pull/1076
* Updated Hungarian translation.
  https://github.com/git-cola/git-cola/pull/1067
- Packaging
* The `share/appdata` AppStream data was renamed to `share/metainfo`
  in accordance with `AppStream standard changes from 2016
  https://github.com/ximion/appstream/blob/master/NEWS#L1363
  https://github.com/git-cola/git-cola/pull/1079
* The "cola" modules are now installed into the Python "site-packages"
  directory by default.  This allows distributions to package "git-cola" for
  multiple versions of Python.  See the PACKAGING NOTES section in the README
  for details about suppressing the installation of the private
  "share/git-cola/lib/cola" modules when building cola.
  https://github.com/git-cola/git-cola/issues/181
* Git Cola's rebase / sequence editor, formerly known as "git-xbase" and
buildservice-autocommit accepted request 808525 from Marcin Bajor's avatar Marcin Bajor (marcinbajor) (revision 112)
baserev update by copy to link target
Marcin Bajor's avatar Marcin Bajor (marcinbajor) committed (revision 111)
- Update to 3.7
- Usability, bells and whistles
* The `git-xbase` rebase editor now includes a file list for filtering
  the changes displayed in the diff view.
  https://github.com/git-cola/git-cola/pull/1051
* The fallback `ssh-askpass` script, which provides the Username/Password
  login dialog when performing remote operations, previously presented both
  the username and password input fields with `***` asterisks.
  The dialog now uses asterisks for the password field only.
  https://github.com/git-cola/git-cola/pull/1026
* Stashes can now be applied using the `Ctrl + Enter` hotkey, popped with the
  `Ctrl + Backspace` hotkey, and dropped with the `Ctrl + Shift + Backspace`
  hotkey when inside the stash dialog.  This enables a keyboard-centric
  mouse-free workflow when using the stash dialog.
* When amending a commit, `git cola` will check whether the commit has been
  published to a remote branch using `git branch -r --contains HEAD`.
  This command can be slow when operating on a repository with many
  remote branches.  The new `cola.checkpublishedcommits` configuration
  variable allows you to opt-out of this check, which improves performance
  when amending a commit.  The settings widget exposes this variable as,
  "Check Published Commits when Amending".
  https://github.com/git-cola/git-cola/issues/1021
  https://github.com/git-cola/git-cola/pull/1027
- Translations
* Updated Polish translation.
  https://github.com/git-cola/git-cola/pull/1033
- Fixes
* `git-dag.appdata.xml` was updated to allow network access for author icons.
  https://github.com/git-cola/git-cola/pull/1050
* The inotify filesystem monitor now handles
buildservice-autocommit accepted request 759035 from Marcin Bajor's avatar Marcin Bajor (marcinbajor) (revision 110)
baserev update by copy to link target
Marcin Bajor's avatar Marcin Bajor (marcinbajor) committed (revision 109)
Marcin Bajor's avatar Marcin Bajor (marcinbajor) committed (revision 108)
Marcin Bajor's avatar Marcin Bajor (marcinbajor) committed (revision 107)
Marcin Bajor's avatar Marcin Bajor (marcinbajor) committed (revision 106)
Marcin Bajor's avatar Marcin Bajor (marcinbajor) committed (revision 105)
- The inotify filesystem monitor now handles
  `OSError: [Errno 24] Too many open files` errors by disabling inotify.
  https://github.com/git-cola/git-cola/issues/1015
  https://bugzilla.opensuse.org/show_bug.cgi?id=1155700
buildservice-autocommit accepted request 751369 from Marcin Bajor's avatar Marcin Bajor (marcinbajor) (revision 104)
baserev update by copy to link target
Marcin Bajor's avatar Marcin Bajor (marcinbajor) committed (revision 103)
- Update to 3.6
- Usability, bells and whistles
* The remote editor is much faster since it no longer queries
  remotes, and uses the cached information instead.
  https://github.com/git-cola/git-cola/issues/986
* Commit message templates can now be loaded automatically by setting
  ``git config cola.autoloadcommittemplate true``.
  https://github.com/git-cola/git-cola/pull/1013
  https://github.com/git-cola/git-cola/pull/735
* The UI layout can now be reset back to its initial state by selecting
  the "Reset Layout" action.  This reverts the layout to the same state
  as when the app first launched.
  https://github.com/git-cola/git-cola/pull/1008
  https://github.com/git-cola/git-cola/issues/994
* Files can now be ignored in either the project's `.gitignore`, or in the
  repository's private local `.git/info/exclude` ignore file.
  https://github.com/git-cola/git-cola/pull/1006
  https://github.com/git-cola/git-cola/issues/1000
* New remotes are now selected when they are added in the "Edit Remotes" tool.
  https://github.com/git-cola/git-cola/pull/1002
* The "Recent" repositories list is now saved to disk when opening a
  repository.  Previously, this list was only updated when exiting the app.
  https://github.com/git-cola/git-cola/pull/1001
* The bookmarks tool now has a "Delete" option in its right-click menu.
  https://github.com/git-cola/git-cola/pull/999
* The current repository is no longer listed in the "File/Open Recent" menu.
  https://github.com/git-cola/git-cola/pull/998
- Translations
* Updated Hungarian translation.
  https://github.com/git-cola/git-cola/pull/1005
Marcin Bajor's avatar Marcin Bajor (marcinbajor) committed (revision 102)
Marcin Bajor's avatar Marcin Bajor (marcinbajor) committed (revision 101)
buildservice-autocommit accepted request 732755 from Marcin Bajor's avatar Marcin Bajor (marcinbajor) (revision 100)
baserev update by copy to link target
Marcin Bajor's avatar Marcin Bajor (marcinbajor) committed (revision 99)
- Force to use python3
Displaying revisions 41 - 60 of 158
openSUSE Build Service is sponsored by