Share your ideas on how to improve SmartGit!


This is no support platform! To report bugs or request support, please contact us directly. If in doubt ask us.


First search for a similar request and add your votes or comments there.


Take the time to describe your request as precisely as possible, so users will understand what you want. Please note that we appreciate your time and input, but we don't give any guarantees that a certain feature will be implemented. Usually, a minimum requirement is a sufficient number of votes. Hence, please don't comment like "when will this be implemented", but vote instead.

Follow the stackoverflow.com writing guidelines.

Thank you for your help!

0
Duplicate

Integration with Azure DevOps

RUBEN 6 years ago updated by Marc Strapetz 6 years ago 2

I would like to integrate with Azure DevOps to collaborate with some partners and customers.

Thanks

0

Apply Stash - change from 'Restore Index' checkbox to a 'Index' / 'Working Tree' radio button

Dan Gibson 6 years ago 0

I'm assuming that if I don't check the Restore Index checkbox it applies to the working tree. A radio button or combobox would make this more obvious and remove the guess work.

0
Completed

Commit window: add "Copy name/s" option to contex menu to copy file name/s into commit message

b4nd0ler0 6 years ago updated by Thomas Singer 6 years ago 3

It would be useful to have said option to copy all selected file names into the commit message

0
Duplicate

Add a 'Terminal' to the customizable toolbar

michel bernert 6 years ago updated by Mubashir Nazir 3 years ago 3

Currently it seems that the only way to open a terminal for a repo is to right-click on the repo in the list and click "Open in Terminal".

It would be nice to have a shortcut in the toolbar that opens a terminal for the current repo.

0
Declined

Log, Files view: include files of submodules

Bugged 6 years ago updated by Mackenzie Zastrow 5 years ago 3

Related to: 

  1. https://smartgit.userecho.com/communities/1/topics/789-log-changes-view-show-at-least-submodule-sha-for-uninitialized-submodules
  2. https://smartgit.userecho.com/communities/1/topics/751-file-table-changed-files-inside-submodules-should-have-clear-distinction-from-normal-main-repo-files

If I have a opened and selected submodule with changed files like this:

Image 273

And I select the parent submodule:

Image 274

It does not show the changes for the opened submodules like the Working Tree Window does:

Image 275

0

Hard to understand the format patch range

Bugged 6 years ago updated 6 years ago 3

How I am supposed to know which one is the first commit and which one the second commit on the commit range?

Could give a hint like (first) (last)?

Image 267

Originally requested at: https://smartgit.userecho.com/communities/1/topics/423-functionality-to-create-a-range-of-patches-all-labelled-sequentially

0

Commit dialog: sort untracked files behind modified files

stevep 6 years ago updated 6 years ago 4

At times I have a lot of unversioned files, when I commit, these are not differentiated from tracked files and the tracked files are hard to see. Could tracked files be put at the top of the list.

0
Completed

Font size too small

nmatt 6 years ago updated by Thomas Singer 2 years ago 14

The smaller font size (like under the toolbar buttons) used in various places (e.g. explanatory text in messages boxes and Preferences sheets) is too small for my eyes. The small font used in tag/branch markers in the Journal view is a problem as well. It would be great if font sizes wouldn't go below the standard UI font size, or if this would be adjustable.

0
Completed

Display 0 changes 'Working Tree' entry (Log as main Window workflow)

Bernard Poulin 6 years ago updated by Marc Strapetz 6 years ago 5

I often want to know if I have pending changes in my working tree (and if I do what are they). On the command line this is "git status".
In SmartGit, this is looking at the Working Tree view and seeing no files in the file pane.

In the new Log as main window workflow, there is no clear place to look since the Working Tree entry is not present in that case. Not being present might just mean it is scrolled out. Yes, I know the current commit I am on is set to "bold" but this is not very reassuring, I would much rather see the `Working Tree` entry always with 0 changes instead.

Answer
Marc Strapetz 6 years ago

> Shouldn't this be set as the default when switching to Working Tree as main Window?

I don't think it's more reasonable to use this as default. It's simply a matter of taste.

> In Permanent mode and Working Tree clean, I think the index should show only 'on demand'. Maybe this is a bug?

Either everything on demand or everything permanent is reasonable to me. So again, a matter of taste. If you want to have a third mode or a corresponding low-level property, please create a new topic.

0

GitFlow : display only latest n support branches / tags

Pierre Goiffon 6 years ago updated 6 years ago 2

When SmartGit is configured with GitFlow, branches are grouped by category. You get a "support" and "tags" tree node in the branches view.

As I'm working on a project that has 10 years oh history, there are a LOT of tags, and same for support branches.

Would it be possible to display the last n items for each, with a "view more" clickable link to display the rest ?